Interface BatchCommand
-
- All Known Implementing Classes:
ImmutableBatchCommand
@Immutable public interface BatchCommandTheBatchCommandclass represents a single SQL command in a batch execution. It encapsulates the SQL command string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSql()Returns the SQL command string.
-
-
-
Method Detail
-
getSql
String getSql()
Returns the SQL command string.
-
-