Feature #509
Add reference example for SQL functions
Status: | New | Start date: | 09/04/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
template <class T>
void SqlLoadTable(T& t, SqlId table, SqlId key = SqlId("ID"))
template <class T>
void SqlLoadColumn(T& t, SqlId table, SqlId column, SqlId key = SqlId("ID"))
template<class K, class V>
void operator*=(VectorMap<K, V>& map, SqlSelect select)
History
#1 Updated by Miroslav Fidler over 11 years ago
SelectAll...