public class FunctionField extends DatabaseField
Purpose: Allow fields to have functions applied to them or be computed.
index, keepInRow, NULL_SQL_TYPE, sqlType, type, typeName
Constructor and Description |
---|
FunctionField() |
FunctionField(java.lang.String fieldName)
A unique field name should still be given to the function.
|
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
void |
setExpression(Expression expression) |
clone, convertClassNamesToClasses, equals, equals, getColumnDefinition, getIndex, getLength, getName, getNameDelimited, getNameForComparisons, getPrecision, getQualifiedName, getQualifiedNameDelimited, getScale, getSqlType, getTable, getTableName, getType, getTypeName, getUseUpperCaseForComparisons, hashCode, hasTableName, initDDLFields, isCreatable, isInsertable, isNullable, isObjectRelationalDatabaseField, isPrimaryKey, isReadOnly, isTranslated, isUnique, isUpdatable, keepInRow, resetQualifiedName, setColumnDefinition, setCreatable, setIndex, setInsertable, setIsTranslated, setKeepInRow, setLength, setName, setName, setName, setNameForComparisons, setNullable, setPrecision, setPrimaryKey, setScale, setSqlType, setTable, setTableName, setType, setTypeName, setUnique, setUpdatable, setUseDelimiters, shouldUseDelimiters, toString, useUpperCaseForComparisons
public FunctionField()
public FunctionField(java.lang.String fieldName)
public Expression getExpression()
public void setExpression(Expression expression)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference