Class Comment
java.lang.Object
net.sf.jsqlparser.statement.comment.Comment
- All Implemented Interfaces:
Serializable
,Model
,Statement
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) getTable()
getView()
void
void
setComment
(StringValue comment) void
void
toString()
withColumn
(Column column) withComment
(StringValue comment)
-
Field Details
-
table
-
column
-
view
-
comment
-
-
Constructor Details
-
Comment
public Comment()
-
-
Method Details