Creates a new string representing an expression used as field in a SELECT statement before the FROM clause.
Sets the 'as' field's string in the #GdaSqlSelectField structure. alias is freed after call this function.
Sets the expression field's value in the #GdaSqlSelectField structure to point to value; after this field is the owner of value.
Get as field.
Set as field.
Get expr field.
Set expr field.
Get fieldName field.
Set fieldName field.
Get tableName field.
Set tableName field.
This structure represents a selected item in a SELECT statement (when executed, the returned data set will have one column per selected item). Note that the @table_name and @field_name field parts <emphasis>will be</emphasis> overwritten by &LIBGDA;, set the value of @expr->value instead.