Column name. Note that this is not a field name since there is no corresponding field.
Returns:
column name
value
public abstract java.lang.String value
Value to use for column for inserts or updates. Use all required SQL
syntax (for example surround character columns with single quotes like value="'ABC'")
Returns:
value to use within SQL statement for column when inserting or updating record