public interface SQLItem
Modifier and Type | Method and Description |
---|---|
SQLItem |
clone(Object object) |
int |
getScale() |
int |
getType() |
Object |
getValue() |
Object |
getValueForCF() |
boolean |
isNulls() |
boolean |
isValueSet() |
void |
setNulls(boolean nulls) |
void |
setScale(int scale) |
void |
setType(int type) |
void |
setValue(Object value) |
boolean isNulls()
void setNulls(boolean nulls)
nulls
- The nulls to set.int getScale()
void setScale(int scale)
scale
- The scale to set.int getType()
void setType(int type)
type
- The cfsqltype to set.Object getValueForCF() throws PageException
PageException
boolean isValueSet()
Copyright © 2015 Lucee