| |
|
| java.awt.Panel java.applet.Applet org.hsqldb.util.Transfer
Transfer | public class Transfer extends Applet implements WindowListener,ActionListener,ItemListener,Traceable(Code) | | Utility program (or applet) for transferring tables between different
databases via JDBC. Understands HSQLDB database particularly well.
author: Thomas Mueller (Hypersonic SQL Group) version: 1.7.2 since: Hypersonic SQL |
CurrentTransferCurrentAlter | int CurrentTransferCurrentAlter(Code) | | |
SELECT_DEST_CATALOG | final static int SELECT_DEST_CATALOG(Code) | | |
SELECT_DEST_SCHEMA | final static int SELECT_DEST_SCHEMA(Code) | | |
SELECT_SOURCE_CATALOG | final static int SELECT_SOURCE_CATALOG(Code) | | |
SELECT_SOURCE_SCHEMA | final static int SELECT_SOURCE_SCHEMA(Code) | | |
SELECT_SOURCE_TABLES | final static int SELECT_SOURCE_TABLES(Code) | | |
TRFM_DUMP | final static int TRFM_DUMP(Code) | | |
TRFM_RESTORE | final static int TRFM_RESTORE(Code) | | |
TRFM_TRANSFER | final static int TRFM_TRANSFER(Code) | | |
bMustExit | static boolean bMustExit(Code) | | |
cTransfercDropcCreatecDeletecInsertcAlter | Checkbox cTransfercDropcCreatecDeletecInsertcAlter(Code) | | |
iSelectionStep | int iSelectionStep(Code) | | |
iTransferMode | int iTransferMode(Code) | | |
sSourceCatalogsDestSchemasDestCatalog | String sSourceCatalogsDestSchemasDestCatalog(Code) | | |
tDestDroptDestCreatetDestDeletetDestAlter | TextField tDestDroptDestCreatetDestDeletetDestAlter(Code) | | |
tSourceTabletDestTabletDestDropIndextDestCreateIndex | TextField tSourceTabletDestTabletDestDropIndextDestCreateIndex(Code) | | |
Exit | protected void Exit()(Code) | | |
actionPerformed | public void actionPerformed(ActionEvent ev)(Code) | | Method declaration
Parameters: ev - |
init | public void init()(Code) | | Method declaration
|
itemStateChanged | public void itemStateChanged(ItemEvent e)(Code) | | Method declaration
Parameters: e - |
main | public static void main(String[] arg)(Code) | | Method declaration
Parameters: arg - |
trace | public void trace(String s)(Code) | | Method declaration
Parameters: s - |
windowActivated | public void windowActivated(WindowEvent e)(Code) | | Method declaration
Parameters: e - |
windowClosed | public void windowClosed(WindowEvent e)(Code) | | Method declaration
Parameters: e - |
windowClosing | public void windowClosing(WindowEvent ev)(Code) | | Method declaration
Parameters: ev - |
windowDeactivated | public void windowDeactivated(WindowEvent e)(Code) | | Method declaration
Parameters: e - |
windowDeiconified | public void windowDeiconified(WindowEvent e)(Code) | | Method declaration
Parameters: e - |
windowIconified | public void windowIconified(WindowEvent e)(Code) | | Method declaration
Parameters: e - |
windowOpened | public void windowOpened(WindowEvent e)(Code) | | Method declaration
Parameters: e - |
work | public static void work(String[] arg)(Code) | | Method declaration
|
|
|
|