IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Electronic Journal Schema Generator

The JDBCJournalSchemaGenerator is an auxiliary class to perform database administration tasks. It enables you 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.



Feedback