%Library.AbstractForeignTable
abstract class %Library.AbstractForeignTable
Method Inventory
Parameters
parameter NUMCOLUMNS;
Number of columns in the table (IRIS side)
parameter QUERY;
Query to send
parameter SERVER;
Name of the server this foreign table belongs to
parameter TABLE;
Name of the table as it exists in the external data source
parameter VALUES;
String of column names as they exist in the external table
Methods
classmethod GetQuery(whereClause As %String = "", alias As %String) as %Library.String