odbc.sql

Declarations for interfacing with the ODBC library.

Adapted with minimal changes from the work of David L. Davis (refer to the original announcement).

odbc.sql is the the main include for ODBC v3.0+ Core functions, corresponding to the sql.h C header file. It imports publicly odbc.sqltypes for conformity with the C header.

Note: The ODBC library itself not a part of the dmd distribution (and typically not a part of the distribution packages of other compilers such as gdc and ldc). To use ODBC, install it per the vendor- and platform-specific instructions and then use the appropriate command-line flags (e.g. for dmd, -L-lodbc on Posix and -Lodbc32.lib on Windows) to link with the ODBC library. On Windows, using pragma(lib, "odbc32") in D code at top level is also appropriate.

Public Imports

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

Members

Enums

SQL_ALL_TYPES
anonymousenum SQL_ALL_TYPES
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_AM_NONE
anonymousenum SQL_AM_NONE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_API_SQLALLOCCONNECT
anonymousenum SQL_API_SQLALLOCCONNECT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_ARD_TYPE
anonymousenum SQL_ARD_TYPE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_AT_ADD_COLUMN
anonymousenum SQL_AT_ADD_COLUMN
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_CB_DELETE
anonymousenum SQL_CB_DELETE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_CLOSE
anonymousenum SQL_CLOSE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_CODE_DATE
anonymousenum SQL_CODE_DATE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_COMMIT
anonymousenum SQL_COMMIT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_DEFAULT
anonymousenum SQL_DEFAULT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_DESC_ALLOC_AUTO
anonymousenum SQL_DESC_ALLOC_AUTO
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_DIAG_ALTER_DOMAIN
anonymousenum SQL_DIAG_ALTER_DOMAIN
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_DIAG_RETURNCODE
anonymousenum SQL_DIAG_RETURNCODE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_FALSE
anonymousenum SQL_FALSE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_FD_FETCH_NEXT
anonymousenum SQL_FD_FETCH_NEXT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_FETCH_LAST
anonymousenum SQL_FETCH_LAST
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_FETCH_NEXT
anonymousenum SQL_FETCH_NEXT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_GD_ANY_COLUMN
anonymousenum SQL_GD_ANY_COLUMN
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_IC_UPPER
anonymousenum SQL_IC_UPPER
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_INDEX_UNIQUE
anonymousenum SQL_INDEX_UNIQUE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_MAX_DRIVER_CONNECTIONS
anonymousenum SQL_MAX_DRIVER_CONNECTIONS
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NAMED
anonymousenum SQL_NAMED
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NC_HIGH
anonymousenum SQL_NC_HIGH
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NO_NULLS
anonymousenum SQL_NO_NULLS
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NTS
anonymousenum SQL_NTS
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULLABLE_UNKNOWN
anonymousenum SQL_NULLABLE_UNKNOWN
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_OJ_LEFT
anonymousenum SQL_OJ_LEFT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_PC_UNKNOWN
anonymousenum SQL_PC_UNKNOWN
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_PRED_NONE
anonymousenum SQL_PRED_NONE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_ROW_IDENTIFIER
anonymousenum SQL_ROW_IDENTIFIER
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_SCCO_READ_ONLY
anonymousenum SQL_SCCO_READ_ONLY
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_SCOPE_CURROW
anonymousenum SQL_SCOPE_CURROW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_SUCCESS
anonymousenum SQL_SUCCESS
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_TC_NONE
anonymousenum SQL_TC_NONE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_TXN_READ_UNCOMMITTED
anonymousenum SQL_TXN_READ_UNCOMMITTED
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_UNKNOWN_TYPE
anonymousenum SQL_UNKNOWN_TYPE
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_UNSPECIFIED
anonymousenum SQL_UNSPECIFIED
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_XOPEN_CLI_YEAR
anonymousenum SQL_XOPEN_CLI_YEAR
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Functions

