odbc.sqlucode

Declarations for interfacing with the ODBC library.

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

odbc.sqlucode corresponds to the sqlucode.h C include file.

Members

Enums

SQL_WCHAR
anonymousenum SQL_WCHAR
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Functions

SQLBrowseConnectW
SQLRETURN SQLBrowseConnectW(SQLHDBC hdbc, SQLWCHAR* szConnStrIn, SQLSMALLINT cbConnStrIn, SQLWCHAR* szConnStrOut, SQLSMALLINT cbConnStrOutMax, SQLSMALLINT* pcbConnStrOut)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLColAttributeW
SQLRETURN SQLColAttributeW(SQLHSTMT hstmt, SQLUSMALLINT iCol, SQLUSMALLINT iField, SQLPOINTER pCharAttr, SQLSMALLINT cbCharAttrMax, SQLSMALLINT* pcbCharAttr, SQLPOINTER pNumAttr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLColAttributesW
SQLRETURN SQLColAttributesW(SQLHSTMT hstmt, SQLUSMALLINT icol, SQLUSMALLINT fDescType, SQLPOINTER rgbDesc, SQLSMALLINT cbDescMax, SQLSMALLINT* pcbDesc, SQLINTEGER* pfDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLColumnPrivilegesW
SQLRETURN SQLColumnPrivilegesW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName, SQLWCHAR* szColumnName, SQLSMALLINT cbColumnName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLColumnsW
SQLRETURN SQLColumnsW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName, SQLWCHAR* szColumnName, SQLSMALLINT cbColumnName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLConnectW
SQLRETURN SQLConnectW(SQLHDBC hdbc, SQLWCHAR* szDSN, SQLSMALLINT cbDSN, SQLWCHAR* szUID, SQLSMALLINT cbUID, SQLWCHAR* szAuthStr, SQLSMALLINT cbAuthStr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDataSourcesW
SQLRETURN SQLDataSourcesW(SQLHENV henv, SQLUSMALLINT fDirection, SQLWCHAR* szDSN, SQLSMALLINT cbDSNMax, SQLSMALLINT* pcbDSN, SQLWCHAR* szDescription, SQLSMALLINT cbDescriptionMax, SQLSMALLINT* pcbDescription)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDescribeColW
SQLRETURN SQLDescribeColW(SQLHSTMT hstmt, SQLUSMALLINT icol, SQLWCHAR* szColName, SQLSMALLINT cbColNameMax, SQLSMALLINT* pcbColName, SQLSMALLINT* pfSqlType, SQLUINTEGER* pcbColDef, SQLSMALLINT* pibScale, SQLSMALLINT* pfNullable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDriverConnectW
SQLRETURN SQLDriverConnectW(SQLHDBC hdbc, SQLHWND hwnd, SQLWCHAR* szConnStrIn, SQLSMALLINT cbConnStrIn, SQLWCHAR* szConnStrOut, SQLSMALLINT cbConnStrOutMax, SQLSMALLINT* pcbConnStrOut, SQLUSMALLINT fDriverCompletion)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLDriversW
SQLRETURN SQLDriversW(SQLHENV henv, SQLUSMALLINT fDirection, SQLWCHAR* szDriverDesc, SQLSMALLINT cbDriverDescMax, SQLSMALLINT* pcbDriverDesc, SQLWCHAR* szDriverAttributes, SQLSMALLINT cbDrvrAttrMax, SQLSMALLINT* pcbDrvrAttr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLErrorW
SQLRETURN SQLErrorW(SQLHENV henv, SQLHDBC hdbc, SQLHSTMT hstmt, SQLWCHAR* szSqlState, SQLINTEGER* pfNativeError, SQLWCHAR* szErrorMsg, SQLSMALLINT cbErrorMsgMax, SQLSMALLINT* pcbErrorMsg)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLExecDirectW
SQLRETURN SQLExecDirectW(SQLHSTMT hstmt, SQLWCHAR* szSqlStr, SQLINTEGER cbSqlStr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLForeignKeysW
SQLRETURN SQLForeignKeysW(SQLHSTMT hstmt, SQLWCHAR* szPkCatalogName, SQLSMALLINT cbPkCatalogName, SQLWCHAR* szPkSchemaName, SQLSMALLINT cbPkSchemaName, SQLWCHAR* szPkTableName, SQLSMALLINT cbPkTableName, SQLWCHAR* szFkCatalogName, SQLSMALLINT cbFkCatalogName, SQLWCHAR* szFkSchemaName, SQLSMALLINT cbFkSchemaName, SQLWCHAR* szFkTableName, SQLSMALLINT cbFkTableName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetConnectAttrW
SQLRETURN SQLGetConnectAttrW(SQLHDBC hdbc, SQLINTEGER fAttribute, SQLPOINTER rgbValue, SQLINTEGER cbValueMax, SQLINTEGER* pcbValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetConnectOptionW
SQLRETURN SQLGetConnectOptionW(SQLHDBC hdbc, SQLUSMALLINT fOption, SQLPOINTER pvParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetCursorNameW
SQLRETURN SQLGetCursorNameW(SQLHSTMT hstmt, SQLWCHAR* szCursor, SQLSMALLINT cbCursorMax, SQLSMALLINT* pcbCursor)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDescFieldW
SQLRETURN SQLGetDescFieldW(SQLHDESC hdesc, SQLSMALLINT iRecord, SQLSMALLINT iField, SQLPOINTER rgbValue, SQLINTEGER cbValueMax, SQLINTEGER* pcbValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDescRecW
SQLRETURN SQLGetDescRecW(SQLHDESC hdesc, SQLSMALLINT iRecord, SQLWCHAR* szName, SQLSMALLINT cbNameMax, SQLSMALLINT* pcbName, SQLSMALLINT* pfType, SQLSMALLINT* pfSubType, SQLINTEGER* pLength, SQLSMALLINT* pPrecision, SQLSMALLINT* pScale, SQLSMALLINT* pNullable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDiagFieldW
SQLRETURN SQLGetDiagFieldW(SQLSMALLINT fHandleType, SQLHANDLE handle, SQLSMALLINT iRecord, SQLSMALLINT fDiagField, SQLPOINTER rgbDiagInfo, SQLSMALLINT cbDiagInfoMax, SQLSMALLINT* pcbDiagInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetDiagRecW
SQLRETURN SQLGetDiagRecW(SQLSMALLINT fHandleType, SQLHANDLE handle, SQLSMALLINT iRecord, SQLWCHAR* szSqlState, SQLINTEGER* pfNativeError, SQLWCHAR* szErrorMsg, SQLSMALLINT cbErrorMsgMax, SQLSMALLINT* pcbErrorMsg)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetInfoW
SQLRETURN SQLGetInfoW(SQLHDBC hdbc, SQLUSMALLINT fInfoType, SQLPOINTER rgbInfoValue, SQLSMALLINT cbInfoValueMax, SQLSMALLINT* pcbInfoValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetStmtAttrW
SQLRETURN SQLGetStmtAttrW(SQLHSTMT hstmt, SQLINTEGER fAttribute, SQLPOINTER rgbValue, SQLINTEGER cbValueMax, SQLINTEGER* pcbValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLGetTypeInfoW
SQLRETURN SQLGetTypeInfoW(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.
SQLNativeSqlW
SQLRETURN SQLNativeSqlW(SQLHDBC hdbc, SQLWCHAR* szSqlStrIn, SQLINTEGER cbSqlStrIn, SQLWCHAR* szSqlStr, SQLINTEGER cbSqlStrMax, SQLINTEGER* pcbSqlStr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLPrepareW
SQLRETURN SQLPrepareW(SQLHSTMT hstmt, SQLWCHAR* szSqlStr, SQLINTEGER cbSqlStr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLPrimaryKeysW
SQLRETURN SQLPrimaryKeysW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLProcedureColumnsW
SQLRETURN SQLProcedureColumnsW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szProcName, SQLSMALLINT cbProcName, SQLWCHAR* szColumnName, SQLSMALLINT cbColumnName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLProceduresW
SQLRETURN SQLProceduresW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szProcName, SQLSMALLINT cbProcName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetConnectAttrW
SQLRETURN SQLSetConnectAttrW(SQLHDBC hdbc, SQLINTEGER fAttribute, SQLPOINTER rgbValue, SQLINTEGER cbValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetConnectOptionW
SQLRETURN SQLSetConnectOptionW(SQLHDBC hdbc, SQLUSMALLINT fOption, SQLUINTEGER vParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetCursorNameW
SQLRETURN SQLSetCursorNameW(SQLHSTMT hstmt, SQLWCHAR* szCursor, SQLSMALLINT cbCursor)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSetDescFieldW
SQLRETURN SQLSetDescFieldW(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.
SQLSetStmtAttrW
SQLRETURN SQLSetStmtAttrW(SQLHSTMT hstmt, SQLINTEGER fAttribute, SQLPOINTER rgbValue, SQLINTEGER cbValueMax)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLSpecialColumnsW
SQLRETURN SQLSpecialColumnsW(SQLHSTMT hstmt, SQLUSMALLINT fColType, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName, SQLUSMALLINT fScope, SQLUSMALLINT fNullable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLStatisticsW
SQLRETURN SQLStatisticsW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName, SQLUSMALLINT fUnique, SQLUSMALLINT fAccuracy)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTablePrivilegesW
SQLRETURN SQLTablePrivilegesW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SQLTablesW
SQLRETURN SQLTablesW(SQLHSTMT hstmt, SQLWCHAR* szCatalogName, SQLSMALLINT cbCatalogName, SQLWCHAR* szSchemaName, SQLSMALLINT cbSchemaName, SQLWCHAR* szTableName, SQLSMALLINT cbTableName, SQLWCHAR* szTableType, SQLSMALLINT cbTableType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

SQL_SQLSTATE_SIZEW
enum int SQL_SQLSTATE_SIZEW;
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