Home
last modified time | relevance | path

Searched refs:nRetcode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx902 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTables() local
915 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTablesTypes() local
932 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openCatalogs() local
950 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openSchemas() local
988 SQLRETURN nRetcode = N3SQLColumnPrivileges(m_aStatementHandle, in openColumnPrivileges() local
1021 SQLRETURN nRetcode = N3SQLColumns(m_aStatementHandle, in openColumns() local
1121 SQLRETURN nRetcode = N3SQLProcedures(m_aStatementHandle, in openProcedures() local
1194 SQLRETURN nRetcode = N3SQLForeignKeys(m_aStatementHandle, in openForeignKeys() local
1241 SQLRETURN nRetcode = N3SQLPrimaryKeys(m_aStatementHandle, in openPrimaryKeys() local
1271 SQLRETURN nRetcode = N3SQLTablePrivileges(m_aStatementHandle, in openTablePrivileges() local
[all …]
H A DOTools.cxx81 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 DOConnection.cxx635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle() local
636 OSL_UNUSED( nRetcode ); in createStatementHandle()

Completed in 31 milliseconds