Package net.ontopia.persistence.rdbms


package net.ontopia.persistence.rdbms
Classes for managing relational database schemas.
  • Classes
    Class
    Description
    INTERNAL: Represents the definition of a relational database column.
    INTERNAL: Command line tool for exporting comma- or semicolon separated files into a database.
    INTERNAL: Command line tool for importing comma- or semicolon separated files into a database.
    INTERNAL: Class that can read a database schema definition from an XML representation.
    INTERNAL: Represents the definition of a relational database datatype.
    INTERNAL: Class that generates DDL statements for the IBM db2 universal database platform.
    INTERNAL: Command line tool for creating and dropping database schemas directly in a database.
    INTERNAL: Command line tool for producing DDL files for creating and dropping database schemas.
     
    INTERNAL: Class that generates DDL statements for the firebird / interbase database platform.
    INTERNAL: Class that generates DDL statements for the generic database platform.
    INTERNAL: Represents the definition of a relational table index.
    INTERNAL: Class that generates DDL statements for the mysql database platform.
    INTERNAL: Class that generates DDL statements for the oracle database platform.
    INTERNAL: DDL statement generator for the PostgreSQL database platform.
    INTERNAL: Class that holds a database schema definition.
    INTERNAL: Command line tool for executing SQL statements in a database referenced by a database properties file.
    INTERNAL: Class that generates DDL statements for the sqlserver database platform.
    INTERNAL: Represents the definition of a relational database table.