TreeFrogFramework: src/tsqljoin.h Source File
Go to the documentation of this file.
23 int joinColumn() const { return _joinColumn; }
The TCriteria class represents a WHERE clause without SQL for the sake of database abstraction.
Definition tcriteria.h:6
The TSqlJoin class represents JOIN clause for combination to a record of other table.
Definition tsqljoin.h:14
TSql::JoinMode joinMode() const
Definition tsqljoin.h:22
TCriteria criteria() const
Definition tsqljoin.h:24
int joinColumn() const
Definition tsqljoin.h:23
TSqlJoin & operator=(const TSqlJoin &other)
Definition tsqljoin.h:58
TSqlJoin()
Definition tsqljoin.h:34
The TSql namespace contains miscellaneous identifiers used throughout the SQL library.
JoinMode
Definition tfnamespace.h:297