DynamicQuery::AddTableWithTypeInfo (open)
Add a table source for which the caller already knows the selected column types. This avoids a PostgreSQL catalog lookup for dynamic table names.
Syntax
LOADLIB "wh::dbase/dynquery.whlib";
MACRO AddTableWithTypeInfo(STRING rename, INTEGER transaction, STRING tablename, STRING ARRAY select_columns, RECORD ARRAY typeinfocols)Parameters
STRING renameINTEGER transactionSTRING tablenameSTRING ARRAY select_columnsRECORD ARRAY typeinfocolsColumn descriptions accepted by __HS_SQL_REGISTERTABLETYPEINFO