com.mysql.jdbc
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.BatchVisitor
public PreparedStatement.BatchVisitor increment()
increment
in interface PreparedStatement.BatchVisitor
public PreparedStatement.BatchVisitor decrement()
decrement
in interface PreparedStatement.BatchVisitor
public PreparedStatement.BatchVisitor merge(byte[] front, byte[] back)
merge
in interface PreparedStatement.BatchVisitor
public byte[][] getStaticSqlStrings()
public java.lang.String toString()
toString
in class java.lang.Object