Uses of Class
org.h2.engine.Comment
-
Packages that use Comment Package Description 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
Fields in org.h2.engine with type parameters of type Comment Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.String,Comment>
Database. comments
Methods in org.h2.engine that return Comment Modifier and Type Method Description 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 Modifier and Type Method Description java.util.ArrayList<Comment>
Database. getAllComments()
-