Platforms to show: All Mac Windows Linux Cross-Platform
Back to SQLPreparedStatementMBS class.
SQLPreparedStatementMBS.kTypeBlob = 16
Function:
One of the data type constants.
Notes: Binary large Object. Pass a string or memoryblock.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: Binary large Object. Pass a string or memoryblock.
SQLPreparedStatementMBS.kTypeBool = 1
Function:
One of the data type constants.
Notes: Boolean
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: Boolean
SQLPreparedStatementMBS.kTypeBytes = 13
Function:
One of the data type constants.
Notes:
a binary string or MemoryBlock.
(which is a string without text encoding)
This is usually a varbinary field. kTypeLongBinary is used for bigger binary data and streamed. And kTypeBlob is used for huge streams of bytes and also transferred in chunks. In most data base systems the varchar field is stored within the record, while BLOB and CLOB are stored separately.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes:
a binary string or MemoryBlock.
(which is a string without text encoding)
This is usually a varbinary field. kTypeLongBinary is used for bigger binary data and streamed. And kTypeBlob is used for huge streams of bytes and also transferred in chunks. In most data base systems the varchar field is stored within the record, while BLOB and CLOB are stored separately.
SQLPreparedStatementMBS.kTypeClob = 17
Function:
One of the data type constants.
Notes: Character Large Object.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: Character Large Object.
SQLPreparedStatementMBS.kTypeDateTime = 10
Function:
One of the data type constants.
Notes: Date and/or Time.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: Date and/or Time.
SQLPreparedStatementMBS.kTypeDouble = 8
Function:
One of the data type constants.
Notes: double float value.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: double float value.
SQLPreparedStatementMBS.kTypeInt32 = 4
Function:
One of the data type constants.
Notes: signed 32 bit integer
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 20.2 |
Notes: signed 32 bit integer
SQLPreparedStatementMBS.kTypeInt64 = 6
Function:
One of the data type constants.
Notes: Signed 64-bit integer.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 19.5 |
Notes: Signed 64-bit integer.
SQLPreparedStatementMBS.kTypeInterval = 11
Function:
One of the data type constants.
Notes:
An interval.
Please pass SQLIntervalMBS in the variant. If the variant contains anything else, the plugin will pass nil value.
When passing variant for value, MemoryBlock and Strings without text encoding are converted to byte values (BLOB). Texts and Strings with encoding are converted to text values. Other types are translated as good as possible. Raises exceptions if you pass anything which is not recognized.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 13.5 |
Notes:
An interval.
Please pass SQLIntervalMBS in the variant. If the variant contains anything else, the plugin will pass nil value.
When passing variant for value, MemoryBlock and Strings without text encoding are converted to byte values (BLOB). Texts and Strings with encoding are converted to text values. Other types are translated as good as possible. Raises exceptions if you pass anything which is not recognized.
SQLPreparedStatementMBS.kTypeLong = 4
Function:
One of the data type constants.
Notes: signed 32 bit integer
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: signed 32 bit integer
SQLPreparedStatementMBS.kTypeLongBinary = 14
Function:
One of the data type constants.
Notes: Long binary.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: Long binary.
SQLPreparedStatementMBS.kTypeLongChar = 15
Function:
One of the data type constants.
Notes: Long string.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: Long string.
SQLPreparedStatementMBS.kTypeNull = 99
Function:
One of the data type constants.
Notes: NULL value
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 14.3 |
Notes: NULL value
SQLPreparedStatementMBS.kTypeNumeric = 9
Function:
One of the data type constants.
Notes:
A number (Int64 or double).
This can be used for Int64 or Double values. Depending of the type of number in the variant, the plugin will either make an Int64 or a double internally.
When passing variant for value, MemoryBlock and Strings without text encoding are converted to byte values (BLOB). Texts and Strings with encoding are converted to text values. Other types are translated as good as possible. Raises exceptions if you pass anything which is not recognized.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 13.5 |
Notes:
A number (Int64 or double).
This can be used for Int64 or Double values. Depending of the type of number in the variant, the plugin will either make an Int64 or a double internally.
When passing variant for value, MemoryBlock and Strings without text encoding are converted to byte values (BLOB). Texts and Strings with encoding are converted to text values. Other types are translated as good as possible. Raises exceptions if you pass anything which is not recognized.
SQLPreparedStatementMBS.kTypeShort = 2
Function:
One of the data type constants.
Notes: signed 16 bit integer
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: signed 16 bit integer
SQLPreparedStatementMBS.kTypeString = 12
Function:
One of the data type constants.
Notes:
String.
This is usually a varchar field. kTypeLongChar is used for bigger varchars and streamed. And kTypeClob is used for huge streams of characters (BLOB for text) and also transferred in chunks. In most data base systems the varchar field is stored within the record, while BLOB and CLOB are stored separately.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes:
String.
This is usually a varchar field. kTypeLongChar is used for bigger varchars and streamed. And kTypeClob is used for huge streams of characters (BLOB for text) and also transferred in chunks. In most data base systems the varchar field is stored within the record, while BLOB and CLOB are stored separately.
SQLPreparedStatementMBS.kTypeUInt32 = 5
Function:
One of the data type constants.
Notes: unsigned 32 bit integer
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 20.2 |
Notes: unsigned 32 bit integer
SQLPreparedStatementMBS.kTypeUInt64 = 7
Function:
One of the data type constants.
Notes: Unsigned 64-bit integer.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 19.5 |
Notes: Unsigned 64-bit integer.
SQLPreparedStatementMBS.kTypeULong = 5
Function:
One of the data type constants.
Notes: unsigned 32 bit integer
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: unsigned 32 bit integer
SQLPreparedStatementMBS.kTypeUnknown = 0
Function:
One of the data type constants.
Notes: unknown type
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: unknown type
SQLPreparedStatementMBS.kTypeUShort = 3
Function:
One of the data type constants.
Notes: unsigned 16 bit integer
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 11.2 |
Notes: unsigned 16 bit integer
The items on this page are in the following plugins: MBS SQL Plugin.
