public interface DataTypeDefinition
| Modifier and Type | Method and Description |
|---|---|
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 |
isGenericNumberType()
Whether this data type is a NUMBER type without precision and scale
|
boolean |
isUDT()
Whether this data type represents a udt
|
String getType()
int getLength()
int getPrecision()
int getScale()
String getUserType()
boolean isUDT()
boolean isGenericNumberType()
Database getDatabase()
SchemaDefinition getSchema()
Copyright © 2013. All Rights Reserved.