Methods of interface ISelectQuery

interface ISelectQuery


Public Methods

function GetScalarElement: TOqlElement;

function GetVectorElement: TOqlElement;

function IScalarExpr_GetScalarElement: TOqlElement;

function IVectorExpr_GetVectorElement: TOqlElement;

function Select ( expression: IScalarExpr ) : TSelectAs;

function Select ( expression: IVectorExpr ) : TSelect;

function Select ( expression: string ) : TSelect;

function ToFormatedSqlString ( ObjectManager: IObjectManager = nil ) : string;

function ToSqlString ( ObjectManager: IObjectManager = nil ) : string;