Searched refs:nRetcode (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | ODatabaseMetaDataResultSet.cxx | 901 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTables() local 906 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTables() 914 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTablesTypes() local 919 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTablesTypes() 931 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openCatalogs() local 937 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openCatalogs() 949 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openSchemas() local 954 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSchemas() 986 SQLRETURN nRetcode = N3SQLColumnPrivileges(m_aStatementHandle, in openColumnPrivileges() local 991 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumnPrivileges() [all …]
|
| H A D | OTools.cxx | 80 SQLRETURN nRetcode; in bindParameter() local 101 nRetcode = (*(T3SQLBindParameter)_pConnection->getOdbcFunction(ODBC3SQLBindParameter))(_hStmt, in bindParameter() 112 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter() 261 SQLRETURN nRetcode; in bindValue() local 275 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 396 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 405 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()
|