PreparedSQLStatement.BindType
From Real Software Documentation
Method
Use this to specify an exact type for the bound value. Each Database plug-in will have its own. Here are the values for REALSQLdatabase.
| Constant |
|---|
| SQLLITE_BLOB |
| SQLLITE_BOOLEAN |
| SQLLITE_DOUBLE |
| SQLLITE_INT64 |
| SQLLITE_INTEGER |
| SQLLITE_NULL |
| SQLLITE_TEXT |
Check the appropriate Database class for these values.