SQLAllocConnect
SQLRETURN SQLAllocConnect(SQLHENV EnvironmentHandle, SQLHDBC* ConnectionHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLAllocEnv
SQLRETURN SQLAllocEnv(SQLHENV* EnvironmentHandle)
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 HandleType, SQLHANDLE InputHandle, SQLHANDLE* OutputHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLAllocStmt
SQLRETURN SQLAllocStmt(SQLHDBC ConnectionHandle, SQLHSTMT* StatementHandle)
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 StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValue, SQLINTEGER BufferLength, SQLINTEGER* StrLen_or_Ind)
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 StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT ValueType, SQLSMALLINT ParameterType, SQLUINTEGER LengthPrecision, SQLSMALLINT ParameterScale, SQLPOINTER ParameterValue, SQLINTEGER* StrLen_or_Ind)
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 StatementHandle)
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 StatementHandle)
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 StatementHandle, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength, SQLSMALLINT* StringLength, SQLPOINTER NumericAttribute)
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 StatementHandle, SQLCHAR* CatalogName, SQLSMALLINT NameLength1, SQLCHAR* SchemaName, SQLSMALLINT NameLength2, SQLCHAR* TableName, SQLSMALLINT NameLength3, SQLCHAR* ColumnName, SQLSMALLINT NameLength4)
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 ConnectionHandle, SQLCHAR* ServerName, SQLSMALLINT NameLength1, SQLCHAR* UserName, SQLSMALLINT NameLength2, SQLCHAR* Authentication, SQLSMALLINT NameLength3)
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 SourceDescHandle, SQLHDESC TargetDescHandle)
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 EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR* ServerName, SQLSMALLINT BufferLength1, SQLSMALLINT* NameLength1, SQLCHAR* Description, SQLSMALLINT BufferLength2, SQLSMALLINT* NameLength2)
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 StatementHandle, SQLUSMALLINT ColumnNumber, SQLCHAR* ColumnName, SQLSMALLINT BufferLength, SQLSMALLINT* NameLength, SQLSMALLINT* DataType, SQLUINTEGER* ColumnSize, SQLSMALLINT* DecimalDigits, SQLSMALLINT* Nullable)
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 ConnectionHandle)
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 HandleType, SQLHANDLE Handle, SQLSMALLINT CompletionType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLError
SQLRETURN SQLError(SQLHENV EnvironmentHandle, SQLHDBC ConnectionHandle, SQLHSTMT StatementHandle, SQLCHAR* Sqlstate, SQLINTEGER* NativeError, SQLCHAR* MessageText, SQLSMALLINT BufferLength, SQLSMALLINT* TextLength)
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 StatementHandle, SQLCHAR* StatementText, SQLINTEGER TextLength)
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 StatementHandle)
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 StatementHandle)
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 StatementHandle, SQLSMALLINT FetchOrientation, SQLINTEGER FetchOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFreeConnect
SQLRETURN SQLFreeConnect(SQLHDBC ConnectionHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLFreeEnv
SQLRETURN SQLFreeEnv(SQLHENV EnvironmentHandle)
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 HandleType, SQLHANDLE Handle)
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 StatementHandle, SQLUSMALLINT Option)
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 ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER* StringLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetConnectOption
SQLRETURN SQLGetConnectOption(SQLHDBC ConnectionHandle, SQLUSMALLINT Option, SQLPOINTER Value)
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 StatementHandle, SQLCHAR* CursorName, SQLSMALLINT BufferLength, SQLSMALLINT* NameLength)
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 StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValue, SQLINTEGER BufferLength, SQLINTEGER* StrLen_or_Ind)
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 DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT FieldIdentifier, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER* StringLength)
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 DescriptorHandle, SQLSMALLINT RecNumber, SQLCHAR* Name, SQLSMALLINT BufferLength, SQLSMALLINT* StringLength, SQLSMALLINT* Type, SQLSMALLINT* SubType, SQLINTEGER* Length, SQLSMALLINT* Precision, SQLSMALLINT* Scale, SQLSMALLINT* Nullable)
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 HandleType, SQLHANDLE Handle, SQLSMALLINT RecNumber, SQLSMALLINT DiagIdentifier, SQLPOINTER DiagInfo, SQLSMALLINT BufferLength, SQLSMALLINT* StringLength)
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 HandleType, SQLHANDLE Handle, SQLSMALLINT RecNumber, SQLCHAR* Sqlstate, SQLINTEGER* NativeError, SQLCHAR* MessageText, SQLSMALLINT BufferLength, SQLSMALLINT* TextLength)
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 EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER* StringLength)
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 ConnectionHandle, SQLUSMALLINT FunctionId, SQLUSMALLINT* Supported)
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 ConnectionHandle, SQLUSMALLINT InfoType, SQLPOINTER InfoValue, SQLSMALLINT BufferLength, SQLSMALLINT* StringLength)
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 StatementHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER* StringLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetStmtOption
SQLRETURN SQLGetStmtOption(SQLHSTMT StatementHandle, SQLUSMALLINT Option, SQLPOINTER Value)
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 StatementHandle, SQLSMALLINT DataType)
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 StatementHandle, SQLSMALLINT* ColumnCount)
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 StatementHandle, SQLPOINTER* Value)
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 StatementHandle, SQLCHAR* StatementText, SQLINTEGER TextLength)
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 StatementHandle, SQLPOINTER Data, SQLINTEGER StrLen_or_Ind)
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 StatementHandle, SQLINTEGER* RowCount)
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 ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER StringLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetConnectOption
SQLRETURN SQLSetConnectOption(SQLHDBC ConnectionHandle, SQLUSMALLINT Option, SQLUINTEGER Value)
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 StatementHandle, SQLCHAR* CursorName, SQLSMALLINT NameLength)
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 DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT FieldIdentifier, SQLPOINTER Value, SQLINTEGER BufferLength)
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 DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT Type, SQLSMALLINT SubType, SQLINTEGER Length, SQLSMALLINT Precision, SQLSMALLINT Scale, SQLPOINTER Data, SQLINTEGER* StringLength, SQLINTEGER* Indicator)
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 EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER StringLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetParam
SQLRETURN SQLSetParam(SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT ValueType, SQLSMALLINT ParameterType, SQLUINTEGER LengthPrecision, SQLSMALLINT ParameterScale, SQLPOINTER ParameterValue, SQLINTEGER* StrLen_or_Ind)
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 StatementHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER StringLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetStmtOption
SQLRETURN SQLSetStmtOption(SQLHSTMT StatementHandle, SQLUSMALLINT Option, SQLUINTEGER Value)
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 StatementHandle, SQLUSMALLINT IdentifierType, SQLCHAR* CatalogName, SQLSMALLINT NameLength1, SQLCHAR* SchemaName, SQLSMALLINT NameLength2, SQLCHAR* TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Scope, SQLUSMALLINT Nullable)
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 StatementHandle, SQLCHAR* CatalogName, SQLSMALLINT NameLength1, SQLCHAR* SchemaName, SQLSMALLINT NameLength2, SQLCHAR* TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Unique, SQLUSMALLINT Reserved)
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 StatementHandle, SQLCHAR* CatalogName, SQLSMALLINT NameLength1, SQLCHAR* SchemaName, SQLSMALLINT NameLength2, SQLCHAR* TableName, SQLSMALLINT NameLength3, SQLCHAR* TableType, SQLSMALLINT NameLength4)
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 EnvironmentHandle, SQLHDBC ConnectionHandle, SQLUSMALLINT CompletionType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_SUCCEEDED
bool SQL_SUCCEEDED(uint rc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SQL_DATA_AT_EXEC
enum int SQL_DATA_AT_EXEC;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULL_DATA
enum int SQL_NULL_DATA;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULL_HANDLE
enum SQLHANDLE SQL_NULL_HANDLE;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULL_HDBC
enum SQLHANDLE SQL_NULL_HDBC;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULL_HDESC
enum SQLHANDLE SQL_NULL_HDESC;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULL_HENV
enum SQLHANDLE SQL_NULL_HENV;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQL_NULL_HSTMT
enum SQLHANDLE SQL_NULL_HSTMT;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

See Also

Meta