- java.lang.Object
-
- net.sf.jsqlparser.util.deparser.AbstractDeParser<ShowColumnsStatement>
-
- net.sf.jsqlparser.util.deparser.ShowColumnsStatementDeParser
-
public class ShowColumnsStatementDeParser extends AbstractDeParser<ShowColumnsStatement>
-
-
Field Summary
-
Fields inherited from class net.sf.jsqlparser.util.deparser.AbstractDeParser
buffer
-
-
Constructor Summary
Constructors Constructor Description ShowColumnsStatementDeParser(java.lang.StringBuilder buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deParse(ShowColumnsStatement show)
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(ShowColumnsStatement show)
Description copied from class:AbstractDeParser
DeParses the given statement into the buffer- Specified by:
deParse
in classAbstractDeParser<ShowColumnsStatement>
- Parameters:
show
- the statement to deparse
-
-