|
Apache HTTPD
|
Go to the source code of this file.
| #define SQL_ATTR_ACCESS_MODE SQL_ACCESS_MODE |
Definition at line 90 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_AUTOCOMMIT SQL_AUTOCOMMIT |
Definition at line 91 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_CONNECTION_DEAD 1209 |
Definition at line 98 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_CONNECTION_TIMEOUT 113 |
Definition at line 92 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_CURRENT_CATALOG SQL_CURRENT_QUALIFIER |
Definition at line 93 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_CURSOR_SCROLLABLE -1 |
Definition at line 112 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_DISCONNECT_BEHAVIOR 114 |
Definition at line 94 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_ENLIST_IN_DTC 1207 |
Definition at line 95 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_ENLIST_IN_XA 1208 |
Definition at line 96 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_LOGIN_TIMEOUT SQL_LOGIN_TIMEOUT |
Definition at line 102 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_ODBC_CURSORS SQL_ODBC_CURSORS |
Definition at line 103 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_PACKET_SIZE SQL_PACKET_SIZE |
Definition at line 104 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_QUIET_MODE SQL_QUIET_MODE |
Definition at line 105 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_TRACE SQL_OPT_TRACE |
Definition at line 106 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_TRACEFILE SQL_OPT_TRACEFILE |
Definition at line 107 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_TRANSLATE_LIB SQL_TRANSLATE_DLL |
Definition at line 108 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_TRANSLATE_OPTION SQL_TRANSLATE_OPTION |
Definition at line 109 of file apr_dbd_odbc_v2.h.
| #define SQL_ATTR_TXN_ISOLATION SQL_TXN_ISOLATION |
Definition at line 110 of file apr_dbd_odbc_v2.h.
| #define SQL_C_SBIGINT (SQL_BIGINT+SQL_SIGNED_OFFSET) /* SIGNED BIGINT */ |
Definition at line 114 of file apr_dbd_odbc_v2.h.
| #define SQL_C_UBIGINT (SQL_BIGINT+SQL_UNSIGNED_OFFSET) /* UNSIGNED BIGINT */ |
Definition at line 115 of file apr_dbd_odbc_v2.h.
| #define SQL_CD_FALSE 0L /* Connection is open/available */ |
Definition at line 100 of file apr_dbd_odbc_v2.h.
| #define SQL_CD_TRUE 1L /* Connection is closed/dead */ |
Definition at line 99 of file apr_dbd_odbc_v2.h.
| #define SQL_DESC_CONCISE_TYPE SQL_COLUMN_TYPE |
Definition at line 82 of file apr_dbd_odbc_v2.h.
| #define SQL_DESC_DISPLAY_SIZE SQL_COLUMN_DISPLAY_SIZE |
Definition at line 83 of file apr_dbd_odbc_v2.h.
| #define SQL_DESC_OCTET_LENGTH SQL_COLUMN_LENGTH |
Definition at line 84 of file apr_dbd_odbc_v2.h.
| #define SQL_DESC_TYPE SQL_COLUMN_TYPE |
Definition at line 81 of file apr_dbd_odbc_v2.h.
| #define SQL_DESC_UNSIGNED SQL_COLUMN_UNSIGNED |
Definition at line 85 of file apr_dbd_odbc_v2.h.
| #define SQL_FALSE 0 |
Definition at line 117 of file apr_dbd_odbc_v2.h.
| #define SQL_HANDLE_DBC 2 |
Definition at line 29 of file apr_dbd_odbc_v2.h.
| #define SQL_HANDLE_ENV 3 |
Definition at line 30 of file apr_dbd_odbc_v2.h.
| #define SQL_HANDLE_STMT 1 |
Definition at line 28 of file apr_dbd_odbc_v2.h.
| #define SQL_NO_DATA SQL_NO_DATA_FOUND |
Definition at line 31 of file apr_dbd_odbc_v2.h.
| #define SQL_NULL_HANDLE 0 |
Definition at line 27 of file apr_dbd_odbc_v2.h.
Definition at line 34 of file apr_dbd_odbc_v2.h.
| #define SQL_TRUE 1 |
Definition at line 118 of file apr_dbd_odbc_v2.h.
Definition at line 41 of file apr_dbd_odbc_v2.h.
| #define SQLCloseCursor | ( | stmt | ) | SQLFreeStmt(stmt, SQL_CLOSE) |
Definition at line 62 of file apr_dbd_odbc_v2.h.
Definition at line 88 of file apr_dbd_odbc_v2.h.
Definition at line 76 of file apr_dbd_odbc_v2.h.
Definition at line 79 of file apr_dbd_odbc_v2.h.
Definition at line 48 of file apr_dbd_odbc_v2.h.
| #define SQLGetConnectAttr | ( | hdbc, | |
| fOption, | |||
| ValuePtr, | |||
| BufferLength, | |||
| NULL | |||
| ) | SQLGetConnectOption(hdbc, fOption, ValuePtr) |
Definition at line 65 of file apr_dbd_odbc_v2.h.
Definition at line 55 of file apr_dbd_odbc_v2.h.
Definition at line 26 of file apr_dbd_odbc_v2.h.
| #define SQLSetConnectAttr | ( | hdbc, | |
| fOption, | |||
| ValuePtr, | |||
| BufferLength | |||
| ) | SQLSetConnectOption(hdbc, fOption, (SQLUINTEGER) ValuePtr) |
Definition at line 69 of file apr_dbd_odbc_v2.h.
| #define SQLSetEnvAttr | ( | henv, | |
| Attribute, | |||
| Value, | |||
| StringLength | |||
| ) | (0) |
Definition at line 38 of file apr_dbd_odbc_v2.h.
| #define SQLSetStmtAttr | ( | hstmt, | |
| fOption, | |||
| ValuePtr, | |||
| BufferLength | |||
| ) | (0); return APR_ENOTIMPL; |
Definition at line 73 of file apr_dbd_odbc_v2.h.