windows.sql

\ sql.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Public Imports

windows.sqltypes
public import windows.sqltypes;
Undocumented in source.

Members

Functions

SQLAllocConnect
deprecated SQLRETURN SQLAllocConnect(SQLHENV , SQLHDBC* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLAllocEnv
deprecated SQLRETURN SQLAllocEnv(SQLHENV* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLAllocHandle
SQLRETURN SQLAllocHandle(SQLSMALLINT , SQLHANDLE , SQLHANDLE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLAllocStmt
deprecated SQLRETURN SQLAllocStmt(SQLHDBC , SQLHSTMT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLBindCol
SQLRETURN SQLBindCol(SQLHSTMT , SQLUSMALLINT , SQLSMALLINT , SQLPOINTER , SQLLEN , SQLLEN* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLBindParam
SQLRETURN SQLBindParam(SQLHSTMT , SQLUSMALLINT , SQLSMALLINT , SQLSMALLINT , SQLULEN , SQLSMALLINT , SQLPOINTER , SQLLEN* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLCancel
SQLRETURN SQLCancel(SQLHSTMT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLCloseCursor
SQLRETURN SQLCloseCursor(SQLHSTMT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLColAttribute
SQLRETURN SQLColAttribute(SQLHSTMT , SQLUSMALLINT , SQLUSMALLINT , SQLPOINTER , SQLSMALLINT , SQLSMALLINT* , SQLPOINTER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLColumns
SQLRETURN SQLColumns(SQLHSTMT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLConnect
SQLRETURN SQLConnect(SQLHDBC , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLCopyDesc
SQLRETURN SQLCopyDesc(SQLHDESC , SQLHDESC )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDataSources
SQLRETURN SQLDataSources(SQLHENV , SQLUSMALLINT , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDescribeCol
SQLRETURN SQLDescribeCol(SQLHSTMT , SQLUSMALLINT , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* , SQLSMALLINT* , SQLULEN* , SQLSMALLINT* , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDisconnect
SQLRETURN SQLDisconnect(SQLHDBC )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLEndTran
SQLRETURN SQLEndTran(SQLSMALLINT , SQLHANDLE , SQLSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLError
deprecated SQLRETURN SQLError(SQLHENV , SQLHDBC , SQLHSTMT , SQLCHAR* , SQLINTEGER* , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLExecDirect
SQLRETURN SQLExecDirect(SQLHSTMT , SQLCHAR* , SQLINTEGER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLExecute
SQLRETURN SQLExecute(SQLHSTMT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFetch
SQLRETURN SQLFetch(SQLHSTMT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFetchScroll
SQLRETURN SQLFetchScroll(SQLHSTMT , SQLSMALLINT , SQLROWOFFSET )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFreeConnect
deprecated SQLRETURN SQLFreeConnect(SQLHDBC )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFreeEnv
deprecated SQLRETURN SQLFreeEnv(SQLHENV )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFreeHandle
SQLRETURN SQLFreeHandle(SQLSMALLINT , SQLHANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFreeStmt
SQLRETURN SQLFreeStmt(SQLHSTMT , SQLUSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetConnectAttr
SQLRETURN SQLGetConnectAttr(SQLHDBC , SQLINTEGER , SQLPOINTER , SQLINTEGER , SQLINTEGER* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetConnectOption
deprecated SQLRETURN SQLGetConnectOption(SQLHDBC , SQLUSMALLINT , SQLPOINTER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetCursorName
SQLRETURN SQLGetCursorName(SQLHSTMT , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetData
SQLRETURN SQLGetData(SQLHSTMT , SQLUSMALLINT , SQLSMALLINT , SQLPOINTER , SQLLEN , SQLLEN* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDescField
SQLRETURN SQLGetDescField(SQLHDESC , SQLSMALLINT , SQLSMALLINT , SQLPOINTER , SQLINTEGER , SQLINTEGER* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDescRec
SQLRETURN SQLGetDescRec(SQLHDESC , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* , SQLSMALLINT* , SQLSMALLINT* , SQLLEN* , SQLSMALLINT* , SQLSMALLINT* , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDiagField
SQLRETURN SQLGetDiagField(SQLSMALLINT , SQLHANDLE , SQLSMALLINT , SQLSMALLINT , SQLPOINTER , SQLSMALLINT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDiagRec
SQLRETURN SQLGetDiagRec(SQLSMALLINT , SQLHANDLE , SQLSMALLINT , SQLCHAR* , SQLINTEGER* , SQLCHAR* , SQLSMALLINT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetEnvAttr
SQLRETURN SQLGetEnvAttr(SQLHENV , SQLINTEGER , SQLPOINTER , SQLINTEGER , SQLINTEGER* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetFunctions
SQLRETURN SQLGetFunctions(SQLHDBC , SQLUSMALLINT , SQLUSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetInfo
SQLRETURN SQLGetInfo(SQLHDBC , SQLUSMALLINT , SQLPOINTER , SQLSMALLINT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetStmtAttr
SQLRETURN SQLGetStmtAttr(SQLHSTMT , SQLINTEGER , SQLPOINTER , SQLINTEGER , SQLINTEGER* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetStmtOption
deprecated SQLRETURN SQLGetStmtOption(SQLHSTMT , SQLUSMALLINT , SQLPOINTER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetTypeInfo
SQLRETURN SQLGetTypeInfo(SQLHSTMT , SQLSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLNumResultCols
SQLRETURN SQLNumResultCols(SQLHSTMT , SQLSMALLINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLParamData
SQLRETURN SQLParamData(SQLHSTMT , SQLPOINTER* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLPrepare
SQLRETURN SQLPrepare(SQLHSTMT , SQLCHAR* , SQLINTEGER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLPutData
SQLRETURN SQLPutData(SQLHSTMT , SQLPOINTER , SQLLEN )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLRowCount
SQLRETURN SQLRowCount(SQLHSTMT , SQLLEN* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetConnectAttr
SQLRETURN SQLSetConnectAttr(SQLHDBC , SQLINTEGER , SQLPOINTER , SQLINTEGER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetConnectOption
deprecated SQLRETURN SQLSetConnectOption(SQLHDBC , SQLUSMALLINT , SQLULEN )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetCursorName
SQLRETURN SQLSetCursorName(SQLHSTMT , SQLCHAR* , SQLSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetDescField
SQLRETURN SQLSetDescField(SQLHDESC , SQLSMALLINT , SQLSMALLINT , SQLPOINTER , SQLINTEGER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetDescRec
SQLRETURN SQLSetDescRec(SQLHDESC , SQLSMALLINT , SQLSMALLINT , SQLSMALLINT , SQLLEN , SQLSMALLINT , SQLSMALLINT , SQLPOINTER , SQLLEN* , SQLLEN* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetEnvAttr
SQLRETURN SQLSetEnvAttr(SQLHENV , SQLINTEGER , SQLPOINTER , SQLINTEGER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetParam
deprecated SQLRETURN SQLSetParam(SQLHSTMT , SQLUSMALLINT , SQLSMALLINT , SQLSMALLINT , SQLULEN , SQLSMALLINT , SQLPOINTER , SQLLEN* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetStmtAttr
SQLRETURN SQLSetStmtAttr(SQLHSTMT , SQLINTEGER , SQLPOINTER , SQLINTEGER )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetStmtOption
deprecated SQLRETURN SQLSetStmtOption(SQLHSTMT , SQLUSMALLINT , SQLROWCOUNT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSpecialColumns
SQLRETURN SQLSpecialColumns(SQLHSTMT , SQLUSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLUSMALLINT , SQLUSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLStatistics
SQLRETURN SQLStatistics(SQLHSTMT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLUSMALLINT , SQLUSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTables
SQLRETURN SQLTables(SQLHSTMT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT , SQLCHAR* , SQLSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTransact
SQLRETURN SQLTransact(SQLHENV , SQLHDBC , SQLUSMALLINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

ODBCVER
auto ODBCVER;
Undocumented in source.
SQL_ACCESSIBLE_PROCEDURES
auto SQL_ACCESSIBLE_PROCEDURES;
Undocumented in source.
SQL_ACCESSIBLE_TABLES
auto SQL_ACCESSIBLE_TABLES;
Undocumented in source.
SQL_ALL_TYPES
auto SQL_ALL_TYPES;
Undocumented in source.
SQL_ALTER_TABLE
auto SQL_ALTER_TABLE;
Undocumented in source.
SQL_AM_CONNECTION
auto SQL_AM_CONNECTION;
Undocumented in source.
SQL_AM_NONE
auto SQL_AM_NONE;
Undocumented in source.
SQL_AM_STATEMENT
auto SQL_AM_STATEMENT;
Undocumented in source.
SQL_API_SQLALLOCCONNECT
auto SQL_API_SQLALLOCCONNECT;
Undocumented in source.
SQL_API_SQLALLOCENV
auto SQL_API_SQLALLOCENV;
Undocumented in source.
SQL_API_SQLALLOCHANDLE
auto SQL_API_SQLALLOCHANDLE;
Undocumented in source.
SQL_API_SQLALLOCSTMT
auto SQL_API_SQLALLOCSTMT;
Undocumented in source.
SQL_API_SQLBINDCOL
auto SQL_API_SQLBINDCOL;
Undocumented in source.
SQL_API_SQLBINDPARAM
auto SQL_API_SQLBINDPARAM;
Undocumented in source.
SQL_API_SQLCANCEL
auto SQL_API_SQLCANCEL;
Undocumented in source.
SQL_API_SQLCLOSECURSOR
auto SQL_API_SQLCLOSECURSOR;
Undocumented in source.
SQL_API_SQLCOLATTRIBUTE
auto SQL_API_SQLCOLATTRIBUTE;
Undocumented in source.
SQL_API_SQLCOLUMNS
auto SQL_API_SQLCOLUMNS;
Undocumented in source.
SQL_API_SQLCONNECT
auto SQL_API_SQLCONNECT;
Undocumented in source.
SQL_API_SQLCOPYDESC
auto SQL_API_SQLCOPYDESC;
Undocumented in source.
SQL_API_SQLDATASOURCES
auto SQL_API_SQLDATASOURCES;
Undocumented in source.
SQL_API_SQLDESCRIBECOL
auto SQL_API_SQLDESCRIBECOL;
Undocumented in source.
SQL_API_SQLDISCONNECT
auto SQL_API_SQLDISCONNECT;
Undocumented in source.
SQL_API_SQLENDTRAN
auto SQL_API_SQLENDTRAN;
Undocumented in source.
SQL_API_SQLERROR
auto SQL_API_SQLERROR;
Undocumented in source.
SQL_API_SQLEXECDIRECT
auto SQL_API_SQLEXECDIRECT;
Undocumented in source.
SQL_API_SQLEXECUTE
auto SQL_API_SQLEXECUTE;
Undocumented in source.
SQL_API_SQLFETCH
auto SQL_API_SQLFETCH;
Undocumented in source.
SQL_API_SQLFETCHSCROLL
auto SQL_API_SQLFETCHSCROLL;
Undocumented in source.
SQL_API_SQLFREECONNECT
auto SQL_API_SQLFREECONNECT;
Undocumented in source.
SQL_API_SQLFREEENV
auto SQL_API_SQLFREEENV;
Undocumented in source.
SQL_API_SQLFREEHANDLE
auto SQL_API_SQLFREEHANDLE;
Undocumented in source.
SQL_API_SQLFREESTMT
auto SQL_API_SQLFREESTMT;
Undocumented in source.
SQL_API_SQLGETCONNECTATTR
auto SQL_API_SQLGETCONNECTATTR;
Undocumented in source.
SQL_API_SQLGETCONNECTOPTION
auto SQL_API_SQLGETCONNECTOPTION;
Undocumented in source.
SQL_API_SQLGETCURSORNAME
auto SQL_API_SQLGETCURSORNAME;
Undocumented in source.
SQL_API_SQLGETDATA
auto SQL_API_SQLGETDATA;
Undocumented in source.
SQL_API_SQLGETDESCFIELD
auto SQL_API_SQLGETDESCFIELD;
Undocumented in source.
SQL_API_SQLGETDESCREC
auto SQL_API_SQLGETDESCREC;
Undocumented in source.
SQL_API_SQLGETDIAGFIELD
auto SQL_API_SQLGETDIAGFIELD;
Undocumented in source.
SQL_API_SQLGETDIAGREC
auto SQL_API_SQLGETDIAGREC;
Undocumented in source.
SQL_API_SQLGETENVATTR
auto SQL_API_SQLGETENVATTR;
Undocumented in source.
SQL_API_SQLGETFUNCTIONS
auto SQL_API_SQLGETFUNCTIONS;
Undocumented in source.
SQL_API_SQLGETINFO
auto SQL_API_SQLGETINFO;
Undocumented in source.
SQL_API_SQLGETSTMTATTR
auto SQL_API_SQLGETSTMTATTR;
Undocumented in source.
SQL_API_SQLGETSTMTOPTION
auto SQL_API_SQLGETSTMTOPTION;
Undocumented in source.
SQL_API_SQLGETTYPEINFO
auto SQL_API_SQLGETTYPEINFO;
Undocumented in source.
SQL_API_SQLNUMRESULTCOLS
auto SQL_API_SQLNUMRESULTCOLS;
Undocumented in source.
SQL_API_SQLPARAMDATA
auto SQL_API_SQLPARAMDATA;
Undocumented in source.
SQL_API_SQLPREPARE
auto SQL_API_SQLPREPARE;
Undocumented in source.
SQL_API_SQLPUTDATA
auto SQL_API_SQLPUTDATA;
Undocumented in source.
SQL_API_SQLROWCOUNT
auto SQL_API_SQLROWCOUNT;
Undocumented in source.
SQL_API_SQLSETCONNECTATTR
auto SQL_API_SQLSETCONNECTATTR;
Undocumented in source.
SQL_API_SQLSETCONNECTOPTION
auto SQL_API_SQLSETCONNECTOPTION;
Undocumented in source.
SQL_API_SQLSETCURSORNAME
auto SQL_API_SQLSETCURSORNAME;
Undocumented in source.
SQL_API_SQLSETDESCFIELD
auto SQL_API_SQLSETDESCFIELD;
Undocumented in source.
SQL_API_SQLSETDESCREC
auto SQL_API_SQLSETDESCREC;
Undocumented in source.
SQL_API_SQLSETENVATTR
auto SQL_API_SQLSETENVATTR;
Undocumented in source.
SQL_API_SQLSETPARAM
auto SQL_API_SQLSETPARAM;
Undocumented in source.
SQL_API_SQLSETSTMTATTR
auto SQL_API_SQLSETSTMTATTR;
Undocumented in source.
SQL_API_SQLSETSTMTOPTION
auto SQL_API_SQLSETSTMTOPTION;
Undocumented in source.
SQL_API_SQLSPECIALCOLUMNS
auto SQL_API_SQLSPECIALCOLUMNS;
Undocumented in source.
SQL_API_SQLSTATISTICS
auto SQL_API_SQLSTATISTICS;
Undocumented in source.
SQL_API_SQLTABLES
auto SQL_API_SQLTABLES;
Undocumented in source.
SQL_API_SQLTRANSACT
auto SQL_API_SQLTRANSACT;
Undocumented in source.
SQL_ARD_TYPE
auto SQL_ARD_TYPE;
Undocumented in source.
SQL_ATTR_APP_PARAM_DESC
auto SQL_ATTR_APP_PARAM_DESC;
Undocumented in source.
SQL_ATTR_APP_ROW_DESC
auto SQL_ATTR_APP_ROW_DESC;
Undocumented in source.
SQL_ATTR_AUTO_IPD
auto SQL_ATTR_AUTO_IPD;
Undocumented in source.
SQL_ATTR_CURSOR_SCROLLABLE
auto SQL_ATTR_CURSOR_SCROLLABLE;
Undocumented in source.
SQL_ATTR_CURSOR_SENSITIVITY
auto SQL_ATTR_CURSOR_SENSITIVITY;
Undocumented in source.
SQL_ATTR_IMP_PARAM_DESC
auto SQL_ATTR_IMP_PARAM_DESC;
Undocumented in source.
SQL_ATTR_IMP_ROW_DESC
auto SQL_ATTR_IMP_ROW_DESC;
Undocumented in source.
SQL_ATTR_METADATA_ID
auto SQL_ATTR_METADATA_ID;
Undocumented in source.
SQL_ATTR_OUTPUT_NTS
auto SQL_ATTR_OUTPUT_NTS;
Undocumented in source.
SQL_AT_ADD_COLUMN
auto SQL_AT_ADD_COLUMN;
Undocumented in source.
SQL_AT_ADD_CONSTRAINT
auto SQL_AT_ADD_CONSTRAINT;
Undocumented in source.
SQL_AT_DROP_COLUMN
auto SQL_AT_DROP_COLUMN;
Undocumented in source.
SQL_CATALOG_NAME
auto SQL_CATALOG_NAME;
Undocumented in source.
SQL_CB_CLOSE
auto SQL_CB_CLOSE;
Undocumented in source.
SQL_CB_DELETE
auto SQL_CB_DELETE;
Undocumented in source.
SQL_CB_PRESERVE
auto SQL_CB_PRESERVE;
Undocumented in source.
SQL_CHAR
auto SQL_CHAR;
Undocumented in source.
SQL_CLOSE
auto SQL_CLOSE;
Undocumented in source.
SQL_CODE_DATE
auto SQL_CODE_DATE;
Undocumented in source.
SQL_CODE_TIME
auto SQL_CODE_TIME;
Undocumented in source.
SQL_CODE_TIMESTAMP
auto SQL_CODE_TIMESTAMP;
Undocumented in source.
SQL_COLLATION_SEQ
auto SQL_COLLATION_SEQ;
Undocumented in source.
SQL_COMMIT
auto SQL_COMMIT;
Undocumented in source.
SQL_CURSOR_COMMIT_BEHAVIOR
auto SQL_CURSOR_COMMIT_BEHAVIOR;
Undocumented in source.
SQL_CURSOR_SENSITIVITY
auto SQL_CURSOR_SENSITIVITY;
Undocumented in source.
SQL_DATA_AT_EXEC
auto SQL_DATA_AT_EXEC;
Undocumented in source.
SQL_DATA_SOURCE_NAME
auto SQL_DATA_SOURCE_NAME;
Undocumented in source.
SQL_DATA_SOURCE_READ_ONLY
auto SQL_DATA_SOURCE_READ_ONLY;
Undocumented in source.
SQL_DATETIME
auto SQL_DATETIME;
Undocumented in source.
SQL_DATE_LEN
auto SQL_DATE_LEN;
Undocumented in source.
SQL_DBMS_NAME
auto SQL_DBMS_NAME;
Undocumented in source.
SQL_DBMS_VER
auto SQL_DBMS_VER;
Undocumented in source.
SQL_DECIMAL
auto SQL_DECIMAL;
Undocumented in source.
SQL_DEFAULT
auto SQL_DEFAULT;
Undocumented in source.
SQL_DEFAULT_TXN_ISOLATION
auto SQL_DEFAULT_TXN_ISOLATION;
Undocumented in source.
SQL_DESCRIBE_PARAMETER
auto SQL_DESCRIBE_PARAMETER;
Undocumented in source.
SQL_DESC_ALLOC_AUTO
auto SQL_DESC_ALLOC_AUTO;
Undocumented in source.
SQL_DESC_ALLOC_TYPE
auto SQL_DESC_ALLOC_TYPE;
Undocumented in source.
SQL_DESC_ALLOC_USER
auto SQL_DESC_ALLOC_USER;
Undocumented in source.
SQL_DESC_COUNT
auto SQL_DESC_COUNT;
Undocumented in source.
SQL_DESC_DATA_PTR
auto SQL_DESC_DATA_PTR;
Undocumented in source.
SQL_DESC_DATETIME_INTERVAL_CODE
auto SQL_DESC_DATETIME_INTERVAL_CODE;
Undocumented in source.
SQL_DESC_INDICATOR_PTR
auto SQL_DESC_INDICATOR_PTR;
Undocumented in source.
SQL_DESC_LENGTH
auto SQL_DESC_LENGTH;
Undocumented in source.
SQL_DESC_NAME
auto SQL_DESC_NAME;
Undocumented in source.
SQL_DESC_NULLABLE
auto SQL_DESC_NULLABLE;
Undocumented in source.
SQL_DESC_OCTET_LENGTH
auto SQL_DESC_OCTET_LENGTH;
Undocumented in source.
SQL_DESC_OCTET_LENGTH_PTR
auto SQL_DESC_OCTET_LENGTH_PTR;
Undocumented in source.
SQL_DESC_PRECISION
auto SQL_DESC_PRECISION;
Undocumented in source.
SQL_DESC_SCALE
auto SQL_DESC_SCALE;
Undocumented in source.
SQL_DESC_TYPE
auto SQL_DESC_TYPE;
Undocumented in source.
SQL_DESC_UNNAMED
auto SQL_DESC_UNNAMED;
Undocumented in source.
SQL_DIAG_ALTER_DOMAIN
auto SQL_DIAG_ALTER_DOMAIN;
Undocumented in source.
SQL_DIAG_ALTER_TABLE
auto SQL_DIAG_ALTER_TABLE;
Undocumented in source.
SQL_DIAG_CALL
auto SQL_DIAG_CALL;
Undocumented in source.
SQL_DIAG_CLASS_ORIGIN
auto SQL_DIAG_CLASS_ORIGIN;
Undocumented in source.
SQL_DIAG_CONNECTION_NAME
auto SQL_DIAG_CONNECTION_NAME;
Undocumented in source.
SQL_DIAG_CREATE_ASSERTION
auto SQL_DIAG_CREATE_ASSERTION;
Undocumented in source.
SQL_DIAG_CREATE_CHARACTER_SET
auto SQL_DIAG_CREATE_CHARACTER_SET;
Undocumented in source.
SQL_DIAG_CREATE_COLLATION
auto SQL_DIAG_CREATE_COLLATION;
Undocumented in source.
SQL_DIAG_CREATE_DOMAIN
auto SQL_DIAG_CREATE_DOMAIN;
Undocumented in source.
SQL_DIAG_CREATE_INDEX
auto SQL_DIAG_CREATE_INDEX;
Undocumented in source.
SQL_DIAG_CREATE_SCHEMA
auto SQL_DIAG_CREATE_SCHEMA;
Undocumented in source.
SQL_DIAG_CREATE_TABLE
auto SQL_DIAG_CREATE_TABLE;
Undocumented in source.
SQL_DIAG_CREATE_TRANSLATION
auto SQL_DIAG_CREATE_TRANSLATION;
Undocumented in source.
SQL_DIAG_CREATE_VIEW
auto SQL_DIAG_CREATE_VIEW;
Undocumented in source.
SQL_DIAG_DELETE_WHERE
auto SQL_DIAG_DELETE_WHERE;
Undocumented in source.
SQL_DIAG_DROP_ASSERTION
auto SQL_DIAG_DROP_ASSERTION;
Undocumented in source.
SQL_DIAG_DROP_CHARACTER_SET
auto SQL_DIAG_DROP_CHARACTER_SET;
Undocumented in source.
SQL_DIAG_DROP_COLLATION
auto SQL_DIAG_DROP_COLLATION;
Undocumented in source.
SQL_DIAG_DROP_DOMAIN
auto SQL_DIAG_DROP_DOMAIN;
Undocumented in source.
SQL_DIAG_DROP_INDEX
auto SQL_DIAG_DROP_INDEX;
Undocumented in source.
SQL_DIAG_DROP_SCHEMA
auto SQL_DIAG_DROP_SCHEMA;
Undocumented in source.
SQL_DIAG_DROP_TABLE
auto SQL_DIAG_DROP_TABLE;
Undocumented in source.
SQL_DIAG_DROP_TRANSLATION
auto SQL_DIAG_DROP_TRANSLATION;
Undocumented in source.
SQL_DIAG_DROP_VIEW
auto SQL_DIAG_DROP_VIEW;
Undocumented in source.
SQL_DIAG_DYNAMIC_DELETE_CURSOR
auto SQL_DIAG_DYNAMIC_DELETE_CURSOR;
Undocumented in source.
SQL_DIAG_DYNAMIC_FUNCTION
auto SQL_DIAG_DYNAMIC_FUNCTION;
Undocumented in source.
SQL_DIAG_DYNAMIC_FUNCTION_CODE
auto SQL_DIAG_DYNAMIC_FUNCTION_CODE;
Undocumented in source.
SQL_DIAG_DYNAMIC_UPDATE_CURSOR
auto SQL_DIAG_DYNAMIC_UPDATE_CURSOR;
Undocumented in source.
SQL_DIAG_GRANT
auto SQL_DIAG_GRANT;
Undocumented in source.
SQL_DIAG_INSERT
auto SQL_DIAG_INSERT;
Undocumented in source.
SQL_DIAG_MESSAGE_TEXT
auto SQL_DIAG_MESSAGE_TEXT;
Undocumented in source.
SQL_DIAG_NATIVE
auto SQL_DIAG_NATIVE;
Undocumented in source.
SQL_DIAG_NUMBER
auto SQL_DIAG_NUMBER;
Undocumented in source.
SQL_DIAG_RETURNCODE
auto SQL_DIAG_RETURNCODE;
Undocumented in source.
SQL_DIAG_REVOKE
auto SQL_DIAG_REVOKE;
Undocumented in source.
SQL_DIAG_ROW_COUNT
auto SQL_DIAG_ROW_COUNT;
Undocumented in source.
SQL_DIAG_SELECT_CURSOR
auto SQL_DIAG_SELECT_CURSOR;
Undocumented in source.
SQL_DIAG_SERVER_NAME
auto SQL_DIAG_SERVER_NAME;
Undocumented in source.
SQL_DIAG_SQLSTATE
auto SQL_DIAG_SQLSTATE;
Undocumented in source.
SQL_DIAG_SUBCLASS_ORIGIN
auto SQL_DIAG_SUBCLASS_ORIGIN;
Undocumented in source.
SQL_DIAG_UNKNOWN_STATEMENT
auto SQL_DIAG_UNKNOWN_STATEMENT;
Undocumented in source.
SQL_DIAG_UPDATE_WHERE
auto SQL_DIAG_UPDATE_WHERE;
Undocumented in source.
SQL_DOUBLE
auto SQL_DOUBLE;
Undocumented in source.
SQL_DROP
auto SQL_DROP;
Undocumented in source.
SQL_ERROR
auto SQL_ERROR;
Undocumented in source.
SQL_FALSE
auto SQL_FALSE;
Undocumented in source.
SQL_FD_FETCH_ABSOLUTE
auto SQL_FD_FETCH_ABSOLUTE;
Undocumented in source.
SQL_FD_FETCH_FIRST
auto SQL_FD_FETCH_FIRST;
Undocumented in source.
SQL_FD_FETCH_LAST
auto SQL_FD_FETCH_LAST;
Undocumented in source.
SQL_FD_FETCH_NEXT
auto SQL_FD_FETCH_NEXT;
Undocumented in source.
SQL_FD_FETCH_PRIOR
auto SQL_FD_FETCH_PRIOR;
Undocumented in source.
SQL_FD_FETCH_RELATIVE
auto SQL_FD_FETCH_RELATIVE;
Undocumented in source.
SQL_FETCH_ABSOLUTE
auto SQL_FETCH_ABSOLUTE;
Undocumented in source.
SQL_FETCH_DIRECTION
auto SQL_FETCH_DIRECTION;
Undocumented in source.
SQL_FETCH_FIRST
auto SQL_FETCH_FIRST;
Undocumented in source.
SQL_FETCH_LAST
auto SQL_FETCH_LAST;
Undocumented in source.
SQL_FETCH_NEXT
auto SQL_FETCH_NEXT;
Undocumented in source.
SQL_FETCH_PRIOR
auto SQL_FETCH_PRIOR;
Undocumented in source.
SQL_FETCH_RELATIVE
auto SQL_FETCH_RELATIVE;
Undocumented in source.
SQL_FLOAT
auto SQL_FLOAT;
Undocumented in source.
SQL_GD_ANY_COLUMN
auto SQL_GD_ANY_COLUMN;
Undocumented in source.
SQL_GD_ANY_ORDER
auto SQL_GD_ANY_ORDER;
Undocumented in source.
SQL_GETDATA_EXTENSIONS
auto SQL_GETDATA_EXTENSIONS;
Undocumented in source.
SQL_HANDLE_DBC
auto SQL_HANDLE_DBC;
Undocumented in source.
SQL_HANDLE_DESC
auto SQL_HANDLE_DESC;
Undocumented in source.
SQL_HANDLE_ENV
auto SQL_HANDLE_ENV;
Undocumented in source.
SQL_HANDLE_STMT
auto SQL_HANDLE_STMT;
Undocumented in source.
SQL_IC_LOWER
auto SQL_IC_LOWER;
Undocumented in source.
SQL_IC_MIXED
auto SQL_IC_MIXED;
Undocumented in source.
SQL_IC_SENSITIVE
auto SQL_IC_SENSITIVE;
Undocumented in source.
SQL_IC_UPPER
auto SQL_IC_UPPER;
Undocumented in source.
SQL_IDENTIFIER_CASE
auto SQL_IDENTIFIER_CASE;
Undocumented in source.
SQL_IDENTIFIER_QUOTE_CHAR
auto SQL_IDENTIFIER_QUOTE_CHAR;
Undocumented in source.
SQL_INDEX_ALL
auto SQL_INDEX_ALL;
Undocumented in source.
SQL_INDEX_CLUSTERED
auto SQL_INDEX_CLUSTERED;
Undocumented in source.
SQL_INDEX_HASHED
auto SQL_INDEX_HASHED;
Undocumented in source.
SQL_INDEX_OTHER
auto SQL_INDEX_OTHER;
Undocumented in source.
SQL_INDEX_UNIQUE
auto SQL_INDEX_UNIQUE;
Undocumented in source.
SQL_INSENSITIVE
auto SQL_INSENSITIVE;
Undocumented in source.
SQL_INTEGER
auto SQL_INTEGER;
Undocumented in source.
SQL_INTEGRITY
auto SQL_INTEGRITY;
Undocumented in source.
SQL_INVALID_HANDLE
auto SQL_INVALID_HANDLE;
Undocumented in source.
SQL_MAXIMUM_CATALOG_NAME_LENGTH
auto SQL_MAXIMUM_CATALOG_NAME_LENGTH;
Undocumented in source.
SQL_MAXIMUM_COLUMNS_IN_GROUP_BY
auto SQL_MAXIMUM_COLUMNS_IN_GROUP_BY;
Undocumented in source.
SQL_MAXIMUM_COLUMNS_IN_INDEX
auto SQL_MAXIMUM_COLUMNS_IN_INDEX;
Undocumented in source.
SQL_MAXIMUM_COLUMNS_IN_ORDER_BY
auto SQL_MAXIMUM_COLUMNS_IN_ORDER_BY;
Undocumented in source.
SQL_MAXIMUM_COLUMNS_IN_SELECT
auto SQL_MAXIMUM_COLUMNS_IN_SELECT;
Undocumented in source.
SQL_MAXIMUM_COLUMN_NAME_LENGTH
auto SQL_MAXIMUM_COLUMN_NAME_LENGTH;
Undocumented in source.
SQL_MAXIMUM_CONCURRENT_ACTIVITIES
auto SQL_MAXIMUM_CONCURRENT_ACTIVITIES;
Undocumented in source.
SQL_MAXIMUM_CURSOR_NAME_LENGTH
auto SQL_MAXIMUM_CURSOR_NAME_LENGTH;
Undocumented in source.
SQL_MAXIMUM_DRIVER_CONNECTIONS
auto SQL_MAXIMUM_DRIVER_CONNECTIONS;
Undocumented in source.
SQL_MAXIMUM_IDENTIFIER_LENGTH
auto SQL_MAXIMUM_IDENTIFIER_LENGTH;
Undocumented in source.
SQL_MAXIMUM_INDEX_SIZE
auto SQL_MAXIMUM_INDEX_SIZE;
Undocumented in source.
SQL_MAXIMUM_ROW_SIZE
auto SQL_MAXIMUM_ROW_SIZE;
Undocumented in source.
SQL_MAXIMUM_SCHEMA_NAME_LENGTH
auto SQL_MAXIMUM_SCHEMA_NAME_LENGTH;
Undocumented in source.
SQL_MAXIMUM_STATEMENT_LENGTH
auto SQL_MAXIMUM_STATEMENT_LENGTH;
Undocumented in source.
SQL_MAXIMUM_TABLES_IN_SELECT
auto SQL_MAXIMUM_TABLES_IN_SELECT;
Undocumented in source.
SQL_MAXIMUM_USER_NAME_LENGTH
auto SQL_MAXIMUM_USER_NAME_LENGTH;
Undocumented in source.
SQL_MAX_CATALOG_NAME_LEN
auto SQL_MAX_CATALOG_NAME_LEN;
Undocumented in source.
SQL_MAX_COLUMNS_IN_GROUP_BY
auto SQL_MAX_COLUMNS_IN_GROUP_BY;
Undocumented in source.
SQL_MAX_COLUMNS_IN_INDEX
auto SQL_MAX_COLUMNS_IN_INDEX;
Undocumented in source.
SQL_MAX_COLUMNS_IN_ORDER_BY
auto SQL_MAX_COLUMNS_IN_ORDER_BY;
Undocumented in source.
SQL_MAX_COLUMNS_IN_SELECT
auto SQL_MAX_COLUMNS_IN_SELECT;
Undocumented in source.
SQL_MAX_COLUMNS_IN_TABLE
auto SQL_MAX_COLUMNS_IN_TABLE;
Undocumented in source.
SQL_MAX_COLUMN_NAME_LEN
auto SQL_MAX_COLUMN_NAME_LEN;
Undocumented in source.
SQL_MAX_CONCURRENT_ACTIVITIES
auto SQL_MAX_CONCURRENT_ACTIVITIES;
Undocumented in source.
SQL_MAX_CURSOR_NAME_LEN
auto SQL_MAX_CURSOR_NAME_LEN;
Undocumented in source.
SQL_MAX_DRIVER_CONNECTIONS
auto SQL_MAX_DRIVER_CONNECTIONS;
Undocumented in source.
SQL_MAX_IDENTIFIER_LEN
auto SQL_MAX_IDENTIFIER_LEN;
Undocumented in source.
SQL_MAX_INDEX_SIZE
auto SQL_MAX_INDEX_SIZE;
Undocumented in source.
SQL_MAX_MESSAGE_LENGTH
auto SQL_MAX_MESSAGE_LENGTH;
Undocumented in source.
SQL_MAX_ROW_SIZE
auto SQL_MAX_ROW_SIZE;
Undocumented in source.
SQL_MAX_SCHEMA_NAME_LEN
auto SQL_MAX_SCHEMA_NAME_LEN;
Undocumented in source.
SQL_MAX_STATEMENT_LEN
auto SQL_MAX_STATEMENT_LEN;
Undocumented in source.
SQL_MAX_TABLES_IN_SELECT
auto SQL_MAX_TABLES_IN_SELECT;
Undocumented in source.
SQL_MAX_TABLE_NAME_LEN
auto SQL_MAX_TABLE_NAME_LEN;
Undocumented in source.
SQL_MAX_USER_NAME_LEN
auto SQL_MAX_USER_NAME_LEN;
Undocumented in source.
SQL_NAMED
auto SQL_NAMED;
Undocumented in source.
SQL_NC_HIGH
auto SQL_NC_HIGH;
Undocumented in source.
SQL_NC_LOW
auto SQL_NC_LOW;
Undocumented in source.
SQL_NEED_DATA
auto SQL_NEED_DATA;
Undocumented in source.
SQL_NONSCROLLABLE
auto SQL_NONSCROLLABLE;
Undocumented in source.
SQL_NO_DATA
auto SQL_NO_DATA;
Undocumented in source.
SQL_NO_NULLS
auto SQL_NO_NULLS;
Undocumented in source.
SQL_NTS
auto SQL_NTS;
Undocumented in source.
SQL_NTSL
LONG SQL_NTSL;
Undocumented in source.
SQL_NULLABLE
auto SQL_NULLABLE;
Undocumented in source.
SQL_NULLABLE_UNKNOWN
auto SQL_NULLABLE_UNKNOWN;
Undocumented in source.
SQL_NULL_COLLATION
auto SQL_NULL_COLLATION;
Undocumented in source.
SQL_NULL_DATA
auto SQL_NULL_DATA;
Undocumented in source.
SQL_NULL_HANDLE
auto SQL_NULL_HANDLE;
Undocumented in source.
SQL_NULL_HDBC
auto SQL_NULL_HDBC;
Undocumented in source.
SQL_NULL_HDESC
auto SQL_NULL_HDESC;
Undocumented in source.
SQL_NULL_HENV
auto SQL_NULL_HENV;
Undocumented in source.
SQL_NULL_HSTMT
auto SQL_NULL_HSTMT;
Undocumented in source.
SQL_NUMERIC
auto SQL_NUMERIC;
Undocumented in source.
SQL_OJ_ALL_COMPARISON_OPS
auto SQL_OJ_ALL_COMPARISON_OPS;
Undocumented in source.
SQL_OJ_CAPABILITIES
auto SQL_OJ_CAPABILITIES;
Undocumented in source.
SQL_OJ_FULL
auto SQL_OJ_FULL;
Undocumented in source.
SQL_OJ_INNER
auto SQL_OJ_INNER;
Undocumented in source.
SQL_OJ_LEFT
auto SQL_OJ_LEFT;
Undocumented in source.
SQL_OJ_NESTED
auto SQL_OJ_NESTED;
Undocumented in source.
SQL_OJ_NOT_ORDERED
auto SQL_OJ_NOT_ORDERED;
Undocumented in source.
SQL_OJ_RIGHT
auto SQL_OJ_RIGHT;
Undocumented in source.
SQL_ORDER_BY_COLUMNS_IN_SELECT
auto SQL_ORDER_BY_COLUMNS_IN_SELECT;
Undocumented in source.
SQL_OUTER_JOIN_CAPABILITIES
auto SQL_OUTER_JOIN_CAPABILITIES;
Undocumented in source.
SQL_PC_NON_PSEUDO
auto SQL_PC_NON_PSEUDO;
Undocumented in source.
SQL_PC_PSEUDO
auto SQL_PC_PSEUDO;
Undocumented in source.
SQL_PC_UNKNOWN
auto SQL_PC_UNKNOWN;
Undocumented in source.
SQL_PRED_BASIC
auto SQL_PRED_BASIC;
Undocumented in source.
SQL_PRED_CHAR
auto SQL_PRED_CHAR;
Undocumented in source.
SQL_PRED_NONE
auto SQL_PRED_NONE;
Undocumented in source.
SQL_REAL
auto SQL_REAL;
Undocumented in source.
SQL_RESET_PARAMS
auto SQL_RESET_PARAMS;
Undocumented in source.
SQL_ROLLBACK
auto SQL_ROLLBACK;
Undocumented in source.
SQL_ROW_IDENTIFIER
auto SQL_ROW_IDENTIFIER;
Undocumented in source.
SQL_SCCO_LOCK
auto SQL_SCCO_LOCK;
Undocumented in source.
SQL_SCCO_OPT_ROWVER
auto SQL_SCCO_OPT_ROWVER;
Undocumented in source.
SQL_SCCO_OPT_VALUES
auto SQL_SCCO_OPT_VALUES;
Undocumented in source.
SQL_SCCO_READ_ONLY
auto SQL_SCCO_READ_ONLY;
Undocumented in source.
SQL_SCOPE_CURROW
auto SQL_SCOPE_CURROW;
Undocumented in source.
SQL_SCOPE_SESSION
auto SQL_SCOPE_SESSION;
Undocumented in source.
SQL_SCOPE_TRANSACTION
auto SQL_SCOPE_TRANSACTION;
Undocumented in source.
SQL_SCROLLABLE
auto SQL_SCROLLABLE;
Undocumented in source.
SQL_SCROLL_CONCURRENCY
auto SQL_SCROLL_CONCURRENCY;
Undocumented in source.
SQL_SEARCH_PATTERN_ESCAPE
auto SQL_SEARCH_PATTERN_ESCAPE;
Undocumented in source.
SQL_SENSITIVE
auto SQL_SENSITIVE;
Undocumented in source.
SQL_SERVER_NAME
auto SQL_SERVER_NAME;
Undocumented in source.
SQL_SMALLINT
auto SQL_SMALLINT;
Undocumented in source.
SQL_SPECIAL_CHARACTERS
auto SQL_SPECIAL_CHARACTERS;
Undocumented in source.
SQL_STILL_EXECUTING
auto SQL_STILL_EXECUTING;
Undocumented in source.
SQL_SUCCESS
auto SQL_SUCCESS;
Undocumented in source.
SQL_SUCCESS_WITH_INFO
auto SQL_SUCCESS_WITH_INFO;
Undocumented in source.
SQL_TC_ALL
auto SQL_TC_ALL;
Undocumented in source.
SQL_TC_DDL_COMMIT
auto SQL_TC_DDL_COMMIT;
Undocumented in source.
SQL_TC_DDL_IGNORE
auto SQL_TC_DDL_IGNORE;
Undocumented in source.
SQL_TC_DML
auto SQL_TC_DML;
Undocumented in source.
SQL_TC_NONE
auto SQL_TC_NONE;
Undocumented in source.
SQL_TIMESTAMP_LEN
auto SQL_TIMESTAMP_LEN;
Undocumented in source.
SQL_TIME_LEN
auto SQL_TIME_LEN;
Undocumented in source.
SQL_TRANSACTION_CAPABLE
auto SQL_TRANSACTION_CAPABLE;
Undocumented in source.
SQL_TRANSACTION_ISOLATION_OPTION
auto SQL_TRANSACTION_ISOLATION_OPTION;
Undocumented in source.
SQL_TRANSACTION_READ_COMMITTED
auto SQL_TRANSACTION_READ_COMMITTED;
Undocumented in source.
SQL_TRANSACTION_READ_UNCOMMITTED
auto SQL_TRANSACTION_READ_UNCOMMITTED;
Undocumented in source.
SQL_TRANSACTION_REPEATABLE_READ
auto SQL_TRANSACTION_REPEATABLE_READ;
Undocumented in source.
SQL_TRANSACTION_SERIALIZABLE
auto SQL_TRANSACTION_SERIALIZABLE;
Undocumented in source.
SQL_TRUE
auto SQL_TRUE;
Undocumented in source.
SQL_TXN_CAPABLE
auto SQL_TXN_CAPABLE;
Undocumented in source.
SQL_TXN_ISOLATION_OPTION
auto SQL_TXN_ISOLATION_OPTION;
Undocumented in source.
SQL_TXN_READ_COMMITTED
auto SQL_TXN_READ_COMMITTED;
Undocumented in source.
SQL_TXN_READ_UNCOMMITTED
auto SQL_TXN_READ_UNCOMMITTED;
Undocumented in source.
SQL_TXN_REPEATABLE_READ
auto SQL_TXN_REPEATABLE_READ;
Undocumented in source.
SQL_TXN_SERIALIZABLE
auto SQL_TXN_SERIALIZABLE;
Undocumented in source.
SQL_TYPE_DATE
auto SQL_TYPE_DATE;
Undocumented in source.
SQL_TYPE_TIME
auto SQL_TYPE_TIME;
Undocumented in source.
SQL_TYPE_TIMESTAMP
auto SQL_TYPE_TIMESTAMP;
Undocumented in source.
SQL_UNBIND
auto SQL_UNBIND;
Undocumented in source.
SQL_UNKNOWN_TYPE
auto SQL_UNKNOWN_TYPE;
Undocumented in source.
SQL_UNNAMED
auto SQL_UNNAMED;
Undocumented in source.
SQL_UNSPECIFIED
auto SQL_UNSPECIFIED;
Undocumented in source.
SQL_USER_NAME
auto SQL_USER_NAME;
Undocumented in source.
SQL_VARCHAR
auto SQL_VARCHAR;
Undocumented in source.
SQL_XOPEN_CLI_YEAR
auto SQL_XOPEN_CLI_YEAR;
Undocumented in source.

Meta