public interface SqlDatatype
| Modifier and Type | Method and Description |
|---|---|
SqlDatatype |
getBaseType()
If this datatype is a restriction, it will return the base
datatype for the restriction, null otherwise.
|
Class<?> |
getCorrespondingClass() |
String |
getName() |
com.hp.hpl.jena.graph.Node |
getXsd() |
SqlDatatype getBaseType()
com.hp.hpl.jena.graph.Node getXsd()
String getName()
Class<?> getCorrespondingClass()
Copyright © 2014. All rights reserved.