Skip to main content

%UnitTest.DSQL

The methods in this class are used by the SQLRegression class to execute SQL files using dynamic SQL and return results in a stream. They are subject to change, and not intended to be called directly.

Method Inventory

Methods

classmethod processDRSToStream(ByRef rs As %ResultSet, ByRef output As %Stream) as %Status
Process each result set to a stream
classmethod runDSQL(sqlfilename As %String, verbose As %Boolean = 0, genplan As %Boolean = 0) as %FileCharacterStream
Execute sql from sql file against dynamic SQL and return results in a stream If verbose is true, write verbose information to terminal If genplan is true, generate information and write it in stream for appropriate sql statements SQL statements are delimited by "####"

Inherited Members

Inherited Methods

FeedbackOpens in a new tab