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