IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Store Schema Generator

The JDBCStoreSchemaGenerator class is an auxiliary class that is used for administration tasks. It allows an application to generate the table for a store schema with the given table name, table schema, and table definition (SQL format).

The store schema is just a way of calling the STORE table. By default, if the schemaName attribute of the Schema Generator is set to a specific value, the Schema Generator tries to create a database schema in the DBMS by using the SQL statement CREATE SCHEMA. If the createSchema attribute is set to false, the CREATE SCHEMA is not executed. For example, when using DB2® UDB for OS/390® as the database management system, the createSchema attribute must be set to false. See Creating the STORE table for information on the attributes that you can use to change the behavior of the JDBCStoreSchemaGenerator.



Feedback