Constructor and Description |
---|
Comment(Column column,
String text) |
Comment(Table table,
String text) |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor visitor) |
String |
computeTargetName() |
Column |
getColumn() |
Table |
getTable() |
String |
getText() |
String |
toString() |
public Comment(Table table, String text)
table
- text
- - shall not contain single quotes that have been escaped with
an additional single quotepublic void accept(StatementVisitor visitor)
public Table getTable()
public Column getColumn()
public String getText()
public String computeTargetName()
Copyright © 2017. All rights reserved.