gredom.get_table
gredom.get_table(table)
Get a TABLE object for the model object matching the fully qualified name.
If the parameter is a DOMOBJECT, this function behaves as a cast.
Parameters
| Parameter | Type | Description |
|---|---|---|
table | string or gredom#table | The fully qualified name of a table model object, or a DOMOBJECT representing a table. |
Returns
| Type | Description |
|---|---|
gredom#table | A TABLE object that represents a table model object. |