Package net.sf.jsqlparser.util.deparser
Class DropDeParser
- java.lang.Object
-
- net.sf.jsqlparser.util.deparser.AbstractDeParser<Drop>
-
- net.sf.jsqlparser.util.deparser.DropDeParser
-
public class DropDeParser extends AbstractDeParser<Drop>
-
-
Field Summary
-
Fields inherited from class net.sf.jsqlparser.util.deparser.AbstractDeParser
buffer
-
-
Constructor Summary
Constructors Constructor Description DropDeParser(java.lang.StringBuilder buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deParse(Drop drop)
DeParses the given statement into the buffer-
Methods inherited from class net.sf.jsqlparser.util.deparser.AbstractDeParser
deparseUpdateSets, getBuffer, setBuffer
-
-
-
-
Method Detail
-
deParse
public void deParse(Drop drop)
Description copied from class:AbstractDeParser
DeParses the given statement into the buffer- Specified by:
deParse
in classAbstractDeParser<Drop>
- Parameters:
drop
- the statement to deparse
-
-