Uses of Class
org.apache.empire.db.DBRelation

Packages that use DBRelation
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.db.derby This package contains classes necessary to support the Apache Derby database system. 
org.apache.empire.db.h2 This package contains classes necessary to support the H2 database system. 
org.apache.empire.db.hsql This package contains classes necessary to support the HSQLDB database system. 
org.apache.empire.db.mysql This package contains classes necessary to support the MySQL database system. 
org.apache.empire.db.oracle This package contains classes necessary to support the Oracle database system. 
org.apache.empire.db.postgresql This package contains classes necessary to support the PostgreSQL database system. 
org.apache.empire.db.sqlserver This package contains classes necessary to support the Microsoft SQL-Server database system. 
 

Uses of DBRelation in org.apache.empire.db
 

Fields in org.apache.empire.db with type parameters of type DBRelation
protected  java.util.List<DBRelation> DBDatabase.relations
           
 

Methods in org.apache.empire.db that return types with arguments of type DBRelation
 java.util.List<DBRelation> DBDatabase.getRelations()
          Returns the tables which has been defined in the database.
 

Uses of DBRelation in org.apache.empire.db.derby
 

Methods in org.apache.empire.db.derby with parameters of type DBRelation
protected  boolean DBDatabaseDriverDerby.createRelation(DBRelation r, DBSQLScript script)
          Returns true if the relation has been created successfully.
 

Uses of DBRelation in org.apache.empire.db.h2
 

Methods in org.apache.empire.db.h2 with parameters of type DBRelation
protected  boolean DBDatabaseDriverH2.createRelation(DBRelation r, DBSQLScript script)
          Returns true if the relation has been created successfully.
 

Uses of DBRelation in org.apache.empire.db.hsql
 

Methods in org.apache.empire.db.hsql with parameters of type DBRelation
protected  boolean DBDatabaseDriverHSql.alterRelation(DBRelation r, DBCmdType type, DBSQLScript script)
          Returns true if the relation has been altered successfully.
 

Uses of DBRelation in org.apache.empire.db.mysql
 

Methods in org.apache.empire.db.mysql with parameters of type DBRelation
protected  boolean DBDatabaseDriverMySQL.createRelation(DBRelation r, DBSQLScript script)
          Returns true if the relation has been created successfully.
 

Uses of DBRelation in org.apache.empire.db.oracle
 

Methods in org.apache.empire.db.oracle with parameters of type DBRelation
protected  boolean DBDatabaseDriverOracle.createRelation(DBRelation r, DBSQLScript script)
          Create a sql string for creating a relation and appends it to the supplied buffer
 

Uses of DBRelation in org.apache.empire.db.postgresql
 

Methods in org.apache.empire.db.postgresql with parameters of type DBRelation
protected  boolean DBDatabaseDriverPostgreSQL.createRelation(DBRelation r, DBSQLScript script)
          Returns true if the relation has been created successfully.
 

Uses of DBRelation in org.apache.empire.db.sqlserver
 

Methods in org.apache.empire.db.sqlserver with parameters of type DBRelation
protected  boolean DBDatabaseDriverMSSQL.createRelation(DBRelation r, DBSQLScript script)
          Returns true if the relation has been created successfully.
 



Copyright © 2008-2010 Apache Software Foundation. All Rights Reserved.