Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/sql_8h_source.html below:
NCBI C++ ToolKit: include/dbapi/driver/odbc/unix_odbc/sql.h Source File
15 #define ODBCVER 0x0380 29 #define SQL_NULL_DATA (-1) 30 #define SQL_DATA_AT_EXEC (-2) 32 #define SQL_SUCCESS_WITH_INFO 1 33 #if (ODBCVER >= 0x0300) 34 #define SQL_NO_DATA 100 36 #define SQL_ERROR (-1) 37 #define SQL_INVALID_HANDLE (-2) 38 #define SQL_STILL_EXECUTING 2 39 #define SQL_NEED_DATA 99 40 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) 42 #if (ODBCVER >= 0x0380) 43 #define SQL_PARAM_DATA_AVAILABLE 101 50 #define SQL_NTSL (-3L) 53 #define SQL_MAX_MESSAGE_LENGTH 512 56 #if (ODBCVER >= 0x0300) 57 #define SQL_DATE_LEN 10 58 #define SQL_TIME_LEN 8 59 #define SQL_TIMESTAMP_LEN 19 63 #if (ODBCVER >= 0x0300) 64 #define SQL_HANDLE_ENV 1 65 #define SQL_HANDLE_DBC 2 66 #define SQL_HANDLE_STMT 3 67 #define SQL_HANDLE_DESC 4 71 #if (ODBCVER >= 0x0300) 72 #define SQL_ATTR_OUTPUT_NTS 10001 76 #if (ODBCVER >= 0x0300) 77 #define SQL_ATTR_AUTO_IPD 10001 78 #define SQL_ATTR_METADATA_ID 10014 82 #if (ODBCVER >= 0x0300) 83 #define SQL_ATTR_APP_ROW_DESC 10010 84 #define SQL_ATTR_APP_PARAM_DESC 10011 85 #define SQL_ATTR_IMP_ROW_DESC 10012 86 #define SQL_ATTR_IMP_PARAM_DESC 10013 87 #define SQL_ATTR_CURSOR_SCROLLABLE (-1) 88 #define SQL_ATTR_CURSOR_SENSITIVITY (-2) 92 #if (ODBCVER >= 0x0300) 93 #define SQL_NONSCROLLABLE 0 94 #define SQL_SCROLLABLE 1 98 #if (ODBCVER >= 0x0300) 99 #define SQL_DESC_COUNT 1001 100 #define SQL_DESC_TYPE 1002 101 #define SQL_DESC_LENGTH 1003 102 #define SQL_DESC_OCTET_LENGTH_PTR 1004 103 #define SQL_DESC_PRECISION 1005 104 #define SQL_DESC_SCALE 1006 105 #define SQL_DESC_DATETIME_INTERVAL_CODE 1007 106 #define SQL_DESC_NULLABLE 1008 107 #define SQL_DESC_INDICATOR_PTR 1009 108 #define SQL_DESC_DATA_PTR 1010 109 #define SQL_DESC_NAME 1011 110 #define SQL_DESC_UNNAMED 1012 111 #define SQL_DESC_OCTET_LENGTH 1013 112 #define SQL_DESC_ALLOC_TYPE 1099 116 #if (ODBCVER >= 0x0300) 117 #define SQL_DIAG_RETURNCODE 1 118 #define SQL_DIAG_NUMBER 2 119 #define SQL_DIAG_ROW_COUNT 3 120 #define SQL_DIAG_SQLSTATE 4 121 #define SQL_DIAG_NATIVE 5 122 #define SQL_DIAG_MESSAGE_TEXT 6 123 #define SQL_DIAG_DYNAMIC_FUNCTION 7 124 #define SQL_DIAG_CLASS_ORIGIN 8 125 #define SQL_DIAG_SUBCLASS_ORIGIN 9 126 #define SQL_DIAG_CONNECTION_NAME 10 127 #define SQL_DIAG_SERVER_NAME 11 128 #define SQL_DIAG_DYNAMIC_FUNCTION_CODE 12 132 #if (ODBCVER >= 0x0300) 133 #define SQL_DIAG_ALTER_DOMAIN 3 134 #define SQL_DIAG_ALTER_TABLE 4 135 #define SQL_DIAG_CALL 7 136 #define SQL_DIAG_CREATE_ASSERTION 6 137 #define SQL_DIAG_CREATE_CHARACTER_SET 8 138 #define SQL_DIAG_CREATE_COLLATION 10 139 #define SQL_DIAG_CREATE_DOMAIN 23 140 #define SQL_DIAG_CREATE_INDEX (-1) 141 #define SQL_DIAG_CREATE_SCHEMA 64 142 #define SQL_DIAG_CREATE_TABLE 77 143 #define SQL_DIAG_CREATE_TRANSLATION 79 144 #define SQL_DIAG_CREATE_VIEW 84 145 #define SQL_DIAG_DELETE_WHERE 19 146 #define SQL_DIAG_DROP_ASSERTION 24 147 #define SQL_DIAG_DROP_CHARACTER_SET 25 148 #define SQL_DIAG_DROP_COLLATION 26 149 #define SQL_DIAG_DROP_DOMAIN 27 150 #define SQL_DIAG_DROP_INDEX (-2) 151 #define SQL_DIAG_DROP_SCHEMA 31 152 #define SQL_DIAG_DROP_TABLE 32 153 #define SQL_DIAG_DROP_TRANSLATION 33 154 #define SQL_DIAG_DROP_VIEW 36 155 #define SQL_DIAG_DYNAMIC_DELETE_CURSOR 38 156 #define SQL_DIAG_DYNAMIC_UPDATE_CURSOR 81 157 #define SQL_DIAG_GRANT 48 158 #define SQL_DIAG_INSERT 50 159 #define SQL_DIAG_REVOKE 59 160 #define SQL_DIAG_SELECT_CURSOR 85 161 #define SQL_DIAG_UNKNOWN_STATEMENT 0 162 #define SQL_DIAG_UPDATE_WHERE 82 166 #define SQL_UNKNOWN_TYPE 0 168 #define SQL_NUMERIC 2 169 #define SQL_DECIMAL 3 170 #define SQL_INTEGER 4 171 #define SQL_SMALLINT 5 175 #if (ODBCVER >= 0x0300) 176 #define SQL_DATETIME 9 178 #define SQL_VARCHAR 12 181 #if (ODBCVER >= 0x0300) 182 #define SQL_TYPE_DATE 91 183 #define SQL_TYPE_TIME 92 184 #define SQL_TYPE_TIMESTAMP 93 188 #if (ODBCVER >= 0x0300) 189 #define SQL_UNSPECIFIED 0 190 #define SQL_INSENSITIVE 1 191 #define SQL_SENSITIVE 2 195 #define SQL_ALL_TYPES 0 198 #if (ODBCVER >= 0x0300) 199 #define SQL_DEFAULT 99 205 #if (ODBCVER >= 0x0300) 206 #define SQL_ARD_TYPE (-99) 210 #if (ODBCVER >= 0x0300) 211 #define SQL_CODE_DATE 1 212 #define SQL_CODE_TIME 2 213 #define SQL_CODE_TIMESTAMP 3 217 #if (ODBCVER >= 0x0300) 223 #define SQL_NO_NULLS 0 224 #define SQL_NULLABLE 1 229 #define SQL_NULLABLE_UNKNOWN 2 234 #if (ODBCVER >= 0x0300) 235 #define SQL_PRED_NONE 0 236 #define SQL_PRED_CHAR 1 237 #define SQL_PRED_BASIC 2 241 #if (ODBCVER >= 0x0300) 243 #define SQL_UNNAMED 1 247 #if (ODBCVER >= 0x0300) 248 #define SQL_DESC_ALLOC_AUTO 1 249 #define SQL_DESC_ALLOC_USER 2 256 #define SQL_RESET_PARAMS 3 261 #define SQL_FETCH_NEXT 1 262 #define SQL_FETCH_FIRST 2 265 #define SQL_FETCH_LAST 3 266 #define SQL_FETCH_PRIOR 4 267 #define SQL_FETCH_ABSOLUTE 5 268 #define SQL_FETCH_RELATIVE 6 272 #define SQL_ROLLBACK 1 275 #define SQL_NULL_HENV 0 276 #define SQL_NULL_HDBC 0 277 #define SQL_NULL_HSTMT 0 278 #if (ODBCVER >= 0x0300) 279 #define SQL_NULL_HDESC 0 280 #define SQL_NULL_DESC 0 284 #if (ODBCVER >= 0x0300) 285 #define SQL_NULL_HANDLE 0L 289 #define SQL_SCOPE_CURROW 0 290 #define SQL_SCOPE_TRANSACTION 1 291 #define SQL_SCOPE_SESSION 2 293 #define SQL_PC_UNKNOWN 0 294 #if (ODBCVER >= 0x0300) 295 #define SQL_PC_NON_PSEUDO 1 297 #define SQL_PC_PSEUDO 2 300 #if (ODBCVER >= 0x0300) 301 #define SQL_ROW_IDENTIFIER 1 305 #define SQL_INDEX_UNIQUE 0 306 #define SQL_INDEX_ALL 1 309 #define SQL_INDEX_CLUSTERED 1 310 #define SQL_INDEX_HASHED 2 311 #define SQL_INDEX_OTHER 3 314 #define SQL_API_SQLALLOCCONNECT 1 315 #define SQL_API_SQLALLOCENV 2 316 #if (ODBCVER >= 0x0300) 317 #define SQL_API_SQLALLOCHANDLE 1001 319 #define SQL_API_SQLALLOCSTMT 3 320 #define SQL_API_SQLBINDCOL 4 321 #if (ODBCVER >= 0x0300) 322 #define SQL_API_SQLBINDPARAM 1002 324 #define SQL_API_SQLCANCEL 5 325 #if (ODBCVER >= 0x0300) 326 #define SQL_API_SQLCLOSECURSOR 1003 327 #define SQL_API_SQLCOLATTRIBUTE 6 329 #define SQL_API_SQLCOLUMNS 40 330 #define SQL_API_SQLCONNECT 7 331 #if (ODBCVER >= 0x0300) 332 #define SQL_API_SQLCOPYDESC 1004 334 #define SQL_API_SQLDATASOURCES 57 335 #define SQL_API_SQLDESCRIBECOL 8 336 #define SQL_API_SQLDISCONNECT 9 337 #if (ODBCVER >= 0x0300) 338 #define SQL_API_SQLENDTRAN 1005 340 #define SQL_API_SQLERROR 10 341 #define SQL_API_SQLEXECDIRECT 11 342 #define SQL_API_SQLEXECUTE 12 343 #define SQL_API_SQLFETCH 13 344 #if (ODBCVER >= 0x0300) 345 #define SQL_API_SQLFETCHSCROLL 1021 347 #define SQL_API_SQLFREECONNECT 14 348 #define SQL_API_SQLFREEENV 15 349 #if (ODBCVER >= 0x0300) 350 #define SQL_API_SQLFREEHANDLE 1006 352 #define SQL_API_SQLFREESTMT 16 353 #if (ODBCVER >= 0x0300) 354 #define SQL_API_SQLGETCONNECTATTR 1007 356 #define SQL_API_SQLGETCONNECTOPTION 42 357 #define SQL_API_SQLGETCURSORNAME 17 358 #define SQL_API_SQLGETDATA 43 359 #if (ODBCVER >= 0x0300) 360 #define SQL_API_SQLGETDESCFIELD 1008 361 #define SQL_API_SQLGETDESCREC 1009 362 #define SQL_API_SQLGETDIAGFIELD 1010 363 #define SQL_API_SQLGETDIAGREC 1011 364 #define SQL_API_SQLGETENVATTR 1012 366 #define SQL_API_SQLGETFUNCTIONS 44 367 #define SQL_API_SQLGETINFO 45 368 #if (ODBCVER >= 0x0300) 369 #define SQL_API_SQLGETSTMTATTR 1014 371 #define SQL_API_SQLGETSTMTOPTION 46 372 #define SQL_API_SQLGETTYPEINFO 47 373 #define SQL_API_SQLNUMRESULTCOLS 18 374 #define SQL_API_SQLPARAMDATA 48 375 #define SQL_API_SQLPREPARE 19 376 #define SQL_API_SQLPUTDATA 49 377 #define SQL_API_SQLROWCOUNT 20 378 #if (ODBCVER >= 0x0300) 379 #define SQL_API_SQLSETCONNECTATTR 1016 381 #define SQL_API_SQLSETCONNECTOPTION 50 382 #define SQL_API_SQLSETCURSORNAME 21 383 #if (ODBCVER >= 0x0300) 384 #define SQL_API_SQLSETDESCFIELD 1017 385 #define SQL_API_SQLSETDESCREC 1018 386 #define SQL_API_SQLSETENVATTR 1019 388 #define SQL_API_SQLSETPARAM 22 389 #if (ODBCVER >= 0x0300) 390 #define SQL_API_SQLSETSTMTATTR 1020 392 #define SQL_API_SQLSETSTMTOPTION 51 393 #define SQL_API_SQLSPECIALCOLUMNS 52 394 #define SQL_API_SQLSTATISTICS 53 395 #define SQL_API_SQLTABLES 54 396 #define SQL_API_SQLTRANSACT 23 398 #if (ODBCVER >= 0x0380) 399 #define SQL_API_SQLCANCELHANDLE 1022 403 #if (ODBCVER >= 0x0300) 404 #define SQL_MAX_DRIVER_CONNECTIONS 0 405 #define SQL_MAXIMUM_DRIVER_CONNECTIONS SQL_MAX_DRIVER_CONNECTIONS 406 #define SQL_MAX_CONCURRENT_ACTIVITIES 1 407 #define SQL_MAXIMUM_CONCURRENT_ACTIVITIES SQL_MAX_CONCURRENT_ACTIVITIES 409 #define SQL_DATA_SOURCE_NAME 2 410 #define SQL_FETCH_DIRECTION 8 411 #define SQL_SERVER_NAME 13 412 #define SQL_SEARCH_PATTERN_ESCAPE 14 413 #define SQL_DBMS_NAME 17 414 #define SQL_DBMS_VER 18 415 #define SQL_ACCESSIBLE_TABLES 19 416 #define SQL_ACCESSIBLE_PROCEDURES 20 417 #define SQL_CURSOR_COMMIT_BEHAVIOR 23 418 #define SQL_DATA_SOURCE_READ_ONLY 25 419 #define SQL_DEFAULT_TXN_ISOLATION 26 420 #define SQL_IDENTIFIER_CASE 28 421 #define SQL_IDENTIFIER_QUOTE_CHAR 29 422 #define SQL_MAX_COLUMN_NAME_LEN 30 423 #define SQL_MAXIMUM_COLUMN_NAME_LENGTH SQL_MAX_COLUMN_NAME_LEN 424 #define SQL_MAX_CURSOR_NAME_LEN 31 425 #define SQL_MAXIMUM_CURSOR_NAME_LENGTH SQL_MAX_CURSOR_NAME_LEN 426 #define SQL_MAX_SCHEMA_NAME_LEN 32 427 #define SQL_MAXIMUM_SCHEMA_NAME_LENGTH SQL_MAX_SCHEMA_NAME_LEN 428 #define SQL_MAX_CATALOG_NAME_LEN 34 429 #define SQL_MAXIMUM_CATALOG_NAME_LENGTH SQL_MAX_CATALOG_NAME_LEN 430 #define SQL_MAX_TABLE_NAME_LEN 35 431 #define SQL_SCROLL_CONCURRENCY 43 432 #define SQL_TXN_CAPABLE 46 433 #define SQL_TRANSACTION_CAPABLE SQL_TXN_CAPABLE 434 #define SQL_USER_NAME 47 435 #define SQL_TXN_ISOLATION_OPTION 72 436 #define SQL_TRANSACTION_ISOLATION_OPTION SQL_TXN_ISOLATION_OPTION 437 #define SQL_INTEGRITY 73 438 #define SQL_GETDATA_EXTENSIONS 81 439 #define SQL_NULL_COLLATION 85 440 #define SQL_ALTER_TABLE 86 441 #define SQL_ORDER_BY_COLUMNS_IN_SELECT 90 442 #define SQL_SPECIAL_CHARACTERS 94 443 #define SQL_MAX_COLUMNS_IN_GROUP_BY 97 444 #define SQL_MAXIMUM_COLUMNS_IN_GROUP_BY SQL_MAX_COLUMNS_IN_GROUP_BY 445 #define SQL_MAX_COLUMNS_IN_INDEX 98 446 #define SQL_MAXIMUM_COLUMNS_IN_INDEX SQL_MAX_COLUMNS_IN_INDEX 447 #define SQL_MAX_COLUMNS_IN_ORDER_BY 99 448 #define SQL_MAXIMUM_COLUMNS_IN_ORDER_BY SQL_MAX_COLUMNS_IN_ORDER_BY 449 #define SQL_MAX_COLUMNS_IN_SELECT 100 450 #define SQL_MAXIMUM_COLUMNS_IN_SELECT SQL_MAX_COLUMNS_IN_SELECT 451 #define SQL_MAX_COLUMNS_IN_TABLE 101 452 #define SQL_MAX_INDEX_SIZE 102 453 #define SQL_MAXIMUM_INDEX_SIZE SQL_MAX_INDEX_SIZE 454 #define SQL_MAX_ROW_SIZE 104 455 #define SQL_MAXIMUM_ROW_SIZE SQL_MAX_ROW_SIZE 456 #define SQL_MAX_STATEMENT_LEN 105 457 #define SQL_MAXIMUM_STATEMENT_LENGTH SQL_MAX_STATEMENT_LEN 458 #define SQL_MAX_TABLES_IN_SELECT 106 459 #define SQL_MAXIMUM_TABLES_IN_SELECT SQL_MAX_TABLES_IN_SELECT 460 #define SQL_MAX_USER_NAME_LEN 107 461 #define SQL_MAXIMUM_USER_NAME_LENGTH SQL_MAX_USER_NAME_LEN 462 #if (ODBCVER >= 0x0300) 463 #define SQL_OJ_CAPABILITIES 115 464 #define SQL_OUTER_JOIN_CAPABILITIES SQL_OJ_CAPABILITIES 467 #if (ODBCVER >= 0x0300) 468 #define SQL_XOPEN_CLI_YEAR 10000 469 #define SQL_CURSOR_SENSITIVITY 10001 470 #define SQL_DESCRIBE_PARAMETER 10002 471 #define SQL_CATALOG_NAME 10003 472 #define SQL_COLLATION_SEQ 10004 473 #define SQL_MAX_IDENTIFIER_LEN 10005 474 #define SQL_MAXIMUM_IDENTIFIER_LENGTH SQL_MAX_IDENTIFIER_LEN 478 #if (ODBCVER >= 0x0200) 479 #define SQL_AT_ADD_COLUMN 0x00000001L 480 #define SQL_AT_DROP_COLUMN 0x00000002L 483 #if (ODBCVER >= 0x0300) 484 #define SQL_AT_ADD_CONSTRAINT 0x00000008L 507 #if (ODBCVER >= 0x0300) 508 #define SQL_AM_NONE 0 509 #define SQL_AM_CONNECTION 1 510 #define SQL_AM_STATEMENT 2 514 #define SQL_CB_DELETE 0 515 #define SQL_CB_CLOSE 1 516 #define SQL_CB_PRESERVE 2 519 #define SQL_FD_FETCH_NEXT 0x00000001L 520 #define SQL_FD_FETCH_FIRST 0x00000002L 521 #define SQL_FD_FETCH_LAST 0x00000004L 522 #define SQL_FD_FETCH_PRIOR 0x00000008L 523 #define SQL_FD_FETCH_ABSOLUTE 0x00000010L 524 #define SQL_FD_FETCH_RELATIVE 0x00000020L 527 #define SQL_GD_ANY_COLUMN 0x00000001L 528 #define SQL_GD_ANY_ORDER 0x00000002L 531 #define SQL_IC_UPPER 1 532 #define SQL_IC_LOWER 2 533 #define SQL_IC_SENSITIVE 3 534 #define SQL_IC_MIXED 4 540 #if (ODBCVER >= 0x0201) 541 #define SQL_OJ_LEFT 0x00000001L 542 #define SQL_OJ_RIGHT 0x00000002L 543 #define SQL_OJ_FULL 0x00000004L 544 #define SQL_OJ_NESTED 0x00000008L 545 #define SQL_OJ_NOT_ORDERED 0x00000010L 546 #define SQL_OJ_INNER 0x00000020L 547 #define SQL_OJ_ALL_COMPARISON_OPS 0x00000040L 551 #define SQL_SCCO_READ_ONLY 0x00000001L 552 #define SQL_SCCO_LOCK 0x00000002L 553 #define SQL_SCCO_OPT_ROWVER 0x00000004L 554 #define SQL_SCCO_OPT_VALUES 0x00000008L 557 #define SQL_TC_NONE 0 560 #define SQL_TC_DDL_COMMIT 3 561 #define SQL_TC_DDL_IGNORE 4 564 #define SQL_TXN_READ_UNCOMMITTED 0x00000001L 565 #define SQL_TRANSACTION_READ_UNCOMMITTED SQL_TXN_READ_UNCOMMITTED 566 #define SQL_TXN_READ_COMMITTED 0x00000002L 567 #define SQL_TRANSACTION_READ_COMMITTED SQL_TXN_READ_COMMITTED 568 #define SQL_TXN_REPEATABLE_READ 0x00000004L 569 #define SQL_TRANSACTION_REPEATABLE_READ SQL_TXN_REPEATABLE_READ 570 #define SQL_TXN_SERIALIZABLE 0x00000008L 571 #define SQL_TRANSACTION_SERIALIZABLE SQL_TXN_SERIALIZABLE 574 #define SQL_NC_HIGH 0 582 #if (ODBCVER >= 0x0300) 595 #if (ODBCVER >= 0x0300) 605 #if (ODBCVER >= 0x0380) 610 #if (ODBCVER >= 0x0300) 637 #if (ODBCVER >= 0x0300) 656 #if (ODBCVER >= 0x0300) 674 #if (ODBCVER >= 0x0300) 683 #if (ODBCVER >= 0x0300) 690 #if (ODBCVER >= 0x0300) 708 #if (ODBCVER >= 0x0300) 743 #if (ODBCVER >= 0x0300) 770 #if (ODBCVER >= 0x0300) 782 #if (ODBCVER >= 0x0300) 805 #if (ODBCVER >= 0x0300)
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
SQLRETURN SQLSetEnvAttr(SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER StringLength)
SQLRETURN SQLGetCursorName(SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLength)
SQLRETURN SQLRowCount(SQLHSTMT StatementHandle, SQLINTEGER *RowCount)
SQLRETURN SQLExecDirect(SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength)
SQLRETURN SQLPutData(SQLHSTMT StatementHandle, SQLPOINTER Data, SQLINTEGER StrLen_or_Ind)
SQLRETURN SQLPrepare(SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength)
SQLRETURN SQLError(SQLHENV EnvironmentHandle, SQLHDBC ConnectionHandle, SQLHSTMT StatementHandle, SQLCHAR *Sqlstate, SQLINTEGER *NativeError, SQLCHAR *MessageText, SQLSMALLINT BufferLength, SQLSMALLINT *TextLength)
SQLRETURN SQLGetDescField(SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT FieldIdentifier, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
SQLRETURN SQLGetConnectOption(SQLHDBC ConnectionHandle, SQLUSMALLINT Option, SQLPOINTER Value)
SQLRETURN SQLGetDiagRec(SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT RecNumber, SQLCHAR *Sqlstate, SQLINTEGER *NativeError, SQLCHAR *MessageText, SQLSMALLINT BufferLength, SQLSMALLINT *TextLength)
SQLRETURN SQLConnect(SQLHDBC ConnectionHandle, SQLCHAR *ServerName, SQLSMALLINT NameLength1, SQLCHAR *UserName, SQLSMALLINT NameLength2, SQLCHAR *Authentication, SQLSMALLINT NameLength3)
SQLRETURN SQLGetTypeInfo(SQLHSTMT StatementHandle, SQLSMALLINT DataType)
SQLRETURN SQLFetch(SQLHSTMT StatementHandle)
SQLRETURN SQLSetStmtOption(SQLHSTMT StatementHandle, SQLUSMALLINT Option, SQLUINTEGER Value)
SQLRETURN SQLGetInfo(SQLHDBC ConnectionHandle, SQLUSMALLINT InfoType, SQLPOINTER InfoValue, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength)
SQLRETURN SQLExecute(SQLHSTMT StatementHandle)
SQLRETURN SQLGetStmtOption(SQLHSTMT StatementHandle, SQLUSMALLINT Option, SQLPOINTER Value)
SQLRETURN SQLFreeStmt(SQLHSTMT StatementHandle, SQLUSMALLINT Option)
SQLRETURN SQLGetDiagField(SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT RecNumber, SQLSMALLINT DiagIdentifier, SQLPOINTER DiagInfo, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength)
SQLRETURN SQLFreeEnv(SQLHENV EnvironmentHandle)
SQLRETURN SQLDataSources(SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR *ServerName, SQLSMALLINT BufferLength1, SQLSMALLINT *NameLength1, SQLCHAR *Description, SQLSMALLINT BufferLength2, SQLSMALLINT *NameLength2)
SQLRETURN SQLSetDescRec(SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT Type, SQLSMALLINT SubType, SQLINTEGER Length, SQLSMALLINT Precision, SQLSMALLINT Scale, SQLPOINTER Data, SQLINTEGER *StringLength, SQLINTEGER *Indicator)
SQLRETURN SQLAllocStmt(SQLHDBC ConnectionHandle, SQLHSTMT *StatementHandle)
SQLRETURN SQLAllocHandle(SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHANDLE *OutputHandle)
SQLRETURN SQLColumns(SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)
SQLRETURN SQLDescribeCol(SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLCHAR *ColumnName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLength, SQLSMALLINT *DataType, SQLUINTEGER *ColumnSize, SQLSMALLINT *DecimalDigits, SQLSMALLINT *Nullable)
SQLRETURN SQLSpecialColumns(SQLHSTMT StatementHandle, SQLUSMALLINT IdentifierType, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Scope, SQLUSMALLINT Nullable)
SQLRETURN SQLSetConnectOption(SQLHDBC ConnectionHandle, SQLUSMALLINT Option, SQLUINTEGER Value)
SQLRETURN SQLSetStmtAttr(SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER StringLength)
SQLRETURN SQLSetConnectAttr(SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER StringLength)
SQLRETURN SQLFreeConnect(SQLHDBC ConnectionHandle)
SQLRETURN SQLGetEnvAttr(SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
SQLRETURN SQLCancel(SQLHSTMT StatementHandle)
SQLRETURN SQLEndTran(SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT CompletionType)
SQLRETURN SQLGetStmtAttr(SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
SQLRETURN SQLBindParam(SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT ValueType, SQLSMALLINT ParameterType, SQLUINTEGER LengthPrecision, SQLSMALLINT ParameterScale, SQLPOINTER ParameterValue, SQLINTEGER *StrLen_or_Ind)
SQLRETURN SQLDisconnect(SQLHDBC ConnectionHandle)
SQLRETURN SQLTransact(SQLHENV EnvironmentHandle, SQLHDBC ConnectionHandle, SQLUSMALLINT CompletionType)
SQLRETURN SQLCopyDesc(SQLHDESC SourceDescHandle, SQLHDESC TargetDescHandle)
SQLRETURN SQLGetDescRec(SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLCHAR *Name, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength, SQLSMALLINT *Type, SQLSMALLINT *SubType, SQLINTEGER *Length, SQLSMALLINT *Precision, SQLSMALLINT *Scale, SQLSMALLINT *Nullable)
SQLRETURN SQLGetFunctions(SQLHDBC ConnectionHandle, SQLUSMALLINT FunctionId, SQLUSMALLINT *Supported)
SQLRETURN SQLGetData(SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValue, SQLINTEGER BufferLength, SQLINTEGER *StrLen_or_Ind)
SQLRETURN SQLNumResultCols(SQLHSTMT StatementHandle, SQLSMALLINT *ColumnCount)
SQLRETURN SQLCloseCursor(SQLHSTMT StatementHandle)
SQLRETURN SQLAllocEnv(SQLHENV *EnvironmentHandle)
SQLRETURN SQLCancelHandle(SQLSMALLINT HandleType, SQLHANDLE InputHandle)
SQLRETURN SQLFreeHandle(SQLSMALLINT HandleType, SQLHANDLE Handle)
SQLRETURN SQLTables(SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *TableType, SQLSMALLINT NameLength4)
SQLRETURN SQLStatistics(SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Unique, SQLUSMALLINT Reserved)
SQLRETURN SQLGetConnectAttr(SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER Value, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
SQLRETURN SQLParamData(SQLHSTMT StatementHandle, SQLPOINTER *Value)
SQLRETURN SQLBindCol(SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValue, SQLINTEGER BufferLength, SQLINTEGER *StrLen_or_Ind)
SQLRETURN SQLFetchScroll(SQLHSTMT StatementHandle, SQLSMALLINT FetchOrientation, SQLINTEGER FetchOffset)
SQLRETURN SQLSetCursorName(SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT NameLength)
SQLRETURN SQLColAttribute(SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength, SQLINTEGER *NumericAttribute)
SQLRETURN SQLSetDescField(SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT FieldIdentifier, SQLPOINTER Value, SQLINTEGER BufferLength)
SQLRETURN SQLAllocConnect(SQLHENV EnvironmentHandle, SQLHDBC *ConnectionHandle)
SQLRETURN SQLSetParam(SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT ValueType, SQLSMALLINT ParameterType, SQLUINTEGER LengthPrecision, SQLSMALLINT ParameterScale, SQLPOINTER ParameterValue, SQLINTEGER *StrLen_or_Ind)
unsigned short SQLUSMALLINT
signed short int SQLSMALLINT
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4