public interface TypeDefinition extends Named, Annotatable
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotations() |
Integer |
getMaxLength() |
Integer |
getPrecision() |
Integer |
getScale() |
SRID |
getSrid() |
String |
getUnderlyingType() |
boolean |
isUnicode() |
List<Annotation> getAnnotations()
getAnnotations
in interface Annotatable
Integer getMaxLength()
Integer getPrecision()
Integer getScale()
SRID getSrid()
String getUnderlyingType()
boolean isUnicode()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.