Interface PreparedStatement.BatchVisitor
- All Known Implementing Classes:
PreparedStatement.AppendingBatchVisitor
- Enclosing class:
PreparedStatement
static interface PreparedStatement.BatchVisitor
-
Method Summary
Modifier and TypeMethodDescriptionappend(byte[] values) merge(byte[] begin, byte[] end) mergeWithLast(byte[] values)
-
Method Details
-
increment
PreparedStatement.BatchVisitor increment() -
decrement
PreparedStatement.BatchVisitor decrement() -
append
-
merge
-
mergeWithLast
-