public class Comment extends Object implements Statement
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
Column |
getColumn() |
StringValue |
getComment() |
Table |
getTable() |
Table |
getView() |
void |
setColumn(Column column) |
void |
setComment(StringValue comment) |
void |
setTable(Table table) |
void |
setView(Table view) |
String |
toString() |
Comment |
withColumn(Column column) |
Comment |
withComment(StringValue comment) |
Comment |
withTable(Table table) |
public void accept(StatementVisitor statementVisitor)
public Table getTable()
public void setTable(Table table)
public Column getColumn()
public void setColumn(Column column)
public Table getView()
public void setView(Table view)
public StringValue getComment()
public void setComment(StringValue comment)
public Comment withComment(StringValue comment)
Copyright © 2004–2024 JSQLParser. All rights reserved.