public class ParameterBinding extends Object
Constructor and Description |
---|
ParameterBinding() |
ParameterBinding(Object value,
Integer jdbcType,
int scale) |
Modifier and Type | Method and Description |
---|---|
void |
exclude()
Marks the binding object as excluded for the current iteration.
|
ExtendedType |
getExtendedType() |
Integer |
getJdbcType() |
int |
getScale() |
int |
getStatementPosition() |
Object |
getValue() |
void |
include(int statementPosition,
Object value,
ExtendedType extendedType)
Sets the value of the binding and initializes statement position var,
thus "including" this binding in the current iteration.
|
boolean |
isExcluded() |
void |
setExtendedType(ExtendedType extendedType) |
void |
setJdbcType(Integer type) |
void |
setScale(int scale) |
void |
setStatementPosition(int statementPosition) |
void |
setValue(Object value) |
public Object getValue()
public void setValue(Object value)
public int getStatementPosition()
public void setStatementPosition(int statementPosition)
public boolean isExcluded()
public ExtendedType getExtendedType()
public void setExtendedType(ExtendedType extendedType)
public void exclude()
public void include(int statementPosition, Object value, ExtendedType extendedType)
public Integer getJdbcType()
public void setJdbcType(Integer type)
public int getScale()
public void setScale(int scale)
Copyright © 2001–2019 Apache Cayenne. All rights reserved.