Creates a new #GdaSqlField structure, using parent
as its parent part.
a #GdaSqlStatementSelect, #GdaSqlStatementInsert, #GdaSqlStatementDelete, #GdaSqlStatementUpdate
validity check with a connection
Frees a #GdaSqlField structure and its members.
Creates a new string representing a field. You need to free the returned string using g_free();
Sets the field'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 #GdaSqlField structure, using parent
as its parent part.
a #GdaSqlStatementSelect, #GdaSqlStatementInsert, #GdaSqlStatementDelete, #GdaSqlStatementUpdate
This structure represents the name of a table's field.