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