public class PositionalParameterInformationImpl extends AbstractParameterInformation implements PositionalParameterInformation
Constructor and Description |
---|
PositionalParameterInformationImpl(int label) |
Modifier and Type | Method and Description |
---|---|
int |
bind(PreparedStatement statement,
QueryParameters qp,
SharedSessionContractImplementor session,
int position)
Bind the appropriate value into the given statement at the specified position.
|
int |
getLabel() |
addSourceLocation, getExpectedType, getSourceLocations, setExpectedType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSourceLocation, getExpectedType, getSourceLocations, setExpectedType
public PositionalParameterInformationImpl(int label)
public int getLabel()
getLabel
in interface PositionalParameterInformation
public int bind(PreparedStatement statement, QueryParameters qp, SharedSessionContractImplementor session, int position) throws SQLException
ParameterBinder
bind
in interface ParameterBinder
statement
- The statement into which the value should be bound.qp
- The defined values for the current query execution.session
- The session against which the current execution is occuring.position
- The position from which to start binding value(s).SQLException
- Indicates problems performing the JDBC biind operation.Copyright © 2019 JBoss by Red Hat. All rights reserved.