Electronic Journal Schema Generator

The JDBCJournalSchemaGenerator is an auxiliary class that is used for database administration tasks. It allows an application to do the following:

The journal schema must be understood as an abstract way of grouping all journal tables. By default, the Schema Generator will try to create a database schema in the DBMS by using the SQL statement CREATE SCHEMA. Because not all DBMSs allow schema generation and management, the application can change the JDBCJournalSchemaGenerator default behavior by setting the createSchema attribute to false, using the setCreateSchema(boolean newCreateSchema) method.

See Using the Electronic Journal Schema Generator.