Class Summary |
CreateTestDB |
Base class for creating and populating test database tables. |
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. |
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. |
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. |
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. |
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. |
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. |
CreateTestXindiceDB |
This program will create three new Xindice collections called /db/example_{traveller,destination,booking} and populate them with a total of 40,000 entries. |
TravelDataCreator |
This class generates the data used in the test databases. |
Provides a collection of command-line tools for creating OGSA-DAI test databases.