TreeFrogFramework: TSqlJoin< T > Class Template Reference
#include <tsqljoin.h>
Public Member Functions | |
| TSqlJoin () | |
| TSqlJoin (int joinColumn, const TCriteria &criteria) | |
| TSqlJoin (TSql::JoinMode joinMode, int joinColumn, const TCriteria &criteria) | |
| TSqlJoin (const TSqlJoin &other) | |
| TSqlJoin & | operator= (const TSqlJoin &other) |
| TSql::JoinMode | joinMode () const |
| int | joinColumn () const |
| TCriteria | criteria () const |
Detailed Description
template<class T>
class TSqlJoin< T >
The TSqlJoin class represents JOIN clause for combination to a record of other table.
- See also
- void TSqlORMapper<T>::setJoin()
Constructor & Destructor Documentation
◆ TSqlJoin() [1/4]
◆ TSqlJoin() [2/4]
◆ TSqlJoin() [3/4]
◆ TSqlJoin() [4/4]
Member Function Documentation
◆ criteria()
◆ joinColumn()
template<class T >
|
inline |
◆ joinMode()
◆ operator=()
The documentation for this class was generated from the following file:
- src/tsqljoin.h