Batch.addStatement
void addStatement(gda.statement.Statement stmt)Add stmt to the list of statements managed by batch. A #GdaStatement object can be added multiple times to a #GdaBatch object.
Parameters
stmt | a statement to add to batch's statements list |