PreparedSQLStatement.BindType

From Xojo Documentation

Method

PreparedSQLStatement.BindType(zeroBasedIndex as Integer,type as Integer)

New in 2010r4

Supported for all project types and targets.

Use this to specify an exact type for the bound value. Each Database plug-in will have its own values.


Method

PreparedSQLStatement.BindType(types() As Integer)

Supported for all project types and targets.

Specify types for multiple bind values. Each Database plug-in will have its own values.

See Also

SQLitePreparedStatement, PostgreSQLPreparedStatement, MSSQLServerPreparedStatement, MySQLPreparedStatement, ODBCPreparedStatement