public class ParameterBinding extends Object
Constructor and Description |
---|
ParameterBinding(ExtendedType extendedType) |
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)
Sets the value of the binding and initializes statement position var,
thus "including" this binding in the current iteration.
|
boolean |
isExcluded() |
void |
setScale(int scale) |
void |
setStatementPosition(int statementPosition) |
void |
setType(Integer type) |
void |
setValue(Object value) |
public ParameterBinding(ExtendedType extendedType)
public Object getValue()
public void setValue(Object value)
public int getStatementPosition()
public void setStatementPosition(int statementPosition)
public boolean isExcluded()
public ExtendedType getExtendedType()
public void exclude()
public void include(int statementPosition, Object value)
public Integer getType()
public void setType(Integer type)
public int getScale()
public void setScale(int scale)
Copyright © 2001–2016 Apache Cayenne. All rights reserved.