Interface SourceColumnAdapter
- All Known Implementing Classes:
SourceColumnAdapterJaxbHbmColumnType
public interface SourceColumnAdapter
-
Method Details
-
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()
-