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.
- C#
- VB.NET
public class SalSqlBindVariables
Public Class SalSqlBindVariables
Constructors
SalSqlBindVariables()
Constructor
Properties
Context
Object: Returns/Sets the context for resolving bind variables
ParsedIntos
BindVar[]: Returns the array of parsed bind variables
ParsedVars
BindVar[]: Returns the array of parsed bind variables
Methods
Clear()
Resets the bind and into variables collection.
LeaveScope()
Leaves the current interpreter scope. It must be called in the try/final section.
NewScope()
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.
ParseBinds(vars)
Parses report bind variables.
| Parameter | Type | Description |
|---|---|---|
| vars | String |
Returns: Int32.
ReadBindValues()
Reads all the bind variables.
Returns: Object[].