The SalSqlBindVariables type exposes the following members.

Constructors

  NameDescription
Public methodSalSqlBindVariables
Initializes a new instance of the SalSqlBindVariables class

Methods

  NameDescription
Public methodClear
Resets the bind and into variables collection.
Public methodLeaveScope
Leaves the current interpreter scope. It must be called in the try/final section.
Public methodNewScope
Enters a new interpreter scope. This must be called before starting to read or write bind/into variables to enable caching of the root reference.
Public methodParseBinds
Parses report bind variables.
Public methodReadBindValues
Reads all the bind variables.

Properties

  NameDescription
Public propertyContext
Returns/Sets the context for resolving bind variables
Public propertyParsedIntos
Returns the array of parsed bind variables
Public propertyParsedVars
Returns the array of parsed bind variables

See Also