|
| HODBC_EXPORT void | ThrowColumnNullException (SQLSMALLINT columnNumber, const wchar_t *function, const wchar_t *file, int line) |
| |
| HODBC_EXPORT void | ThrowException (SQLRETURN sqlReturn, ODBC::HandleType handleType, SQLHANDLE sqlHandle, const wchar_t *function, const wchar_t *file, int line) |
| |
| HODBC_EXPORT void | ThrowException (SQLRETURN sqlReturn, ODBC::HandleType handleType, SQLHANDLE sqlHandle) |
| |
| HODBC_EXPORT void | ThrowExceptionNoDiagnostic (SQLRETURN sqlReturn, ODBC::HandleType handleType, SQLHANDLE sqlHandle, const wchar_t *function, const wchar_t *file, int line) |
| |
| HODBC_EXPORT void | ThrowExceptionNoDiagnostic (SQLRETURN sqlReturn, ODBC::HandleType handleType, SQLHANDLE sqlHandle) |
| |
| Result | GetDiagnosticFieldW (ODBC::HandleType handleType, SQLHANDLE handle, SQLSMALLINT recordNumber, SQLSMALLINT diagnosticFieldId, SQLPOINTER diagnosticInfo, SQLSMALLINT diagnosticInfoMaxLength, SQLSMALLINT *diagnosticInfoActualLength) |
| |
| Result | GetDiagnosticFieldA (ODBC::HandleType handleType, SQLHANDLE handle, SQLSMALLINT recordNumber, SQLSMALLINT diagnosticFieldId, SQLPOINTER diagnosticInfo, SQLSMALLINT diagnosticInfoMaxLength, SQLSMALLINT *diagnosticInfoActualLength) |
| |
| Result | GetDiagnosticRecord (ODBC::HandleType handleType, SQLHANDLE handle, SQLSMALLINT recordNumber, SQLWCHAR *sqlState, SQLINTEGER *nativeError, SQLWCHAR *message, SQLSMALLINT messageMaxLength, SQLSMALLINT *messageActualLength) |
| |
| Result | GetDiagnosticRecord (ODBC::HandleType handleType, SQLHANDLE handle, SQLSMALLINT recordNumber, SQLCHAR *sqlState, SQLINTEGER *nativeError, SQLCHAR *message, SQLSMALLINT messageMaxLength, SQLSMALLINT *messageActualLength) |
| |
| DiagnosticRecord | GetDiagnosticRecord (ODBC::HandleType handleType, SQLHANDLE handle, SQLSMALLINT recordNumber) |
| |
| SQLLEN | GetDiagnosticRecordRecordCount (ODBC::HandleType handleType, SQLHANDLE handle) |
| |
| SqlState | GetSqlState (ODBC::HandleType handleType, SQLHANDLE handle, SQLSMALLINT recordNumber=1) |
| |