- java.lang.Object
-
- net.sf.jsqlparser.statement.ShowColumnsStatement
-
- All Implemented Interfaces:
Serializable
,Model
,Statement
public class ShowColumnsStatement extends Object implements Statement
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowColumnsStatement()
ShowColumnsStatement(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()
ShowColumnsStatement
withTableName(String tableName)
-
-
-
Constructor Detail
-
ShowColumnsStatement
public ShowColumnsStatement()
-
ShowColumnsStatement
public ShowColumnsStatement(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 ShowColumnsStatement withTableName(String tableName)
-
-