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, setExpectedTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSourceLocation, getExpectedType, getSourceLocations, setExpectedTypepublic PositionalParameterInformationImpl(int label)
public int getLabel()
getLabel in interface PositionalParameterInformationpublic int bind(PreparedStatement statement, QueryParameters qp, SharedSessionContractImplementor session, int position) throws SQLException
ParameterBinderbind in interface ParameterBinderstatement - 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.