|
LiteSQL
|
selectObjectQuery<T> and DataSource<T> More...


Go to the source code of this file.
Classes | |
| class | litesql::DataSource< T > |
| template class which holds SelectQuery for selecting objects of type T More... | |
Functions | |
| SelectQuery | litesql::selectObjectQuery (const std::vector< FieldType > &fdatas, const Expr &e=Expr()) |
| returns SelectQuery which selects objects of type T More... | |
| template<class T > | |
| SelectQuery | litesql::selectObjectQuery (const Expr &e=Expr()) |
| returns SelectQuery which selects objects of type T More... | |
selectObjectQuery<T> and DataSource<T>
returns SelectQuery which selects objects of type T
| e | optional filter expression |
References litesql::selectObjectQuery().
| SelectQuery litesql::selectObjectQuery | ( | const std::vector< FieldType > & | fdatas, |
| const Expr & | e = Expr() |
||
| ) |
returns SelectQuery which selects objects of type T
| fdatas | fields of class T |
| e | optional filter expression |
References litesql::selectObjectQuery().
Referenced by litesql::DataSource< T >::DataSource(), and litesql::selectObjectQuery().