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, isUnique
protected String resolveColumnName()
public String getName()
ColumnSource
getName
in interface ColumnSource
getName
in class ColumnValuesSourceImpl
null
, in which case a naming strategy is applied.public String getReadFragment()
ColumnSource
getReadFragment
in interface ColumnSource
getReadFragment
in class ColumnValuesSourceImpl
public String getWriteFragment()
ColumnSource
getWriteFragment
in interface ColumnSource
getWriteFragment
in class ColumnValuesSourceImpl
public String getCheckCondition()
ColumnSource
getCheckCondition
in interface ColumnSource
getCheckCondition
in class ColumnValuesSourceImpl
Copyright © 2018 JBoss by Red Hat. All rights reserved.