Manages bind variables.

Remarks

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

The SalSqlBindVariables..::..BindVar type exposes the following members.

Methods

  NameDescription
Public methodRead
Evaluates the bind expression and return the value.
Public methodReadObject
Evaluates the bind expression and return the object.
Public methodWrite
Writes the value of the bind variable.

Properties

  NameDescription
Public propertyCanWrite
Returns true if the bind variable can be written. NOTE: This property is updated only after the value of the expression has been read.
Public propertyDirection
Returns the direction of the parameter.
Public propertyParameterName
Returns the parameter name for drivers that do not support the "?" marker.
Public propertyPosition
Returns the position of the bind variable in the sql statement.
Public propertyText
Returns the bind variable's text that was compiled.

See Also