Platforms to show: All Mac Windows Linux Cross-Platform
SQLValueReadMBS class
The class used in the SQL Plugin for value objects which can be read.
- 15 properties
- 15 methods
- 22 constants
Constants
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.
|
Data Types
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.
|
Read Modes
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.
|
Sub classes:
Some methods using this class:
Some examples using this class:
Blog Entries
Release notes
- Version 20.5
- Version 19.5
- Added kDataTypeInt64 and kDataTypeUInt64 constants to SQLValueReadMBS class.
- Version 19.2
The items on this page are in the following plugins: MBS SQL Plugin.
SQLValueMBS
-
SSH2ChannelMBS