Lines Matching refs:nRetcode

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()
1021 SQLRETURN nRetcode = N3SQLColumns(m_aStatementHandle, in openColumns() local
1027 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumns()
1088 SQLRETURN nRetcode = N3SQLProcedureColumns(m_aStatementHandle, in openProcedureColumns() local
1094 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openProcedureColumns()
1121 SQLRETURN nRetcode = N3SQLProcedures(m_aStatementHandle, in openProcedures() local
1125 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openProcedures()
1151 SQLRETURN nRetcode = N3SQLSpecialColumns(m_aStatementHandle,_bRowVer ? SQL_ROWVER : SQL_BEST_ROWID, in openSpecialColumns() local
1157 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSpecialColumns()
1194 SQLRETURN nRetcode = N3SQLForeignKeys(m_aStatementHandle, in openForeignKeys() local
1202 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openForeignKeys()
1241 SQLRETURN nRetcode = N3SQLPrimaryKeys(m_aStatementHandle, in openPrimaryKeys() local
1245 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openPrimaryKeys()
1271 SQLRETURN nRetcode = N3SQLTablePrivileges(m_aStatementHandle, in openTablePrivileges() local
1275 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTablePrivileges()
1302 SQLRETURN nRetcode = N3SQLStatistics(m_aStatementHandle, in openIndexInfo() local
1308 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openIndexInfo()