|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jdbc.utils.batchable.Batchable.BatchOperation
org.openanzo.common.rdb.sql.GlitterSQL.BatchTruncateTempDatasetTable
public static class GlitterSQL.BatchTruncateTempDatasetTable
Batch operation for adding parameters to the TruncateTempDatasetTable prepared statement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation |
|---|
Batchable.BatchOperation.ParamKey |
| Constructor Summary | |
|---|---|
GlitterSQL.BatchTruncateTempDatasetTable(java.lang.String sessionPrefix,
java.lang.String tempGraphTable)
Create a batchable object for the truncateTempDatasetTable prepared statement. |
|
| Method Summary | |
|---|---|
void |
addBatch(java.sql.PreparedStatement ps)
Called by BatchExecutor when prepared statement is being readied for execution. |
| Methods inherited from class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation |
|---|
commitImmediate, getPreparedStatementName, getTemplateParamKey, getTemplateParams |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlitterSQL.BatchTruncateTempDatasetTable(java.lang.String sessionPrefix,
java.lang.String tempGraphTable)
sessionPrefix - template parametertempGraphTable - template parameter| Method Detail |
|---|
public void addBatch(java.sql.PreparedStatement ps)
throws java.sql.SQLException
Batchable.BatchOperation
addBatch in class Batchable.BatchOperationps - preparedStatement onto which batch is added
java.sql.SQLException - if there was an error adding a batch to the preparedStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||