Class PreparedStatement.AppendingBatchVisitor
java.lang.Object
com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- All Implemented Interfaces:
PreparedStatement.BatchVisitor
- Enclosing class:
PreparedStatement
static class PreparedStatement.AppendingBatchVisitor
extends Object
implements PreparedStatement.BatchVisitor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(byte[] values) byte[][]merge(byte[] front, byte[] back) mergeWithLast(byte[] values) toString()
-
Field Details
-
statementComponents
LinkedList<byte[]> statementComponents
-
-
Constructor Details
-
AppendingBatchVisitor
AppendingBatchVisitor()
-
-
Method Details
-
append
- Specified by:
appendin interfacePreparedStatement.BatchVisitor
-
increment
- Specified by:
incrementin interfacePreparedStatement.BatchVisitor
-
decrement
- Specified by:
decrementin interfacePreparedStatement.BatchVisitor
-
merge
- Specified by:
mergein interfacePreparedStatement.BatchVisitor
-
mergeWithLast
- Specified by:
mergeWithLastin interfacePreparedStatement.BatchVisitor
-
getStaticSqlStrings
public byte[][] getStaticSqlStrings() -
toString
-