public class ParameterBinding extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
jdbcType |
protected int |
scale |
protected Object |
value |
Constructor and Description |
---|
ParameterBinding(Object value,
int jdbcType,
int scale) |
Modifier and Type | Method and Description |
---|---|
int |
getJdbcType() |
int |
getScale() |
Object |
getValue() |
void |
setJdbcType(int i) |
void |
setScale(int i) |
void |
setValue(Object object) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.