Class SqlBuilder.Batch
java.lang.Object
org.tamilnadujug.SqlBuilder.Batch
- Enclosing class:
SqlBuilder
inner Batch class of SqlBuilder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd Batch.int[]executeBatch(DataSource dataSource) executeBatch of the no of querys.
-
Constructor Details
-
Batch
constructor of Batch and it takes the sql query.- Parameters:
sqlQuery-
-
-
Method Details
-
addBatch
-
executeBatch
executeBatch of the no of querys.- Parameters:
dataSource-- Returns:
- updatedRows
- Throws:
SQLException
-