com.mysql.jdbc
Class PreparedStatement.AppendingBatchVisitor
java.lang.Object
com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- All Implemented Interfaces:
- PreparedStatement.BatchVisitor
- Enclosing class:
- PreparedStatement
class PreparedStatement.AppendingBatchVisitor
- extends java.lang.Object
- implements PreparedStatement.BatchVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
statementComponents
java.util.LinkedList statementComponents
PreparedStatement.AppendingBatchVisitor
PreparedStatement.AppendingBatchVisitor()
append
public PreparedStatement.BatchVisitor append(byte[] values)
- Specified by:
append
in interface PreparedStatement.BatchVisitor
increment
public PreparedStatement.BatchVisitor increment()
- Specified by:
increment
in interface PreparedStatement.BatchVisitor
decrement
public PreparedStatement.BatchVisitor decrement()
- Specified by:
decrement
in interface PreparedStatement.BatchVisitor
merge
public PreparedStatement.BatchVisitor merge(byte[] front,
byte[] back)
- Specified by:
merge
in interface PreparedStatement.BatchVisitor
getStaticSqlStrings
public byte[][] getStaticSqlStrings()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object