, including all inherited members.
binder | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
binder_type typedef | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
erase(const typename row_type::primary_key_type &key) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
erase(const row_type &row) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
erase(const P &...p) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
erase_range(const iterator_type &begin, const iterator_type &end) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
erase_statement | RowOperations< Row, ValueBinder, ValueLoader > | |
exists(const typename row_type::primary_key_type &key) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
exists(const row_type &row) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
exists(const P &...p) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
exists_statement | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
ExplicitColumns | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [static] |
find(const typename row_type::primary_key_type &key) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
find(const row_type &row) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
find(const typename row_type::primary_key_type &key, row_type &result_row) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
find(const row_type &row, row_type &result_row) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
find(const P &...p) SSRC_DECL_THROW(DatabaseException) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
find_result_type typedef | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
find_statement | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
ImplicitColumns | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [static] |
insert(const row_type &row) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
insert(const iterator_type &begin, const iterator_type &end) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
insert_statement | RowOperations< Row, ValueBinder, ValueLoader > | |
loader | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
loader_type typedef | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
row_type typedef | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | |
RowOperations(Database &db, const binder_type &binder=DefaultValueBinder(), const loader_type &loader=DefaultValueLoader(), const bool explicit_columns=super::ImplicitColumns, const string &table_name=row_type::table_name()) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
RowOperationsReadOnly(Database &db, const binder_type &binder=DefaultValueBinder(), const loader_type &loader=DefaultValueLoader(), const bool explicit_columns=ImplicitColumns, const string &table_name=row_type::table_name()) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline] |
save(const row_type &row) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
save(const iterator_type &begin, const iterator_type &end) SSRC_DECL_THROW(DatabaseException) | RowOperations< Row, ValueBinder, ValueLoader > | [inline] |
save_statement | RowOperations< Row, ValueBinder, ValueLoader > | |
select_columns_expression(bool explicit_columns) | RowOperationsReadOnly< Row, ValueBinder, ValueLoader > | [inline, protected, static] |
super typedef | RowOperations< Row, ValueBinder, ValueLoader > | |
WISP_IMPORT_T(super, row_type) | RowOperations< Row, ValueBinder, ValueLoader > | |
WISP_IMPORT_T(super, find_result_type) | RowOperations< Row, ValueBinder, ValueLoader > | |
WISP_IMPORT_T(super, binder_type) | RowOperations< Row, ValueBinder, ValueLoader > | |
WISP_IMPORT_T(super, loader_type) | RowOperations< Row, ValueBinder, ValueLoader > | |