00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef __ODBC_DEF_XSB_H__
00025 #define __ODBC_DEF_XSB_H__
00026
00027 struct Cursor;
00028 struct NumberofCursors;
00029
00030 #define ODBC_CONNECT 1
00031 #define ODBC_PARSE 2
00032 #define ODBC_SET_BIND_VAR_NUM 3
00033 #define ODBC_FETCH_NEXT_ROW 4
00034 #define ODBC_GET_COLUMN 5
00035 #define ODBC_SET_BIND_VAL 6
00036 #define ODBC_FIND_FREE_CURSOR 7
00037 #define ODBC_DISCONNECT 8
00038 #define ODBC_SET_CURSOR_CLOSE 9
00039 #define ODBC_COMMIT 10
00040 #define ODBC_ROLLBACK 11
00041 #define ODBC_COLUMNS 12
00042 #define ODBC_TABLES 13
00043 #define ODBC_USER_TABLES 14
00044 #define ODBC_DESCRIBE_SELECT 15
00045 #define ODBC_CONNECT_OPTION 16
00046 #define ODBC_DATA_SOURCES 17
00047 #define ODBC_GET_INFO 18
00048 #define ODBC_ROW_COUNT 19
00049
00050 #endif