SqlSelectFrom

This structure represents the FROM clause of a SELECT statement, it lists targets and joins

class SqlSelectFrom {
GdaSqlSelectFrom _cInstance;
}

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
serialize
string serialize()

Creates a new string description of the FROM clause used in a SELECT statement.