added: Model::ModelData base class to use with Finder, Model.update(), Model.insert() and Model.remove()
added: Model.add_field_for_select() method git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1092 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -46,6 +46,7 @@ class PostgreSQLExpression : public DbExpression
|
||||
public:
|
||||
|
||||
void esc(char val, PT::TextStream & stream);
|
||||
DbExpression & page(PT::TextStream & stream, size_t page_number, size_t page_size);
|
||||
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user