PreparedSQLStatement.BindType

From Real Software Documentation

Jump to: navigation, search
Method
PreparedSQLStatement.BindType ( zeroBasedIndex as Integer,type as Integer )

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.

Personal tools