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