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