public class ColumnSourceImpl extends ColumnValuesSourceImpl
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCheckCondition()
Obtain the specified check constraint condition 
 | 
String | 
getName()
Obtain the name of the column. 
 | 
String | 
getReadFragment()
A SQL fragment to apply to the column value on read. 
 | 
String | 
getWriteFragment()
A SQL fragment to apply to the column value on write. 
 | 
protected String | 
resolveColumnName()  | 
getComment, getContainingTableName, getDatatype, getDefaultValue, getSize, getSqlType, isIncludedInInsert, isIncludedInUpdate, isNullable, isUniqueprotected String resolveColumnName()
public String getName()
ColumnSourcegetName in interface ColumnSourcegetName in class ColumnValuesSourceImplnull, in which case a naming strategy is applied.public String getReadFragment()
ColumnSourcegetReadFragment in interface ColumnSourcegetReadFragment in class ColumnValuesSourceImplpublic String getWriteFragment()
ColumnSourcegetWriteFragment in interface ColumnSourcegetWriteFragment in class ColumnValuesSourceImplpublic String getCheckCondition()
ColumnSourcegetCheckCondition in interface ColumnSourcegetCheckCondition in class ColumnValuesSourceImplCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.