nulib.system.win32.sql

Warning: This binding is out-of-date and does not allow use on non-Windows platforms. Use etc.c.odbc.sql instead.

Windows API header module

Translated from MinGW Windows headers

Public Imports

nulib.system.win32.sqltypes
deprecated public import nulib.system.win32.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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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
deprecated 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.

Manifest constants

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

Variables

SQL_NTSL
deprecated enum LONG SQL_NTSL;
Undocumented in source.

Meta