Class SQLDump
java.lang.Object
com.dandymadeproductions.ajqvue.io.SQLDump
- Direct Known Subclasses:
SQLDatabaseDumpThread,SQLDatabaseSchemeDumpThread,SQLDataDumpThread
The SQLDump Class provides some common methods that are used by the
Ajqvue IO SQL Data Dump Threads.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEscapes(String str) protected voiddumpChunkOfData(Object dumpData) genCommentSep(String str)
-
Field Details
-
fileName
-
filebuff
-
POSTGRESQL_ESCAPE_BYTEA
public static boolean POSTGRESQL_ESCAPE_BYTEA
-
-
Constructor Details
-
SQLDump
public SQLDump()
-
-
Method Details
-
generateHeaders
-
genCommentSep
-
addEscapes
-
dumpChunkOfData
-