Interface SourceColumnAdapter
-
- All Known Implementing Classes:
SourceColumnAdapterJaxbHbmColumnType
public interface SourceColumnAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCheck()
String
getComment()
String
getDefault()
String
getIndex()
Integer
getLength()
String
getName()
Integer
getPrecision()
String
getRead()
Integer
getScale()
String
getSqlType()
String
getUniqueKey()
String
getWrite()
Boolean
isNotNull()
Boolean
isUnique()
-
-
-
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()
-
-