Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#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 ilviews/dataccess/sqltable.h] 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.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.