public class ParameterBinding extends Object
Constructor and Description |
---|
ParameterBinding() |
Modifier and Type | Method and Description |
---|---|
void |
exclude()
Marks the binding object as excluded for the current iteration.
|
ExtendedType |
getExtendedType() |
int |
getScale() |
int |
getStatementPosition() |
Integer |
getType() |
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 |
setScale(int scale) |
void |
setStatementPosition(int statementPosition) |
void |
setType(Integer type) |
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 getType()
public void setType(Integer type)
public int getScale()
public void setScale(int scale)
Copyright © 2001–2017 Apache Cayenne. All rights reserved.