Interface SourceColumnAdapter
-
- All Known Implementing Classes:
SourceColumnAdapterJaxbHbmColumnType
public interface SourceColumnAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCheck()StringgetComment()StringgetDefault()StringgetIndex()IntegergetLength()StringgetName()IntegergetPrecision()StringgetRead()IntegergetScale()StringgetSqlType()StringgetUniqueKey()StringgetWrite()BooleanisNotNull()BooleanisUnique()
-
-
-
Method Detail
-
getName
String getName()
-
isNotNull
Boolean isNotNull()
-
isUnique
Boolean isUnique()
-
getLength
Integer getLength()
-
getPrecision
Integer getPrecision()
-
getScale
Integer getScale()
-
getSqlType
String getSqlType()
-
getComment
String getComment()
-
getCheck
String getCheck()
-
getDefault
String getDefault()
-
getIndex
String getIndex()
-
getUniqueKey
String getUniqueKey()
-
getRead
String getRead()
-
getWrite
String getWrite()
-
-