Creates a new #GdaSqlTable structure, using parent
as its parent part.
a #GdaSqlStatementSelect, #GdaSqlStatementInsert, #GdaSqlStatementDelete, #GdaSqlStatementUpdate
Frees a #GdaSqlTable structure and its members.
Creates a new string representing a table. You need to free the returned string using g_free();
Sets the table's name using the string held by value
. When call, value
is freed using
gda_value_free().
a #GValue holding a string to take from
Creates a new #GdaSqlTable structure, using parent
as its parent part.
a #GdaSqlStatementSelect, #GdaSqlStatementInsert, #GdaSqlStatementDelete, #GdaSqlStatementUpdate
This structure represents the name of a table.