SqlTable
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gda_sql_table_get_type ()" ) ]
[ Compact ]
public class SqlTable
This structure represents the name of a table.
Content:
Creation methods:
Methods:
- public SqlTable copy ()
Creates a new SqlTable structure initiated
with the values stored in this.
- public void free ()
Frees a SqlTable structure and its members.
- public string serialize ()
Creates a new string representing a table.
- public void take_name (Value value)
Sets the table's name using the string held by value
.
Fields: