Skip to main content

SalSqlBindVariables

Namespace: PPJ.Runtime.Sql

Assembly: PPJ.Runtime.49 (4.9.0.0)

Manages bind variables. This is an internal class and it's subject to change without notice.

public class SalSqlBindVariables

Constructors

Instance memberSalSqlBindVariables()

Constructor

Properties

Instance memberContext

Object: Returns/Sets the context for resolving bind variables

Instance memberParsedIntos

BindVar[]: Returns the array of parsed bind variables

Instance memberParsedVars

BindVar[]: Returns the array of parsed bind variables

Methods

Instance memberClear()

Resets the bind and into variables collection.

Instance memberLeaveScope()

Leaves the current interpreter scope. It must be called in the try/final section.

Instance memberNewScope()

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.

Instance memberParseBinds(vars)

Parses report bind variables.

ParameterTypeDescription
varsString

Returns: Int32.

Instance memberReadBindValues()

Reads all the bind variables.

Returns: Object[].