The IExplicitParameterSpecification type exposes the following members.
Methods
Name | Description | |
---|---|---|
Bind(IDbCommand, IList<(Of <<'(Parameter>)>>), QueryParameters, ISessionImplementor) |
Bind the appropriate value into the given command.
(Inherited from IParameterSpecification.) | |
Bind(IDbCommand, IList<(Of <<'(Parameter>)>>), Int32, IList<(Of <<'(Parameter>)>>), QueryParameters, ISessionImplementor) |
Bind the appropriate value into the given command.
(Inherited from IParameterSpecification.) | |
GetIdsForBackTrack |
An string array to unique identify this parameter-span inside an SqlString.
(Inherited from IParameterSpecification.) | |
RenderDisplayInfo |
Render this parameter into displayable info (for logging, etc).
(Inherited from IParameterSpecification.) | |
SetEffectiveType |
Explicit parameters may have no set the ExpectedType during query parse.
|
Properties
Name | Description | |
---|---|---|
ExpectedType |
Get or set the type which we are expeting for a bind into this parameter based
on translated contextual information.
(Inherited from IParameterSpecification.) | |
SourceColumn |
Retrieves the column number (within the {@link #getSourceLine()}) where this parameter occurs.
| |
SourceLine |
Retrieves the line number on which this parameter occurs in the source query.
|