Home
last modified time | relevance | path

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

/AOO41X/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
1088 SQLRETURN nRetcode = N3SQLProcedureColumns(m_aStatementHandle, in openProcedureColumns() local
1121 SQLRETURN nRetcode = N3SQLProcedures(m_aStatementHandle, in openProcedures() local
1151 …SQLRETURN nRetcode = N3SQLSpecialColumns(m_aStatementHandle,_bRowVer ? SQL_ROWVER : SQL_BEST_ROWID, in openSpecialColumns() local
1194 SQLRETURN nRetcode = N3SQLForeignKeys(m_aStatementHandle, in openForeignKeys() local
[all …]
H A DOTools.cxx81 SQLRETURN nRetcode; in bindParameter() local
262 SQLRETURN nRetcode; in bindValue() local
H A DOConnection.cxx635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle() local