added support for PT::Logger to DbConnector and PostgreSQLConnector

git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1097 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-04-23 15:46:21 +00:00
parent fd1cc7debe
commit cc2230001c
7 changed files with 107 additions and 46 deletions

View File

@@ -164,9 +164,7 @@ protected:
void overwrite(PT::TextStream & stream);
virtual const char * get_field_string_value(const char * column_name);
virtual const char * get_field_string_value(const wchar_t * field_name);
virtual void set_last_query_error_msg();
const char * query_last_sequence(const wchar_t * sequence_table_name);
};