public class SQLItemImpl extends Object implements SQLItem, Serializable, Sizeable
Constructor and Description |
---|
SQLItemImpl()
constructor of the class
|
SQLItemImpl(Object value)
constructor of the class
|
SQLItemImpl(Object value,
int type)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
SQLItem |
clone(Object object) |
SQLItem |
duplicate() |
static SQLItem |
duplicate(SQLItem item) |
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) |
long |
sizeOf()
return the size of the object
|
String |
toString() |
public SQLItemImpl()
public SQLItemImpl(Object value)
value
- public SQLItemImpl(Object value, int type)
value
- public boolean isNulls()
public void setNulls(boolean nulls)
public int getScale()
public void setScale(int scale)
public int getType()
public void setType(int type)
public Object getValueForCF() throws PageException
getValueForCF
in interface SQLItem
PageException
public boolean isValueSet()
isValueSet
in interface SQLItem
public long sizeOf()
Sizeable
Copyright © 2015 Lucee