Static Public Member Functions | |
static void | main (String[] args) |
Static Private Member Functions | |
static boolean | oneLineTask (String line) |
Static Private Attributes | |
static LSDDbPreparedStatement | prepstmt = null |
static LSDDbAdmin | admin = null |
static LSDExtDbDocument | doc = null |
static FileWriter | fileWriter = null |
static void openlsd.multiple.admin.LSDOpHandlerExport.main | ( | String[] | args | ) | [static] |
This class proposes a way to compute "full" export file containing all necessary information for database replication.
args | as client side configfilename and then the filename containing the export from OpHandler. |
static boolean openlsd.multiple.admin.LSDOpHandlerExport.oneLineTask | ( | String | line | ) | [static, private] |
Export One line at a time
line |
LSDDbPreparedStatement openlsd.multiple.admin.LSDOpHandlerExport.prepstmt = null [static, private] |
The preparedStatement to get the corresponding document from LSD
LSDDbAdmin openlsd.multiple.admin.LSDOpHandlerExport.admin = null [static, private] |
The connection to the source database
LSDExtDbDocument openlsd.multiple.admin.LSDOpHandlerExport.doc = null [static, private] |
The doc used in the iteration
FileWriter openlsd.multiple.admin.LSDOpHandlerExport.fileWriter = null [static, private] |
FileWriter for the final output (source filename+".full")