Uses of Class
uk.org.ogsadai.client.dbcreate2.CreateTestDB

Packages that use CreateTestDB
uk.org.ogsadai.client.dbcreate2 Provides a collection of command-line tools for creating OGSA-DAI test databases. 
 

Uses of CreateTestDB in uk.org.ogsadai.client.dbcreate2
 

Subclasses of CreateTestDB in uk.org.ogsadai.client.dbcreate2
 class CreateTestDB2DB
          This program will create three tables in a DB2 database called example_{traveller,destination,booking} and populate them with a total of 40,000 entries.
 class CreateTestDerbyDB
          CreateTestDerbyDB.java This program will populate three tables in a Derby database called example_{traveller,destination,booking} and populate them with a total of 40,000 entries.
 class CreateTestMySQLDB
          This program will populate three tables in a MySQL database called example_{traveller,destination,booking} and populate them with a total of 40,000 entries.
 class CreateTestOracleDB
          CreateTestOracleDB.java This program will create three tables in an Oracle database called example_{destination,traveller,booking} and populate them with a total of 40,000 entries.
 class CreateTestPostgreSQLDB
          This program will create and populate three PostgreSQL database tables called example_{destination,traveller,booking} and populate them with a total of 40,000 entries.
 class CreateTestSQLServerDB
          This program will create three new tables in a SQL Server database called example_{traveller,destination,booking} and populate them with a total of 40,000 entries.