gda.sql_select_from

Module for [SqlSelectFrom] class

Types 1

classSqlSelectFrom

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

Fields
GdaSqlSelectFrom _cInstance
Methods
void * _cPtr()
string serialize()Creates a new string description of the FROM clause used in a SELECT statement. Returns: a new string with the description of the FROM or "null" in case from is invalid.
Constructors
this(void * ptr, Flag!"Take" take)