Skip to main content
Version: 9.0.2

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

ParameterTypeDescription
tablestring or gredom#tableThe fully qualified name of a table model object, or a DOMOBJECT representing a table.

Returns

TypeDescription
gredom#tableA TABLE object that represents a table model object.