Comment

Represents a database object comment.

Methods
static String getKey(DbObject obj)
Get the comment key name for the given database object.
static String getKey(DbObject obj)
Get the comment key name for the given database object. This key name is used internally to associate the comment to the object.
Parameters:
obj - the object
Returns:
the key name
void checkRename()
void checkRename()
String getCreateSQL()
String getCreateSQL()
String getCreateSQLForCopy(Table table, String quotedName)
String getCreateSQLForCopy(Table table, String quotedName)
String getDropSQL()
String getDropSQL()
int getType()
int getType()
void removeChildrenAndResources(Session session)
void removeChildrenAndResources(Session session)
void setCommentText(String comment)
Set the comment text.
void setCommentText(String comment)
Set the comment text.
Parameters:
comment - the text