Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb.util: Javadoc index of package org.hsqldb.util.


Package Samples:

org.hsqldb.util

Classes:

CodeSwitcher: Modifies the source code to support different JDK or profile settings. Usage: java CodeSwitcher [paths] [labels] [+][-] If no labels are specified then all used labels in the source code are shown. Use +MODE to switch on the things labeld MODE Use -MODE to switch off the things labeld MODE Path: Any number of path or files may be specified. Use . for the current directory (including sub-directories). Example: java CodeSwitcher +JAVA2 . This example switches on code labeled JAVA2 in all *.java files in the current directory and all subdirectories. java CodeSwitcher + . Adds test code to the code. ...
DatabaseManagerSwing: Swing Tool for manageing a JDBC database. Usage: java DatabaseManagerSwing [-options] where options include: -driver jdbc driver class -url jdbc url -user username used for connection -password password for this user -dir default directory -script reads from script file
DatabaseManager: AWT Tool for manageing a JDBC database. Usage: java DatabaseManagerSwing [-options] where options include: -driver jdbc driver class -url jdbc url -user username used for connection -password password for this user -dir default directory -script reads from script file
Transfer: Utility program (or applet) for transferring tables between different databases via JDBC. Understands HSQLDB database particularly well.
ZaurusEditor: ZaurusEditor implements an search/input/edit form to search/view/update/insert table records.
ScriptTool: Script tool - command line tool to read in sql script and execute it.
CommonSwing: Common code in the Swing versions of DatabaseManager and Tranfer
ConnectionDialogCommon: Common code in the Swing and AWT versions of ConnectionDialog
jdbcSystem: Handles the differences between jdk 1.1.x and 1.2.x and above
DatabaseManagerCommon: Common code in Swing and AWT versions of DatabaseManager
McKoiTransferHelper: Helper class for conversion from a different databases
JDBCTypes: Base class for conversion from a different databases
TransferHelper: Base class for conversion from a different databases
GridSwing: Simple table model to represent a grid of tuples.
TransferCommon: Common code in Swing and AWT versions of Tranfer
TransferTable: Transfers data from one database to another
TransferResultSet: Helper class for transferring a result set
TransferDb: Conversions between different databases
PostgresTransferHelper: Conversions from PostgresSQL databases
SqlServerTransferHelper: Conversions from SQLServer7 databases
InformixTransferHelper: Conversions from Informix databases
SQLStatements: container for set of SQL statements
OracleTransferHelper: Conversions from Oracle databases
ConnectionDialog: Opens a connection to a database
ConnectionDialogSwing: Opens a connection to a database

Home | Contact Us | Privacy Policy | Terms of Service