1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 #ifndef _CONNECTIVITY_ODBC_ODEFS_HXX_
24 #define _CONNECTIVITY_ODBC_ODEFS_HXX_
25 
26 #define N3SQLAllocHandle SQLAllocHandle
27 #define N3SQLConnect SQLConnect
28 #define N3SQLDriverConnect SQLDriverConnect
29 #define N3SQLBrowseConnect SQLBrowseConnect
30 #define N3SQLDataSources SQLDataSources
31 #define N3SQLDrivers SQLDrivers
32 #define N3SQLGetInfo SQLGetInfo
33 #define N3SQLGetFunctions SQLGetFunctions
34 #define N3SQLGetTypeInfo SQLGetTypeInfo
35 #define N3SQLSetConnectAttr SQLSetConnectAttr
36 #define N3SQLGetConnectAttr SQLGetConnectAttr
37 #define N3SQLSetEnvAttr SQLSetEnvAttr
38 #define N3SQLGetEnvAttr SQLGetEnvAttr
39 #define N3SQLSetStmtAttr SQLSetStmtAttr
40 #define N3SQLGetStmtAttr SQLgetStmtAttr
41 #define N3SQLSetDescField SQLSetDescField
42 #define N3SQLGetDescField SQLGetDescField
43 #define N3SQLGetDescRec SQLGetDescRec
44 #define N3SQLSetDescRec SQLSetDescRec
45 #define N3SQLPrepare SQLPrepare
46 #define N3SQLBindParameter SQLBindParameter
47 #define N3SQLGetCursorName SQLGetCursorName
48 #define N3SQLSetCursorName SQLSetCursorName
49 #define N3SQLExecute SQLExecute
50 #define N3SQLExecDirect SQLExecDirect
51 #define N3SQLNativeSql SQLNativeSql
52 #define N3SQLDescribeParam SQLDescribeParam
53 #define N3SQLNumParams SQLNumParams
54 #define N3SQLParamData SQLParamData
55 #define N3SQLPutData SQLPutData
56 #define N3SQLRowCount SQLRowCount
57 #define N3SQLNumResultCols SQLNumResultCols
58 #define N3SQLDescribeCol SQLDescribeCol
59 #define N3SQLColAttribute SQLColAttribute
60 #define N3SQLBindCol SQLBindCol
61 #define N3SQLFetch SQLFetch
62 #define N3SQLFetchScroll SQLFetchScroll
63 #define N3SQLGetData SQLGetData
64 #define N3SQLSetPos SQLSetPos
65 #define N3SQLBulkOperations SQLBulkOperations
66 #define N3SQLMoreResults SQLMoreResults
67 #define N3SQLGetDiagField SQLGetDiagField
68 #define N3SQLGetDiagRec SQLGetDiagRec
69 #define N3SQLColumnPrivileges SQLColumnPrivileges
70 #define N3SQLColumns SQLColumns
71 #define N3SQLForeignKeys SQLForeignKeys
72 #define N3SQLPrimaryKeys SQLPrimaryKeys
73 #define N3SQLProcedureColumns SQLProcedureColumns
74 #define N3SQLProcedures SQLProcedures
75 #define N3SQLSpecialColumns SQLSpecialColumns
76 #define N3SQLStatistics SQLStatistics
77 #define N3SQLTablePrivileges SQLTablePrivileges
78 #define N3SQLTables SQLTables
79 #define N3SQLFreeStmt SQLFreeStmt
80 #define N3SQLCloseCursor SQLCloseCursor
81 #define N3SQLCancel SQLCancel
82 #define N3SQLEndTran SQLEndTran
83 #define N3SQLDisconnect SQLDisconnect
84 #define N3SQLFreeHandle SQLFreeHandle
85 #define N3SQLGetCursorName SQLGetCursorName
86 
87 #endif // _CONNECTIVITY_ODBC_ODEFS_HXX_
88 
89