Searched defs: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 914 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openTablesTypes() local 931 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openCatalogs() local 949 SQLRETURN nRetcode = N3SQLTables(m_aStatementHandle, in openSchemas() local 986 SQLRETURN nRetcode = N3SQLColumnPrivileges(m_aStatementHandle, in openColumnPrivileges() local 1018 SQLRETURN nRetcode = N3SQLColumns(m_aStatementHandle, in openColumns() local 1084 SQLRETURN nRetcode = N3SQLProcedureColumns(m_aStatementHandle, in openProcedureColumns() local 1116 SQLRETURN nRetcode = N3SQLProcedures(m_aStatementHandle, in openProcedures() local 1145 …SQLRETURN nRetcode = N3SQLSpecialColumns(m_aStatementHandle,_bRowVer ? SQL_ROWVER : SQL_BEST_ROWID, in openSpecialColumns() local 1188 SQLRETURN nRetcode = N3SQLForeignKeys(m_aStatementHandle, in openForeignKeys() local [all …]
|
| H A D | OTools.cxx | 80 SQLRETURN nRetcode; in bindParameter() local 261 SQLRETURN nRetcode; in bindValue() local
|
| H A D | OConnection.cxx | 635 …SQLRETURN nRetcode = N3SQLAllocHandle(SQL_HANDLE_STMT,pConnectionTemp->getConnection(),&aStatement… in createStatementHandle() local
|