public class ShowColumnsStatement extends Object implements Statement
| Constructor and Description |
|---|
ShowColumnsStatement() |
ShowColumnsStatement(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
String |
getTableName() |
void |
setTableName(String tableName) |
String |
toString() |
ShowColumnsStatement |
withTableName(String tableName) |
public ShowColumnsStatement()
public ShowColumnsStatement(String tableName)
public String getTableName()
public void setTableName(String tableName)
public void accept(StatementVisitor statementVisitor)
public ShowColumnsStatement withTableName(String tableName)
Copyright © 2004–2023 JSQLParser. All rights reserved.