|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataTypeDefinition
A definition for a data type object
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
String getType()
int getLength()
int getPrecision()
int getScale()
String getUserType()
boolean isUDT()
boolean isGenericNumberType()
Database getDatabase()
SchemaDefinition getSchema()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||