Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
Column |
getColumn() |
StringValue |
getComment() |
Table |
getTable() |
void |
setColumn(Column column) |
void |
setComment(StringValue comment) |
void |
setTable(Table table) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public Table getTable()
public void setTable(Table table)
public Column getColumn()
public void setColumn(Column column)
public StringValue getComment()
public void setComment(StringValue comment)
Copyright © 2004–2019 JSQLParser. All rights reserved.