|
LiteSQL 0.3.10
|
selectObjectQuery<T> and DataSource<T> More...
#include <set>#include <string>#include "litesql/database.hpp"#include "litesql/selectquery.hpp"#include "litesql/expr.hpp"

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 | |
| template<class T> | |
| SelectQuery | litesql::selectObjectQuery (const Expr &e=Expr()) |
| returns SelectQuery which selects objects of type T | |
selectObjectQuery<T> and DataSource<T>
returns SelectQuery which selects objects of type T
| e | optional filter expression |
| 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::Split::join().