| Class Summary |
| CreateTestCsvDB |
This program will create a file called littleblackbook.csv and populate it with 10,000 address entries consisting of a name (Firstname and Surname), Address and telephone number. |
| CreateTestDB |
This class is extended by the different CreateTest*DB classes which are used to create simple test database tables. |
| CreateTestDB2DB |
This program will populate a table in a DB2 database called littleblackbook and populate it with 10,000 address entries consisting of a name (First, Surname). |
| CreateTestDerbyDB |
This program will create a new table 'ogsadai' in a new Derby database called littleblackbook and populate it with 10,000 address entries consisting of a name (First, Surname). |
| CreateTestExistDB |
This program will create a new eXist collection called /db/littleblackbook and populate it with 10,000 address documents, consisting of a name (First, Surname) Address and telephone number. |
| CreateTestMySQLDB |
This program will create a new MySQL database containing a new table called littleblackbook and populate it with 10,000 address entries consisting of a name (First, Surname). |
| CreateTestOracleDB |
This program will populate a table in a Oracle database called littleblackbook and populate it with 10,000 address entries consisting of a name (First, Surname). |
| CreateTestPostgreSQLDB |
This program will create and populate a PostgreSQL database table called littleblackbook and populate it with 10,000 address entries consisting of a name (First, Surname). |
| CreateTestSQLServerDB |
This program will create a new table in a SQL Server database called littleblackbook and populate it with 10,000 address entries consisting of a name (First, Surname). |
| CreateTestXindiceDB |
This program will create a new Xindice collection called /db/littleblackbook and populate it with 10,000 address documents, consisting of a name (First, Surname) Address and telephone number. |
| DataCreator |
This class generates the data used in the test databases. |
Provides a collection of command-line tools for creating OGSA-DAI test databases.