Uses of Class
org.h2.engine.Comment

Packages that use Comment
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
 

Uses of Comment in org.h2.engine
 

Methods in org.h2.engine that return Comment
 Comment Database.findComment(DbObject object)
          Get the comment for the given database object if one exists, or null if not.
 

Methods in org.h2.engine that return types with arguments of type Comment
 ObjectArray<Comment> Database.getAllComments()