|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.db.SQLItemImpl
public final class SQLItemImpl
Constructor Summary | |
---|---|
SQLItemImpl()
constructor of the class |
|
SQLItemImpl(Object value)
constructor of the class |
|
SQLItemImpl(Object value,
int type)
constructor of the class |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SQLItemImpl()
public SQLItemImpl(Object value)
value
- public SQLItemImpl(Object value, int type)
value
- Method Detail |
---|
public boolean isNulls()
isNulls
in interface SQLItem
public void setNulls(boolean nulls)
setNulls
in interface SQLItem
nulls
- The nulls to set.public int getScale()
getScale
in interface SQLItem
public void setScale(int scale)
setScale
in interface SQLItem
scale
- The scale to set.public Object getValue()
getValue
in interface SQLItem
public void setValue(Object value)
setValue
in interface SQLItem
value
- The value to set.public int getType()
getType
in interface SQLItem
public void setType(int type)
setType
in interface SQLItem
type
- The cfsqltype to set.public SQLItem clone(Object object)
clone
in interface SQLItem
public Object getValueForCF() throws PageException
getValueForCF
in interface SQLItem
PageException
public boolean isValueSet()
isValueSet
in interface SQLItem
public String toString()
toString
in class Object
public long sizeOf()
Sizeable
sizeOf
in interface Sizeable
public static SQLItem duplicate(SQLItem item)
public SQLItem duplicate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |