#include <ilviews/dataccess/memtable.h>
#include <ilviews/dataccess/dbms/session.h>
#include <ilviews/dataccess/tblref.h>
#include <ilviews/dataccess/intset.h>
#include <ilviews/dataccess/tbldef.h>
#include <ilviews/dataccess/sqltblex.h>
#include <ilviews/dataccess/intrface/sqltbitf.h>
Classes | |
class | IliSQLTable |
Table class. More... | |
Enumerations | |
enum | IliSQLJoinType { IliInnerJoin, IliLeftOuterJoin, IliRightOuterJoin } |
This enumerated type defines the different types that a join can have in an IliSQLTable object. In the following description, two tables are joined. One is designated as the left table and the other is designated as the right table. The left table is the first one that occurs in the call to IliSQLTable::addJoin() . More... | |
enum | IliSQLOperation { IliSQLScalar, IliSQLGroupBy, IliSQLCount, IliSQLSum, IliSQLAvg, IliSQLMin, IliSQLMax } |
This enumerated type defines the different types of operations that can be applied to a column in an SQL query. More... | |
Library: dbaccess
Declarations about SQL tables.
enum IliSQLJoinType |
This enumerated type defines the different types that a join can have in an IliSQLTable
object. In the following description, two tables are joined. One is designated as the left table and the other is designated as the right table. The left table is the first one that occurs in the call to IliSQLTable::addJoin()
.
enum IliSQLOperation |
This enumerated type defines the different types of operations that can be applied to a column in an SQL query.