public interface WrapperMetaRawValueVO extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY
Constant which identifies a
WrapperMetaArrayRawVO. |
static int |
ASC_AND_DESC_SORT
Constant indicating that a raw value is sortable in ascending and
descending order.
|
static int |
ASCENDING_SORT
Constant indicating that a raw value is sortable in ascending order.
|
static int |
DESCENDING_SORT
Constant indicating that a raw value is sortable in descending order.
|
static int |
NOT_SORTABLE
Constant indicating that a raw value is not sortable.
|
static int |
REGISTER
Constant which identifies a
WrapperMetaRegisterRawVO. |
static int |
SIMPLE
Constant which identifies a
WrapperMetaSimpleRawVO. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(com.denodo.vdb.vdbinterface.common.clientResult.vo.descriptions.wrapper.visitor.WrapperMetaRawValueVisitor visitor)
Accepts a
WrapperMetaRawValueVisitor object that will process the
WrapperMetaRawValueVO instance. |
Object |
copy()
Obtains a copy of this object.
|
String |
getMapping()
Getter for WrapperMetaRawValue name mapping property.
|
Integer |
getMaxLength()
Gets the maximum length value for the field.
|
String |
getName()
Getter for WrapperMetaRawValueVO name property.
|
Integer |
getParameterIndex()
Gets the parameter index of a field.
|
HashMap<String,String> |
getPropertiesMap() |
int |
getRawType()
Return the int RawType of WrapperMetaRawValueVO
WrapperMetaRawValueVO.SIMPLE for WrapperMetaSimpleRawVO
WrapperMetaRawValueVO.ARRAY for WrapperMetaArrayRawVO
WrapperMetaRawValueVO.REGISTER for WrapperMetaRegisterRawVO
|
Integer |
getResultSetIndex() |
int |
getSortable()
Obtains the property indicating the type of ordering which supports this
raw value.
|
boolean |
isAutoIncrement() |
boolean |
isEscape()
Obtains the 'escape' property, which indicates that this value must be
escaped when delegate it to the source
|
boolean |
isGeneratedColumn() |
boolean |
isMandatoryStatus()
Getter for mandatoryStatus attribute.
|
boolean |
isNullable()
Determines if this raw value can be null or not.
|
boolean |
isSearchStatus()
Getter for searchStatus attribute.
|
boolean |
isSqlFragment()
Obtains the 'sqlFragment' property, which indicates that this value
is a SQL fragment.
|
boolean |
isUpdateable()
Determines if this raw value can be updated or not.
|
void |
setAutoIncrement(boolean autoIncrement) |
void |
setEscape(boolean escape)
Sets the 'escape' property, which indicates that this value must be
escaped when delegate it to the source
|
void |
setGeneratedColumn(boolean generatedColumn) |
void |
setMandatoryStatus(boolean mandatoryStatus)
Setter for mandatoryStatus attribute.
|
void |
setMapping(String mapping)
Setter for WrapperMetaRawValue name mapping property.
|
void |
setMaxLength(Integer maxLength)
Sets the maximum length value for the field.
|
void |
setName(String name)
Setter for WrapperMetaRawValue name property.
|
void |
setNullable(boolean nullable)
Establishes if this raw value can be null or not.
|
void |
setParameterIndex(Integer parameterIndex)
Sets the parameter index of a field.
|
void |
setPropertiesMap(HashMap<String,String> propertiesMap) |
void |
setResultSetIndex(Integer resultSetIndex)
Set the index of the returned resultset this field belongs to
|
void |
setSearchStatus(boolean searchStatus)
Setter for searchStatus attribute.
|
void |
setSortable(int sortable)
Establishes the property indicating the type of ordering which supports this
raw value.
|
void |
setSqlFragment(boolean sqlFragment)
Sets the 'sqlFragment' property, which indicates that this value
is a SQL fragment.
|
void |
setUpdateable(boolean updateable)
Establishes if this raw value can be updated or not.
|
String |
toString()
Obtains a String representation of the value.
|
static final int SIMPLE
WrapperMetaSimpleRawVO.static final int ARRAY
WrapperMetaArrayRawVO.static final int REGISTER
WrapperMetaRegisterRawVO.static final int NOT_SORTABLE
static final int ASCENDING_SORT
static final int DESCENDING_SORT
static final int ASC_AND_DESC_SORT
String getName()
void setName(String name)
name - the name of WrapperMetaRawValue instanceString getMapping()
void setMapping(String mapping)
mapping - the mapping name of WrapperMetaRawValue instanceboolean isNullable()
void setNullable(boolean nullable)
nullable - if true, the raw value can be null.int getSortable()
void setSortable(int sortable)
sortable - the property indicating the type of ordering which supports
this raw value.boolean isUpdateable()
void setUpdateable(boolean updateable)
updateable - if true, the raw value can be updated.String toString()
int getRawType()
void accept(com.denodo.vdb.vdbinterface.common.clientResult.vo.descriptions.wrapper.visitor.WrapperMetaRawValueVisitor visitor)
WrapperMetaRawValueVisitor object that will process the
WrapperMetaRawValueVO instance.visitor - the visitor instance.Object copy()
boolean isSearchStatus()
void setSearchStatus(boolean searchStatus)
searchStatus - boolean isMandatoryStatus()
void setMandatoryStatus(boolean mandatoryStatus)
mandatoryStatus - boolean isEscape()
void setEscape(boolean escape)
escape - true if this is an escape property.boolean isSqlFragment()
void setSqlFragment(boolean sqlFragment)
sqlFragment - true if this is an sqlFragment property.void setPropertiesMap(HashMap<String,String> propertiesMap)
propertiesMap - the propertiesMap to setInteger getMaxLength()
void setMaxLength(Integer maxLength)
maxLength - max length value.Integer getParameterIndex()
void setParameterIndex(Integer parameterIndex)
parameterIndex - void setResultSetIndex(Integer resultSetIndex)
resultSetIndex - Integer getResultSetIndex()
boolean isAutoIncrement()
void setAutoIncrement(boolean autoIncrement)
autoIncrement - the autoIncrement to setboolean isGeneratedColumn()
void setGeneratedColumn(boolean generatedColumn)
generatedColumn - the generatedColumn to setCopyright © 2024 Denodo Technologies. All rights reserved.