The IExplicitParameterSpecification type exposes the following members.

Properties

  NameDescription
Public propertyExpectedType
Get or set the type which we are expeting for a bind into this parameter based on translated contextual information.
(Inherited from IParameterSpecification.)
Public propertySourceColumn
Retrieves the column number (within the {@link #getSourceLine()}) where this parameter occurs.
Public propertySourceLine
Retrieves the line number on which this parameter occurs in the source query.

See Also