win32.sql

Windows API header module

Translated from MinGW Windows headers

Public Imports

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

Manifest constants

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

Variables

SQL_NTSL
enum LONG SQL_NTSL;
Undocumented in source.

Meta

Source

See Source File
core/sys/windows/sql.d Automatically imported and edited from the druntime module core.sys.windows.sql for the auto-generated win32 package.