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