|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType | |
---|---|
net.ontopia.persistence.rdbms | Classes for managing relational database schemas. |
Uses of DataType in net.ontopia.persistence.rdbms |
---|
Methods in net.ontopia.persistence.rdbms that return DataType | |
---|---|
DataType |
Project.getDataTypeByName(String name,
String platform)
INTERNAL: Gets a datatype definition by name. |
DataType |
Project.getDataTypeByName(String name,
String[] platforms)
|
Methods in net.ontopia.persistence.rdbms with parameters of type DataType | |
---|---|
void |
Project.addDataType(DataType datatype,
String platform)
INTERNAL: Add the platform specific datatype. |
void |
Project.removeDataType(DataType datatype,
String platform)
INTERNAL: Remove the platform specific datatype. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |