Uses of Class
org.h2.engine.Comment
Packages that use Comment
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Comment in org.h2.engine
Fields in org.h2.engine with type parameters of type CommentModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, Comment> Database.comments
Methods in org.h2.engine that return CommentModifier and TypeMethodDescriptionDatabase.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