Uses of Class
org.prorefactor.core.schema.Database

Packages that use Database
org.prorefactor.core.schema   
 

Uses of Database in org.prorefactor.core.schema
 

Fields in org.prorefactor.core.schema declared as Database
static Database Schema.nullDatabase
           
 

Fields in org.prorefactor.core.schema with type parameters of type Database
static java.util.Comparator<Database> Database.NAME_ORDER
          Comparator for sorting by name.
 

Methods in org.prorefactor.core.schema that return Database
 Database Table.getDatabase()
           
 Database Schema.lookupDatabase(java.lang.String inName)
          Lookup Database, with alias checks.
 

Methods in org.prorefactor.core.schema that return types with arguments of type Database
 java.util.TreeSet<Database> Schema.getDbSet()
          Get databases sorted by name.
 

Constructors in org.prorefactor.core.schema with parameters of type Database
Table(java.lang.String name, Database database)
          Constructor for schema
 



Copyright © 2008 Joanju Software. All Rights Reserved.