gda.sql_select_join
Module for [SqlSelectJoin] class
class SqlSelectJoin
Types 1
classSqlSelectJoin
This structure represents a join between two targets in a SELECT statement.
Fields
GdaSqlSelectJoin _cInstanceMethods
void * _cPtr()void type(gda.types.SqlSelectJoinType propval) @propertySet `type` field. Params: propval = type of joinint position() @propertyGet `position` field. Returns: represents a join between a target at (pos < @position) and the one at @positionvoid position(int propval) @propertySet `position` field. Params: propval = represents a join between a target at (pos < @position) and the one at @positionvoid expr(gda.sql_expr.SqlExpr propval) @propertySet `expr` field. Params: propval = joining expression, or nullstring serialize()Creates a new string description of the join used in a SELECT statement. Returns: a new string with the description of the join or "null" in case join is invalid.string typeToString(gda.types.SqlSelectJoinType type)Creates a new string representing the join type.