public class UpdateColumn extends SelectColumn
Modifier and Type | Field and Description |
---|---|
protected String |
_selfIncrementedColumnName |
Constructor and Description |
---|
UpdateColumn() |
UpdateColumn(String columnPath) |
Modifier and Type | Method and Description |
---|---|
String |
getSelfIncrementedColumnName()
Gets the self incremented column name.
|
boolean |
isSelfIncremented()
Gets whether this column is a self incremented update column.
|
void |
readExternal(ObjectInput in) |
void |
setSelfIncrementedColumnName(String selfIncrementedColumnName)
Sets the self incremented column name.
|
void |
validateSelfIncrementedColumnName(UpdateQuery updateQuery)
Validates that the self incremented column name is the same as the column name.
|
void |
writeExternal(ObjectOutput out) |
createColumnData, equals, getAlias, getColumnData, getColumnIndexInTable, getColumnTableData, getFieldValue, getFunctionName, getName, getProjectedIndex, getValue, hasAlias, isAggregatedFunction, isAllColumns, isCount, isDynamic, isFunction, isInitValues, isSum, isUid, isVisible, setAlias, setCount, setFunctionName, setName, setProjectedIndex, setSum, setValue, setVisible, toString
protected String _selfIncrementedColumnName
public UpdateColumn(String columnPath)
public UpdateColumn()
public void setSelfIncrementedColumnName(String selfIncrementedColumnName)
public String getSelfIncrementedColumnName()
public boolean isSelfIncremented()
public void validateSelfIncrementedColumnName(UpdateQuery updateQuery) throws SQLException
SQLException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class SelectColumn
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class SelectColumn
IOException
ClassNotFoundException
Copyright © GigaSpaces.