Skip to main content

%Compiler.LG.WrapperQueryDef

Property Inventory

Method Inventory

Properties

property class;
Property methods: classDisplayToLogical(), classGet(), classIsValid(), classLogicalToDisplay(), classLogicalToOdbc(), classNormalize(), classSet()
property count as %Integer [ Calculated ];
Property methods: countDisplayToLogical(), countIsValid(), countLogicalToDisplay(), countNormalize()
property defaultArgs as %List [ Calculated ];
Property methods: defaultArgsLogicalToOdbc(), defaultArgsOdbcToLogical()
property dynamic;
Property methods: dynamicDisplayToLogical(), dynamicGet(), dynamicIsValid(), dynamicLogicalToDisplay(), dynamicLogicalToOdbc(), dynamicNormalize(), dynamicSet()
property i;
Property methods: iDisplayToLogical(), iGet(), iIsValid(), iLogicalToDisplay(), iLogicalToOdbc(), iNormalize(), iSet()
property numParams as %Integer [ Calculated ];
Property methods: numParamsDisplayToLogical(), numParamsIsValid(), numParamsLogicalToDisplay(), numParamsNormalize()
property queryName as %String [ Calculated ];
Property methods: queryNameDisplayToLogical(), queryNameIsValid(), queryNameLogicalToDisplay(), queryNameLogicalToOdbc(), queryNameNormalize()
property storedProcName as %String [ Calculated ];
Property methods: storedProcNameDisplayToLogical(), storedProcNameIsValid(), storedProcNameLogicalToDisplay(), storedProcNameLogicalToOdbc(), storedProcNameNormalize()

Methods

method Count()
method GetAt(i As %Integer) as %Compiler.LG.WrapperQueryDef
method GetNext(ByRef i As %Integer) as %Compiler.LG.WrapperQueryDef
method MakeFrom(Class As %String, query As %String, procname As %String, paramcount As %String, defaultargs As %String, i As %Integer) as %Status
method countGet() as %Integer
method countSet(value As %Integer) as %Status
method defaultArgsGet() as %String
method defaultArgsSet(value As %String) as %Status
method init() as %Status
method numParamsGet() as %Integer
method numParamsSet(value As %Integer) as %Status
method queryNameGet() as %String
method queryNameSet(value As %String) as %Status
method send() as %List
method serialize(out As %GlobalBinaryStream)
method storedProcNameGet() as %String
method storedProcNameSet(value As %String) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab