- java.lang.Object
-
- net.sf.jsqlparser.statement.show.ShowIndexStatement
-
- All Implemented Interfaces:
Serializable
,Model
,Statement
public class ShowIndexStatement extends Object implements Statement
- Author:
- Jayant Kumar Yadav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowIndexStatement()
ShowIndexStatement(String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(StatementVisitor<T> statementVisitor, S context)
String
getTableName()
void
setTableName(String tableName)
String
toString()
ShowIndexStatement
withTableName(String tableName)
-
-
-
Constructor Detail
-
ShowIndexStatement
public ShowIndexStatement()
-
ShowIndexStatement
public ShowIndexStatement(String tableName)
-
-
Method Detail
-
getTableName
public String getTableName()
-
setTableName
public void setTableName(String tableName)
-
accept
public <T,S> T accept(StatementVisitor<T> statementVisitor, S context)
-
withTableName
public ShowIndexStatement withTableName(String tableName)
-
-