public class CastObjectImpl extends Object implements org.gcube.common.dbinterface.CastObject
| Constructor and Description |
|---|
CastObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
escapeSingleQuote(String value) |
String |
getCast() |
org.gcube.common.dbinterface.types.Type |
getType() |
boolean |
isUseCastFunction() |
void |
setField(org.gcube.common.dbinterface.attributes.SimpleAttribute attribute) |
void |
setStringValue(String value) |
void |
setType(org.gcube.common.dbinterface.types.Type type) |
void |
setUseCastFunction(boolean useCastFunction) |
String |
toString() |
public String getCast()
getCast in interface org.gcube.common.dbinterface.CastObjectpublic void setField(org.gcube.common.dbinterface.attributes.SimpleAttribute attribute)
setField in interface org.gcube.common.dbinterface.CastObjectpublic void setType(org.gcube.common.dbinterface.types.Type type)
setType in interface org.gcube.common.dbinterface.CastObjectpublic void setStringValue(String value)
setStringValue in interface org.gcube.common.dbinterface.CastObjectpublic boolean isUseCastFunction()
isUseCastFunction in interface org.gcube.common.dbinterface.CastObjectpublic void setUseCastFunction(boolean useCastFunction)
setUseCastFunction in interface org.gcube.common.dbinterface.CastObjectuseCastFunction - the useCastFunction to setpublic org.gcube.common.dbinterface.types.Type getType()
getType in interface org.gcube.common.dbinterface.CastObjectCopyright © 2016. All Rights Reserved.