NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | _cs_numeric |
struct | _cs_varbinary |
struct | _cs_varchar |
struct | _cs_iodesc |
struct | _cs_datafmt |
struct | _cs_money |
struct | _cs_money4 |
struct | _cs_datetime |
struct | _cs_datetime4 |
struct | _cs_daterec |
struct | _cs_clientmsg |
struct | _cs_servermsg |
Macros | |
#define | NCBI_DBAPI_RENAME_CTLIB 1 |
#define | CS_MAX_NAME 132 |
#define | CS_MAX_SCALE 77 |
#define | CS_MAX_PREC 77 /* used by php */ |
#define | CS_MAX_NUMLEN 33 /* used by roguewave */ |
#define | CS_MAX_MSG 1024 |
#define | CS_SQLSTATE_SIZE 8 |
#define | CS_OBJ_NAME 400 |
#define | CS_TP_SIZE 16 /* text pointer */ |
#define | CS_TS_SIZE 8 /* length of timestamp */ |
Typedefs | |
typedef Int4 | CS_INT |
typedef Uint4 | CS_UINT |
typedef Int8 | CS_BIGINT |
typedef Uint8 | CS_UBIGINT |
typedef Int2 | CS_SMALLINT |
typedef Uint2 | CS_USMALLINT |
typedef unsigned char | CS_TINYINT |
typedef char | CS_CHAR |
typedef unsigned char | CS_BYTE |
typedef float | CS_REAL |
typedef double | CS_FLOAT |
typedef Int4 | CS_BOOL |
typedef void | CS_VOID |
typedef unsigned char | CS_IMAGE |
typedef unsigned char | CS_TEXT |
typedef unsigned char | CS_LONGBINARY |
typedef unsigned char | CS_LONGCHAR |
typedef long | CS_LONG |
typedef unsigned char | CS_BINARY |
typedef Uint2 | CS_USHORT |
typedef unsigned char | CS_BIT |
typedef CS_INT | CS_RETCODE |
typedef struct _cs_numeric | CS_NUMERIC |
typedef CS_NUMERIC | CS_DECIMAL |
typedef struct _cs_varbinary | CS_VARBINARY |
typedef struct _cs_varchar | CS_VARCHAR |
typedef struct _cs_config | CS_CONFIG |
typedef struct _cs_context | CS_CONTEXT |
typedef struct _cs_connection | CS_CONNECTION |
typedef struct _cs_locale | CS_LOCALE |
typedef struct _cs_command | CS_COMMAND |
typedef struct _cs_blk_row | CS_BLK_ROW |
typedef struct _cs_iodesc | CS_IODESC |
typedef struct _cs_datafmt | CS_DATAFMT |
typedef struct _cs_money | CS_MONEY |
typedef struct _cs_money4 | CS_MONEY4 |
typedef CS_INT | CS_DATE |
typedef CS_INT | CS_TIME |
typedef CS_UBIGINT | CS_BIGDATETIME |
typedef CS_UBIGINT | CS_BIGTIME |
typedef struct _cs_datetime | CS_DATETIME |
typedef struct _cs_datetime4 | CS_DATETIME4 |
typedef struct _cs_daterec | CS_DATEREC |
typedef CS_INT | CS_MSGNUM |
typedef struct _cs_clientmsg | CS_CLIENTMSG |
typedef struct _cs_servermsg | CS_SERVERMSG |
Variables | |
static const char | rcsid_cstypes_h [] = "$Id: cstypes.h 102158 2024-04-09 14:05:55Z ucko $" |
static const void *const | no_unused_cstypes_h_warn [] = { rcsid_cstypes_h, no_unused_cstypes_h_warn } |
typedef CS_UBIGINT CS_BIGDATETIME |
typedef CS_UBIGINT CS_BIGTIME |
typedef struct _cs_blk_row CS_BLK_ROW |
typedef struct _cs_clientmsg CS_CLIENTMSG |
typedef struct _cs_command CS_COMMAND |
typedef struct _cs_config CS_CONFIG |
typedef struct _cs_connection CS_CONNECTION |
typedef struct _cs_context CS_CONTEXT |
typedef struct _cs_datafmt CS_DATAFMT |
typedef struct _cs_daterec CS_DATEREC |
typedef struct _cs_datetime CS_DATETIME |
typedef struct _cs_datetime4 CS_DATETIME4 |
typedef CS_NUMERIC CS_DECIMAL |
typedef struct _cs_iodesc CS_IODESC |
typedef struct _cs_locale CS_LOCALE |
typedef unsigned char CS_LONGBINARY |
typedef unsigned char CS_LONGCHAR |
typedef struct _cs_money4 CS_MONEY4 |
typedef struct _cs_numeric CS_NUMERIC |
typedef CS_INT CS_RETCODE |
typedef struct _cs_servermsg CS_SERVERMSG |
typedef Int2 CS_SMALLINT |
typedef unsigned char CS_TINYINT |
typedef Uint8 CS_UBIGINT |
typedef Uint2 CS_USMALLINT |
typedef struct _cs_varbinary CS_VARBINARY |
typedef struct _cs_varchar CS_VARCHAR |
|
static |