Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: SQLValueMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SQL | MBS SQL Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
see also
https://www.sqlapi.com/ApiDoc/class_s_a_param.html
Subclass of the SQLValueMBS class.
Constant | Value | Description |
---|---|---|
kParamDirTypeInput | 0 |
One of the parameter direction type constants.
Input parameter. |
kParamDirTypeInputOutput | 1 |
One of the parameter direction type constants.
Input/output parameter. |
kParamDirTypeOutput | 2 |
One of the parameter direction type constants.
Output parameter. |
kParamDirTypeReturn | 3 |
One of the parameter direction type constants.
Returning parameter. |
Constant | Value | Description |
---|---|---|
kDataTypeInt64 | 6 |
One of the field type constants
Signed 64-bit integer. |
kDataTypeUInt64 | 7 |
One of the field type constants
Unsigned 64-bit integer. |
Constant | Value | Description |
---|---|---|
kDataTypeBlob | 16 |
Data type is BLob data (SQLStringMBS). |
kDataTypeBool | 1 |
Data type is a boolean. |
kDataTypeBytes | 13 |
Data type is binary string (SQLStringMBS). |
kDataTypeClob | 17 |
Data type is CLob data (SQLStringMBS). |
kDataTypeCursor | 18 |
Data type is Oracle REF CURSOR (SQLCommand). |
kDataTypeDateTime | 10 |
Data type is SQLDateTime. |
kDataTypeDouble | 8 |
This is a normal double variable. |
kDataTypeInterval | 11 |
Data type is an interval (SQLIntervalMBS). |
kDataTypeLong | 4 |
A 32 bit integer. |
kDataTypeLongBinary | 14 |
Data type is long binary data (SQLStringMBS). |
kDataTypeLongChar | 15 |
Data type is long character data (SQLStringMBS). |
kDataTypeNumeric | 9 |
Data type is SQLNumeric (used internally). |
kDataTypeShort | 2 |
Data type is a 16 bit signed integer. |
kDataTypeSpecificToDBMS | 19 |
Data type is server-specific. |
kDataTypeString | 12 |
Data type is character string (SQLString). |
kDataTypeULong | 5 |
Data type is a 32 bit unsigned integer. |
kDataTypeUnknown | 0 |
Data type is unknown. |
kDataTypeUShort | 3 |
A 16 bit unsigned integer. |
Constant | Value | Description |
---|---|---|
kLongOrLobReaderModeDefault | 0 |
Long or Lob(CLob) data reading mode is default (automatic). |
kLongOrLobReaderModeManual | 1 |
Long or Lob(CLob) data reading mode is manual. |
This class has no sub classes.
The items on this page are in the following plugins: MBS SQL Plugin.
SQLNumericMBS - SQLPositionMBS