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_schemaSchema that has the transaction to which this table should link bound.
STRING tablenameName of the external table to which this table should link
Return value
TABLEA linked table variable
Description
Establish a link between a schema variable and a table which hold the actual data