Searched refs:nRetcode (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | ODatabaseMetaDataResultSet.cxx | 902 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTables() local 907 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTables() 915 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTablesTypes() local 920 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTablesTypes() 932 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openCatalogs() local 938 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openCatalogs() 950 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openSchemas() local 955 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSchemas() 988 SQLRETURN nRetcode = N3SQLColumnPrivileges(m_aStatementHandle, in openColumnPrivileges() local 993 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumnPrivileges() [all …]
|
| H A D | OTools.cxx | 81 SQLRETURN nRetcode; in bindParameter() local 102 nRetcode = (*(T3SQLBindParameter)_pConnection->getOdbcFunction(ODBC3SQLBindParameter))(_hStmt, in bindParameter() 113 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter() 262 SQLRETURN nRetcode; in bindValue() local 276 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 397 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 406 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue()
|
| H A D | OConnection.cxx | 635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle() local 636 OSL_UNUSED( nRetcode ); in createStatementHandle()
|