Provides classes for Start database wizard in JSvrmgr Tool - Start a database step by step
Basic Classes
- ConfigKeys - store all dmconfig.ini file keywords value
- Finish_Startup - Start database final review
- FullBackup - Full backup keyword setting
- IncrementalBackup - Incremental backup keyword setting
- NewJournalTableModel - a table model in StartDB_NewJorunal.java
- SlaveDBTableModel - a table model in StartDB_SlaveDB.java
- StartDB_Advanced_Setting - start database advanced setting (keyword setting) such as distribute model setting, file object setting...etc
- StartDB_BackupServerSetting - setup backup setting
- StartDB_DBCCA - Setup database communications and control area. Including data buffer,journal buffer and system control area.
- StartDB_DDESetting - Setup distributed database environment.
- StartDB_FOSetting - Setup user file object.
- StartDB_NewJournal - Create new journal files for New Journal starup database mode.
- StartDB_PrimaryDBJBS - Setup primary database.
- StartDB_PrimaryDBSchedule - Setup RP_SEND used to sent journal file time schedule.
- StartDB_SelectMode - Select a database and assign the startup mode.
- StartDB_ServerSetting - Setup server side settings. Serup error report mail system.
- StartDB_SlaveDB - Setup at most eight slave database as client side database.
- StartDB_SolveProblem - Lead user toward problem oriented mode.
- StartDB_SQLAttribute - Setup SQL command and SQL date and time I/O format.
- StartDB_StartSlaveDB - Setup slave database for replication from primary database.
- StartDB_StorageSetting - Setup temporary files.
- StartDB_StoreProcedureSetting - Setup store procedure directory,error log directory and include file directory.
- StartDBDialog - Create start database wizard dialog.
- StorageSettingTableModel - It's a table model about database storage setting.
- TimeBoolean - Checking time is not null.
- Welcome - Introduction to start database wizard.