- java.lang.Object
-
- net.sf.jsqlparser.statement.comment.Comment
-
- All Implemented Interfaces:
Serializable,Model,Statement
public class Comment extends Object implements Statement
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(StatementVisitor<T> statementVisitor, S context)ColumngetColumn()StringValuegetComment()TablegetTable()TablegetView()voidsetColumn(Column column)voidsetComment(StringValue comment)voidsetTable(Table table)voidsetView(Table view)StringtoString()CommentwithColumn(Column column)CommentwithComment(StringValue comment)CommentwithTable(Table table)
-
-
-
Method Detail
-
accept
public <T,S> T accept(StatementVisitor<T> statementVisitor, S context)
-
getTable
public Table getTable()
-
setTable
public void setTable(Table table)
-
getColumn
public Column getColumn()
-
setColumn
public void setColumn(Column column)
-
getView
public Table getView()
-
setView
public void setView(Table view)
-
getComment
public StringValue getComment()
-
setComment
public void setComment(StringValue comment)
-
withComment
public Comment withComment(StringValue comment)
-
-