static class PreparedStatement.AppendingBatchVisitor extends java.lang.Object implements PreparedStatement.BatchVisitor
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.LinkedList<byte[]> |
statementComponents |
| Constructor and Description |
|---|
PreparedStatement.AppendingBatchVisitor() |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement.BatchVisitor |
append(byte[] values) |
PreparedStatement.BatchVisitor |
decrement() |
byte[][] |
getStaticSqlStrings() |
PreparedStatement.BatchVisitor |
increment() |
PreparedStatement.BatchVisitor |
merge(byte[] front,
byte[] back) |
java.lang.String |
toString() |
PreparedStatement.AppendingBatchVisitor()
public PreparedStatement.BatchVisitor append(byte[] values)
append in interface PreparedStatement.BatchVisitorpublic PreparedStatement.BatchVisitor increment()
increment in interface PreparedStatement.BatchVisitorpublic PreparedStatement.BatchVisitor decrement()
decrement in interface PreparedStatement.BatchVisitorpublic PreparedStatement.BatchVisitor merge(byte[] front, byte[] back)
merge in interface PreparedStatement.BatchVisitorpublic byte[][] getStaticSqlStrings()
public java.lang.String toString()
toString in class java.lang.Object