BindSchemaToTable (open)
Link a schema variable to an external table
Syntax
// Core function, no LOADLIB necessary
TABLE FUNCTION BindSchemaToTable(SCHEMA bind_schema, STRING tablename)
Parameters
SCHEMA bind_schema
Schema that has the transaction to which this table should link bound.
STRING tablename
Name of the external table to which this table should link
Return value
TABLE
A linked table variable
Description
Establish a link between a schema variable and a table which hold the actual data