get_table


Description:

[ Version ( since = "6.2" ) ]
public unowned DbTable get_table (string catalog, string schema, string name)

Convenient function to get a table based on name.

The coller is responsible for calling parse_cnc before calling this function.

Parameters:

this

a DbCatalog object catalog (nullable): catalog name or null schema (nullable): schema name or null

name

table name

Returns:

table as DbTable or null if the table is not found. The returned pointer should not be freed and belongs to the this.