/aoo41x/main/unixODBC/inc/ |
H A D | sqlucode.h | 139 SQLRETURN SQL_API SQLConnectW ( 159 SQLRETURN SQL_API SQLErrorW ( 236 SQLRETURN SQL_API SQLPrepareW ( 252 SQLRETURN SQL_API SQLColumnsW ( 268 SQLRETURN SQL_API SQLGetInfoW ( 307 SQLRETURN SQL_API SQLTablesW ( 431 SQLRETURN SQL_API SQLDriversW ( 464 SQLRETURN SQL_API SQLConnectA ( 484 SQLRETURN SQL_API SQLErrorA ( 561 SQLRETURN SQL_API SQLPrepareA ( [all …]
|
H A D | sql.h | 799 SQLRETURN SQL_API SQLBindCol ( 819 SQLRETURN SQL_API SQLCancel ( 841 SQLRETURN SQL_API SQLColumns ( 852 SQLRETURN SQL_API SQLConnect ( 892 SQLRETURN SQL_API SQLEndTran ( 898 SQLRETURN SQL_API SQLError ( 913 SQLRETURN SQL_API SQLExecute ( 916 SQLRETURN SQL_API SQLFetch ( 929 SQLRETURN SQL_API SQLFreeEnv ( 962 SQLRETURN SQL_API SQLGetData ( [all …]
|
H A D | sqlext.h | 2357 SQLRETURN SQL_API SQLDriverConnect ( 2371 SQLRETURN SQL_API SQLBrowseConnect ( 2420 SQLRETURN SQL_API SQLForeignKeys ( 2435 SQLRETURN SQL_API SQLMoreResults ( 2438 SQLRETURN SQL_API SQLNativeSql ( 2446 SQLRETURN SQL_API SQLNumParams ( 2450 SQLRETURN SQL_API SQLParamOptions ( 2455 SQLRETURN SQL_API SQLPrimaryKeys ( 2475 SQLRETURN SQL_API SQLProcedures ( 2484 SQLRETURN SQL_API SQLSetPos ( [all …]
|
H A D | sqltypes.h | 238 typedef SQLSMALLINT SQLRETURN; typedef
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 79 typedef SQLRETURN (SQL_API *T3SQLDrivers) ( SQLHENV EnvironmentHandle, 90 typedef SQLRETURN (SQL_API *T3SQLGetInfo) ( SQLHDBC ConnectionHandle, 104 typedef SQLRETURN (SQL_API *T3SQLGetTypeInfo) ( SQLHSTMT StatementHandle, 110 typedef SQLRETURN (SQL_API *T3SQLSetConnectAttr)(SQLHDBC ConnectionHandle, 126 typedef SQLRETURN (SQL_API *T3SQLSetEnvAttr) ( SQLHENV EnvironmentHandle, 133 typedef SQLRETURN (SQL_API *T3SQLGetEnvAttr) ( SQLHENV EnvironmentHandle, 142 typedef SQLRETURN (SQL_API *T3SQLSetStmtAttr) ( SQLHSTMT StatementHandle, 149 typedef SQLRETURN (SQL_API *T3SQLGetStmtAttr) ( SQLHSTMT StatementHandle, 206 typedef SQLRETURN (SQL_API *T3SQLPrepare) ( SQLHSTMT StatementHandle, 326 typedef SQLRETURN (SQL_API *T3SQLFetch) ( SQLHSTMT StatementHandle); [all …]
|
H A D | OConnection.hxx | 88 …SQLRETURN OpenConnection(const ::rtl::OUString& aConnectStr,sal_Int32 nTimeOut, sal_Bool bSilent); 94 …virtual SQLRETURN Construct( const ::rtl::OUString& url,const ::com::sun::star::uno::Sequenc…
|
H A D | OResultSet.hxx | 141 SQLRETURN m_nCurrentFetchState; 167 void fillNeededData(SQLRETURN _nRet); 171 SQLRETURN unbind(sal_Bool _bUnbindHandle = sal_True);
|
H A D | OTools.hxx | 105 SQLRETURN _rRetCode,
|
H A D | ODatabaseMetaDataResultSet.hxx | 84 SQLRETURN m_nCurrentFetchState;
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 526 SQLRETURN nError = N3SQLMoreResults(m_aStatementHandle); in executeBatch() 683 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CONCURRENCY,&nValue,SQL_IS_UINTE… in getResultSetConcurrency() 696 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SENSITIVITY,&nValue,SQL_I… in getResultSetType() 719 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SCROLLABLE,&nValue,SQL_IS… in getFetchDirection() 739 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_ROW_ARRAY_SIZE,&nValue,SQL_IS_UI… in getFetchSize() 754 SQLRETURN nRetCode = N3SQLGetCursorName(m_aStatementHandle,(SQLCHAR*)pName,256,&nRealLen); in getCursorName() 769 …SQLRETURN nRetCode = N3SQLSetStmtAttr(m_aStatementHandle, SQL_ATTR_MAX_ROWS, (SQLPOINTER)_par0,SQL… in setMaxRows() 857 SQLRETURN nRetCode = SQL_SUCCESS; in setFetchDirection() 878 …SQLRETURN nRetCode = N3SQLSetStmtAttr(m_aStatementHandle,SQL_ATTR_ROW_ARRAY_SIZE,(SQLPOINTER)_par0… in setFetchSize() 903 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_USE_BOOKMARKS,&nValue,SQL_IS_UIN… in isUsingBookmarks() [all …]
|
H A D | OResultSet.cxx | 174 SQLRETURN nRet = N3SQLCloseCursor(m_aStatementHandle); in disposing() 188 SQLRETURN OResultSet::unbind(sal_Bool _bUnbindHandle) in unbind() 191 SQLRETURN nRet = 0; in unbind() 843 SQLRETURN nRet = N3SQLBindCol(m_aStatementHandle, in insertRow() 916 SQLRETURN nRet; in updateRow() 942 SQLRETURN nRet = SQL_SUCCESS; in deleteRow() 1267 …SQLRETURN nReturn = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CONCURRENCY,&nValue,SQL_IS_UINTEG… in getResultSetConcurrency() 1618 SQLRETURN nOldFetchStatus = m_nCurrentFetchState; in move() 1678 …SQLRETURN nRet = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_ROW_NUMBER,&nValue,SQL_IS_UINTEGER,0… in getDriverPos() 1703 void OResultSet::fillNeededData(SQLRETURN _nRet) in fillNeededData() [all …]
|
H A D | ODatabaseMetaDataResultSet.cxx | 902 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTables() 915 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTablesTypes() 932 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openCatalogs() 950 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openSchemas() 988 SQLRETURN nRetcode = N3SQLColumnPrivileges(m_aStatementHandle, in openColumnPrivileges() 1021 SQLRETURN nRetcode = N3SQLColumns(m_aStatementHandle, in openColumns() 1121 SQLRETURN nRetcode = N3SQLProcedures(m_aStatementHandle, in openProcedures() 1194 SQLRETURN nRetcode = N3SQLForeignKeys(m_aStatementHandle, in openForeignKeys() 1241 SQLRETURN nRetcode = N3SQLPrimaryKeys(m_aStatementHandle, in openPrimaryKeys() 1271 SQLRETURN nRetcode = N3SQLTablePrivileges(m_aStatementHandle, in openTablePrivileges() [all …]
|
H A D | OConnection.cxx | 94 SQLRETURN OConnection::OpenConnection(const ::rtl::OUString& aConnectStr,sal_Int32 nTimeOut, sal_Bo… in OpenConnection() 101 SQLRETURN nSQLRETURN = 0; in OpenConnection() 174 SQLRETURN OConnection::Construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) … in Construct() 268 SQLRETURN nSQLRETURN = OpenConnection(aDSN,nTimeout, bSilent); in Construct() 635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle()
|
H A D | OPreparedStatement.cxx | 172 SQLRETURN nReturn = N3SQLExecute(m_aStatementHandle); in execute() 455 SQLRETURN nReturn = N3SQLBindParameter( m_aStatementHandle, in setNull() 592 SQLRETURN nRet = N3SQLFreeStmt (m_aStatementHandle, SQL_RESET_PARAMS); in clearParameters() 941 …SQLRETURN nReturn = N3SQLPrepare(m_aStatementHandle,(SDB_ODBC_CHAR *) aSql.getStr(),aSql.getLength… in prepareStatement()
|
H A D | OTools.cxx | 81 SQLRETURN nRetcode; in bindParameter() 262 SQLRETURN nRetcode; in bindValue() 410 SQLRETURN _rRetCode, in ThrowException() 452 …SQLRETURN n = (*(T3SQLGetDiagRec)_pConnection->getOdbcFunction(ODBC3SQLGetDiagRec))(_nHandleType,_… in ThrowException()
|
H A D | OResultSetMetaData.cxx | 49 SQLRETURN nRet = N3SQLColAttribute(m_aStatementHandle, in getCharColAttrib()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | odbcconfig.cxx | 125 typedef SQLRETURN (SQL_API* TSQLManageDataSource) (SQLHWND hwndParent); 126 typedef SQLRETURN (SQL_API* TSQLAllocHandle) (SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHAN… 127 typedef SQLRETURN (SQL_API* TSQLFreeHandle) (SQLSMALLINT HandleType, SQLHANDLE Handle); 128 typedef SQLRETURN (SQL_API* TSQLSetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPO… 129 typedef SQLRETURN (SQL_API* TSQLDataSources) (SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQ… 259 SQLRETURN nResult = NSQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &m_pImpl->hEnvironment); in allocEnv() 300 SQLRETURN nResult = SQL_SUCCESS; in getDatasourceNames()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BConnection.cxx | 63 SQLRETURN OAdabasConnection::Construct( const ::rtl::OUString& url,const Sequence< PropertyValue >&… in Construct() 113 SQLRETURN nSQLRETURN = openConnectionWithAuth(aDSN,nTimeout, aUID,aPWD); in Construct() 118 SQLRETURN OAdabasConnection::openConnectionWithAuth(const ::rtl::OUString& aConnectStr,sal_Int32 nT… in openConnectionWithAuth() 123 SQLRETURN nSQLRETURN = 0; in openConnectionWithAuth()
|
H A D | BDriver.cxx | 365 SQLRETURN nSQLRETURN = pCon->Construct(url,info); in connect() 526 …SQLRETURN nError = N3SQLSetEnvAttr(h, SQL_ATTR_ODBC_VERSION,(SQLPOINTER) SQL_OV_ODBC3, SQL_IS_INTE… in EnvironmentHandle()
|
/aoo41x/main/connectivity/source/inc/adabas/ |
H A D | BConnection.hxx | 49 …virtual SQLRETURN openConnectionWithAuth(const ::rtl::OUString& aConnectStr,sal_Int32 nTimeO… 52 …virtual SQLRETURN Construct( const ::rtl::OUString& url,const ::com::sun::star::uno::Sequence< :…
|
/aoo41x/main/dbaccess/win32/source/odbcconfig/ |
H A D | odbcconfig.cxx | 52 typedef SQLRETURN (SQL_API* TSQLManageDataSource) (SQLHWND hwndParent);
|
/aoo41x/main/connectivity/source/drivers/odbc/ |
H A D | ORealDriver.cxx | 354 …SQLRETURN nError = N3SQLSetEnvAttr(h, SQL_ATTR_ODBC_VERSION,(SQLPOINTER) SQL_OV_ODBC3, SQL_IS_UINT… in EnvironmentHandle()
|