LiteSQL 0.3.10
datasource.hpp File Reference

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

#include <set>
#include <string>
#include "litesql/database.hpp"
#include "litesql/selectquery.hpp"
#include "litesql/expr.hpp"
Include dependency graph for datasource.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

selectObjectQuery<T> and DataSource<T>

Function Documentation

◆ selectObjectQuery() [1/2]

template<class T>
SelectQuery litesql::selectObjectQuery ( const Expr & e = Expr())

returns SelectQuery which selects objects of type T

Parameters
eoptional filter expression

◆ selectObjectQuery() [2/2]

SelectQuery litesql::selectObjectQuery ( const std::vector< FieldType > & fdatas,
const Expr & e = Expr() )

returns SelectQuery which selects objects of type T

Parameters
fdatasfields of class T
eoptional filter expression

References litesql::Split::join().


SourceForge.net Logo