com.partnersoft.v3x.io.sql
Class MirrorTable
java.lang.Object
com.partnersoft.v3x.io.sql.MirrorTable
public class MirrorTable
- extends java.lang.Object
Contains runtime objects needed to mirror a table.
|
Constructor Summary |
MirrorTable(java.lang.String tableName,
java.lang.String query,
java.sql.Connection sourceConnection,
java.sql.Connection targetConnection,
boolean verbose,
boolean hssql)
|
|
Method Summary |
void |
copy()
Creates a new table and fully populates it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MirrorTable
public MirrorTable(java.lang.String tableName,
java.lang.String query,
java.sql.Connection sourceConnection,
java.sql.Connection targetConnection,
boolean verbose,
boolean hssql)
copy
public void copy()
throws java.sql.SQLException
- Creates a new table and fully populates it.
- Throws:
java.sql.SQLException