Uses of Class
net.ontopia.persistence.rdbms.DataType

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.
 



Copyright © 2000-2012 Ontopia.