gda.sql_table
Module for [SqlTable] class
class SqlTable
Types 1
classSqlTable
This structure represents the name of a table.
Fields
GdaSqlTable _cInstanceMethods
void * _cPtr()string tableName() @propertyvoid tableName(string propval) @propertygda.meta_db_object.MetaDbObject validityMetaObject() @propertystring serialize()Creates a new string representing a table. You need to free the returned string using [glib.global.gfree]; Returns: a new string with the name of the field or "null" in case table is invalid.void takeName(gobject.value.Value value)Sets the table's name using the string held by value. When call, value is freed using [gda.global.valueFree].