public interface DataTypeDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getBinding()
The binding type that is applied to this data type, or
null, if no such binding type is configured. |
String |
getConverter()
The converter type that is applied to this data type, or
null, if no such converter type is configured. |
Database |
getDatabase()
The underlying database.
|
int |
getLength()
The type's length.
|
int |
getPrecision()
The type's precision.
|
int |
getScale()
The type's scale.
|
SchemaDefinition |
getSchema()
The underlying schema.
|
String |
getType()
The dialect-specific column type.
|
String |
getUserType()
The user type, if applicable.
|
boolean |
isDefaulted()
Whether this data type is defaultable.
|
boolean |
isGenericNumberType()
Whether this data type is a NUMBER type without precision and scale.
|
boolean |
isNullable()
Whether this data type is nullable.
|
boolean |
isUDT()
Whether this data type represents a udt.
|
String getType()
String getConverter()
null, if no such converter type is configured.String getBinding()
null, if no such binding type is configured.int getLength()
int getPrecision()
int getScale()
String getUserType()
boolean isNullable()
boolean isDefaulted()
boolean isUDT()
boolean isGenericNumberType()
Database getDatabase()
SchemaDefinition getSchema()
Copyright © 2015. All Rights Reserved.