- java.lang.Object
-
- net.sf.jsqlparser.util.deparser.ShowIndexStatementDeParser
-
public class ShowIndexStatementDeParser extends Object
- Author:
- Jayant Kumar Yadav
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBuilderbuilder
-
Constructor Summary
Constructors Constructor Description ShowIndexStatementDeParser(StringBuilder buffer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeParse(ShowIndexStatement show)static voiddeparseUpdateSets(List<UpdateSet> updateSets, StringBuilder buffer, ExpressionVisitor<StringBuilder> visitor)StringBuildergetBuilder()voidsetBuilder(StringBuilder builder)
-
-
-
Field Detail
-
builder
protected StringBuilder builder
-
-
Constructor Detail
-
ShowIndexStatementDeParser
public ShowIndexStatementDeParser(StringBuilder buffer)
-
-
Method Detail
-
deParse
public void deParse(ShowIndexStatement show)
-
deparseUpdateSets
public static void deparseUpdateSets(List<UpdateSet> updateSets, StringBuilder buffer, ExpressionVisitor<StringBuilder> visitor)
-
getBuilder
public StringBuilder getBuilder()
-
setBuilder
public void setBuilder(StringBuilder builder)
-
-