| 构造器和说明 |
|---|
Comment() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2026. All rights reserved.