REALSQLPreparedStatement support for mysql DECIMAL field types

REALSQLPreparedStatement class doesn’t seem to support mySql DECIMAL field types although the Database class does, is there a reason for this and a work-around?

You should not use REALSQLPreparedStatement with MySQL!
Use the MySQL prepared statement class, please.