Provides utility classes for 3 java tools; JDBATool, JServer Manager and JConfiguration Tool.
Basic Classes
- classes for native code - dbalib, winlib, svrmgrlib. dbalib and winlib call dmjdbaut library and svrmgrlib uses dmjsvrut library.
- dbautDef and winDef define the static variable used for native code.
- dbaObject provides close function for instance of Statement, ResultSet and Input/OutputStream. Also setAutoCommit and rollback for database conncetion.
- IniFileFilter and HistoryFileFilter are used for JFileChooser.
- guiut provides several static gui functions like initializing font size, show message dialog and some data converting between string and integer. ShowErrorDlg, ShowInformationDlg, and ShowOptionsDlg are 3 basic information dialog used in java tools.