public class BatchParameterBinding extends Object
Constructor and Description |
---|
BatchParameterBinding(DbAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
exclude()
Marks the binding object as excluded for the current iteration.
|
DbAttribute |
getAttribute() |
int |
getStatementPosition() |
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 |
setStatementPosition(int statementPosition) |
void |
setValue(Object value) |
public BatchParameterBinding(DbAttribute attribute)
public DbAttribute getAttribute()
public Object getValue()
public void setValue(Object value)
public int getStatementPosition()
public void setStatementPosition(int statementPosition)
public boolean isExcluded()
public void exclude()
public void include(int statementPosition, Object value)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.