Class SQLInsertPrepareThread
java.lang.Object
com.dandymadeproductions.ajqvue.utilities.db.SQLInsertPrepareThread
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSQLInsertPrepareThread(SQLLoadThread sqlLoadThread, ConnectionInstance connectionInstance, Connection db_Connection, SQLQuery sqlQuery, ArrayBlockingQueue<TableRowElements> tableRowDataQueue, String sqlTable) SQLInsertPrepareThread(SQLLoadThread sqlLoadThread, ConnectionInstance connectionInstance, Connection db_Connection, SQLQuery sqlQuery, ArrayBlockingQueue<TableRowElements> tableRowDataQueue, String sqlTable, boolean batchSizeEnabled, int batchSize, boolean debug) -
Method Summary
-
Field Details
-
BATCH_ENABLED
public static final boolean BATCH_ENABLED- See Also:
-
BATCH_SIZE
public static final int BATCH_SIZE- See Also:
-
-
Constructor Details
-
SQLInsertPrepareThread
public SQLInsertPrepareThread(SQLLoadThread sqlLoadThread, ConnectionInstance connectionInstance, Connection db_Connection, SQLQuery sqlQuery, ArrayBlockingQueue<TableRowElements> tableRowDataQueue, String sqlTable) -
SQLInsertPrepareThread
public SQLInsertPrepareThread(SQLLoadThread sqlLoadThread, ConnectionInstance connectionInstance, Connection db_Connection, SQLQuery sqlQuery, ArrayBlockingQueue<TableRowElements> tableRowDataQueue, String sqlTable, boolean batchSizeEnabled, int batchSize, boolean debug)
-
-
Method Details
-
run
-
convertSQLiteClass
-
setLogger
-