Header file for basic types and macros.
Definition in file SQLDBC_Types.h.
Go to the source code of this file.
|
This macro has been defined for compilers to which the
Definition at line 112 of file SQLDBC_Types.h. |
|
Indicates that the data and length of the parameter will be known only at execution time.
Definition at line 288 of file SQLDBC_Types.h. |
|
Value: ( \ ((indicator) & 0xFFFF0000) == 0x40000000 \ ? ((indicator) & 0x0000FF00) >> 8 \ : (-1) \ )
Definition at line 359 of file SQLDBC_Types.h. |
|
Value: ( \ ((indicator) & 0xFFFF0000) == 0x40000000 \ ? ((indicator) & 0x000000FF) \ : (-1) \ )
Definition at line 371 of file SQLDBC_Types.h. |
|
Macro for length of decimal number.
Definition at line 350 of file SQLDBC_Types.h. |
|
Flag indicating that the default parameter is to be used.
Definition at line 303 of file SQLDBC_Types.h. |
|
Definition at line 186 of file SQLDBC_Types.h. |
|
Flag indicating that this parameter is to be ignored.
Definition at line 308 of file SQLDBC_Types.h. |
|
Macro for late binding.
Definition at line 329 of file SQLDBC_Types.h. |
|
Offset for IFR_LEN_DATA_AT_EXEC.
Definition at line 322 of file SQLDBC_Types.h. |
|
Macro for decimal binding.
Definition at line 340 of file SQLDBC_Types.h. |
|
Flag indicating that the LOB fetched using this as indicator value shall be kept until transaction end.
Definition at line 315 of file SQLDBC_Types.h. |
|
Flag indicating that the SQLDBC cannot determine the total number of bytes.
Definition at line 298 of file SQLDBC_Types.h. |
|
Indicator flag for the length of an zero-terminated string.
Definition at line 293 of file SQLDBC_Types.h. |
|
Indicator of NULL data in input/output.
Definition at line 283 of file SQLDBC_Types.h. |
|
Plain 8-bit ASCII encoding (each byte stands for itself).
Definition at line 481 of file SQLDBC_Types.h. |
|
UCS2 big-endian encoding.
Definition at line 487 of file SQLDBC_Types.h. |
|
UCS2 little-endian encoding.
Definition at line 502 of file SQLDBC_Types.h. |
|
UCS2 little-endian encoding.
Definition at line 493 of file SQLDBC_Types.h. |
|
Unknown encoding (do not use).
Definition at line 475 of file SQLDBC_Types.h. |
|
UTF8 encoding.
Definition at line 509 of file SQLDBC_Types.h. |
|
Definition at line 183 of file SQLDBC_Types.h. |
|
Type definition for an unsigned-byte.
Definition at line 207 of file SQLDBC_Types.h. |
|
The possible date/time formats.
|
|
Type definition for a decfloat value.
Definition at line 277 of file SQLDBC_Types.h. |
|
Types of host (native) variables.
|
|
Standard signed-integer type of the platform.
Definition at line 271 of file SQLDBC_Types.h. |
|
Signed 1-byte integer.
Definition at line 224 of file SQLDBC_Types.h. |
|
Signed 2-byte integer.
Definition at line 230 of file SQLDBC_Types.h. |
|
Signed 4-byte integer.
Definition at line 236 of file SQLDBC_Types.h. |
|
Signed 8-byte integer.
Definition at line 251 of file SQLDBC_Types.h. |
|
Type definition for the length of certain argument. This type is used for indicator/length variables in parameter binding. Definition at line 262 of file SQLDBC_Types.h. |
|
A signed long type, which has 64-bit length on 64-bit platforms, and 32 bit length on 32-bit platforms.
Definition at line 201 of file SQLDBC_Types.h. |
|
Possible profile counters.
|
|
Return code of functions. This is not an error code, it only indicates the status of the function call. |
|
Row status for mass operations. The status for an inserted row is either one of the first two constants, or the row count of the individual column. The other constants are defined for updatable row sets. |
|
Possible values for getting the last inserted keys.
|
|
Type definition for a memory size (
Definition at line 212 of file SQLDBC_Types.h. |
|
possible SQL modes.
|
|
Constants used for SQL data types. These constants are delivered in the short infos of the database or provided by the application at parameter binding time. |
|
A list of all kinds of warnings that are supported by this interfaces.
|
|
|
|
Standard unsigned-integer type of the platform.
Definition at line 267 of file SQLDBC_Types.h. |
|
Unsigned 1-byte integer.
Definition at line 221 of file SQLDBC_Types.h. |
|
Unsigned 2-byte integer.
Definition at line 227 of file SQLDBC_Types.h. |
|
Unsigned 4-byte integer.
Definition at line 233 of file SQLDBC_Types.h. |
|
Unsigned 8-byte integer.
Definition at line 248 of file SQLDBC_Types.h. |
|
An unsigned long type, which has 64-bit length on 64-bit platforms, and 32 bit length on 32-bit platforms.
Definition at line 196 of file SQLDBC_Types.h. |
|
Type definitions for an UTF8 character.
Definition at line 217 of file SQLDBC_Types.h. |
|
The possible date/time formats.
Definition at line 694 of file SQLDBC_Types.h. |
|
Types of host (native) variables.
Definition at line 574 of file SQLDBC_Types.h. |
|
Possible profile counters.
Definition at line 729 of file SQLDBC_Types.h. |
|
Return code of functions. This is not an error code, it only indicates the status of the function call.
Definition at line 385 of file SQLDBC_Types.h. |
|
Row status for mass operations. The status for an inserted row is either one of the first two constants, or the row count of the individual column. The other constants are defined for updatable row sets.
Definition at line 410 of file SQLDBC_Types.h. |
|
Possible values for getting the last inserted keys.
Definition at line 713 of file SQLDBC_Types.h. |
|
possible SQL modes.
Definition at line 434 of file SQLDBC_Types.h. |
|
Constants used for SQL data types. These constants are delivered in the short infos of the database or provided by the application at parameter binding time.
Definition at line 517 of file SQLDBC_Types.h. |
|
A list of all kinds of warnings that are supported by this interfaces.
Definition at line 660 of file SQLDBC_Types.h. |
|
Definition at line 462 of file SQLDBC_Types.h. |