public class UpdateColumn extends SelectColumn
| Modifier and Type | Field and Description |
|---|---|
protected String |
_selfIncrementedColumnName |
| Constructor and Description |
|---|
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 |
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.
|
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, toStringprotected String _selfIncrementedColumnName
public UpdateColumn(String columnPath)
public void setSelfIncrementedColumnName(String selfIncrementedColumnName)
public String getSelfIncrementedColumnName()
public boolean isSelfIncremented()
public void validateSelfIncrementedColumnName(UpdateQuery updateQuery) throws SQLException
SQLExceptionCopyright © GigaSpaces.