net.sf.jsqlparser.util.deparser
Class UpdateDeParser
java.lang.Object
net.sf.jsqlparser.util.deparser.UpdateDeParser
public class UpdateDeParser
- extends java.lang.Object
A class to de-parse (that is, tranform from JSqlParser hierarchy into a string)
an Update
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffer
protected java.lang.StringBuffer buffer
expressionVisitor
protected ExpressionVisitor expressionVisitor
UpdateDeParser
public UpdateDeParser()
UpdateDeParser
public UpdateDeParser(ExpressionVisitor expressionVisitor,
java.lang.StringBuffer buffer)
- Parameters:
expressionVisitor
- a ExpressionVisitor
to de-parse expressions. It has to share the same
StringBuffer (buffer parameter) as this object in order to workbuffer
- the buffer that will be filled with the select
getBuffer
public java.lang.StringBuffer getBuffer()
setBuffer
public void setBuffer(java.lang.StringBuffer buffer)
deParse
public void deParse(Update update)
getExpressionVisitor
public ExpressionVisitor getExpressionVisitor()
setExpressionVisitor
public void setExpressionVisitor(ExpressionVisitor visitor)