SqlSelectJoin
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gda_sql_select_join_get_type ()" ) ]
[ Compact ]
public class SqlSelectJoin
This structure represents a join between two targets in a SELECT statement.
Content:
Static methods:
Creation methods:
Methods:
- public SqlSelectJoin copy ()
Creates a new SqlSelectJoin structure
initiated with the values stored in this.
- public void free ()
Frees a SqlSelectJoin structure and its
members.
- public string serialize ()
Creates a new string description of the join used in a SELECT
statement.
Fields: