jxtray.dump
Class JxtSQLDumpStrategy
java.lang.Object
jxtray.dump.JxtDumpStrategy
jxtray.dump.JxtSQLDumpStrategy
- All Implemented Interfaces:
- java.lang.Runnable
- public class JxtSQLDumpStrategy
- extends JxtDumpStrategy
- implements java.lang.Runnable
This class dump data in SQL format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JxtSQLDumpStrategy
public JxtSQLDumpStrategy(java.lang.String filename,
DumperListener listener,
java.sql.Connection connection,
java.lang.String lib,
java.lang.String table,
WriterContext writer)
getName
public java.lang.String getName()
- Overrides:
getName
in class JxtDumpStrategy
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
- Overrides:
run
in class JxtDumpStrategy
dumpData
protected void dumpData()
- Specified by:
dumpData
in class JxtDumpStrategy
dumpStructure
protected void dumpStructure()
- Specified by:
dumpStructure
in class JxtDumpStrategy