1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #ifndef _CONNECTIVITY_ODBC_ODEFS_HXX_
28 #define _CONNECTIVITY_ODBC_ODEFS_HXX_
29 
30 #define N3SQLAllocHandle SQLAllocHandle
31 #define N3SQLConnect SQLConnect
32 #define N3SQLDriverConnect SQLDriverConnect
33 #define N3SQLBrowseConnect SQLBrowseConnect
34 #define N3SQLDataSources SQLDataSources
35 #define N3SQLDrivers SQLDrivers
36 #define N3SQLGetInfo SQLGetInfo
37 #define N3SQLGetFunctions SQLGetFunctions
38 #define N3SQLGetTypeInfo SQLGetTypeInfo
39 #define N3SQLSetConnectAttr SQLSetConnectAttr
40 #define N3SQLGetConnectAttr SQLGetConnectAttr
41 #define N3SQLSetEnvAttr SQLSetEnvAttr
42 #define N3SQLGetEnvAttr SQLGetEnvAttr
43 #define N3SQLSetStmtAttr SQLSetStmtAttr
44 #define N3SQLGetStmtAttr SQLgetStmtAttr
45 #define N3SQLSetDescField SQLSetDescField
46 #define N3SQLGetDescField SQLGetDescField
47 #define N3SQLGetDescRec SQLGetDescRec
48 #define N3SQLSetDescRec SQLSetDescRec
49 #define N3SQLPrepare SQLPrepare
50 #define N3SQLBindParameter SQLBindParameter
51 #define N3SQLGetCursorName SQLGetCursorName
52 #define N3SQLSetCursorName SQLSetCursorName
53 #define N3SQLExecute SQLExecute
54 #define N3SQLExecDirect SQLExecDirect
55 #define N3SQLNativeSql SQLNativeSql
56 #define N3SQLDescribeParam SQLDescribeParam
57 #define N3SQLNumParams SQLNumParams
58 #define N3SQLParamData SQLParamData
59 #define N3SQLPutData SQLPutData
60 #define N3SQLRowCount SQLRowCount
61 #define N3SQLNumResultCols SQLNumResultCols
62 #define N3SQLDescribeCol SQLDescribeCol
63 #define N3SQLColAttribute SQLColAttribute
64 #define N3SQLBindCol SQLBindCol
65 #define N3SQLFetch SQLFetch
66 #define N3SQLFetchScroll SQLFetchScroll
67 #define N3SQLGetData SQLGetData
68 #define N3SQLSetPos SQLSetPos
69 #define N3SQLBulkOperations SQLBulkOperations
70 #define N3SQLMoreResults SQLMoreResults
71 #define N3SQLGetDiagField SQLGetDiagField
72 #define N3SQLGetDiagRec SQLGetDiagRec
73 #define N3SQLColumnPrivileges SQLColumnPrivileges
74 #define N3SQLColumns SQLColumns
75 #define N3SQLForeignKeys SQLForeignKeys
76 #define N3SQLPrimaryKeys SQLPrimaryKeys
77 #define N3SQLProcedureColumns SQLProcedureColumns
78 #define N3SQLProcedures SQLProcedures
79 #define N3SQLSpecialColumns SQLSpecialColumns
80 #define N3SQLStatistics SQLStatistics
81 #define N3SQLTablePrivileges SQLTablePrivileges
82 #define N3SQLTables SQLTables
83 #define N3SQLFreeStmt SQLFreeStmt
84 #define N3SQLCloseCursor SQLCloseCursor
85 #define N3SQLCancel SQLCancel
86 #define N3SQLEndTran SQLEndTran
87 #define N3SQLDisconnect SQLDisconnect
88 #define N3SQLFreeHandle SQLFreeHandle
89 #define N3SQLGetCursorName SQLGetCursorName
90 
91 #endif // _CONNECTIVITY_ODBC_ODEFS_HXX_
92 
93