public class SqlDatatypeBase extends Object implements SqlDatatype
| Modifier | Constructor and Description |
|---|---|
protected |
SqlDatatypeBase(int sqlType) |
| 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() |
int |
getSqlType() |
com.hp.hpl.jena.graph.Node |
getXsd() |
int |
hashCode() |
public int getSqlType()
public SqlDatatype getBaseType()
SqlDatatypegetBaseType in interface SqlDatatypepublic String getName()
getName in interface SqlDatatypepublic Class<?> getCorrespondingClass()
getCorrespondingClass in interface SqlDatatypepublic com.hp.hpl.jena.graph.Node getXsd()
getXsd in interface SqlDatatypeCopyright © 2014. All rights reserved.