Uses of Class
org.h2.jdbc.meta.DatabaseMeta
Packages that use DatabaseMeta
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the JDBC database metadata API (package java.sql).
-
Uses of DatabaseMeta in org.h2.engine
Methods in org.h2.engine that return DatabaseMetaModifier and TypeMethodDescriptionabstract DatabaseMetaSession.getDatabaseMeta()Returns database meta information.SessionLocal.getDatabaseMeta()SessionRemote.getDatabaseMeta() -
Uses of DatabaseMeta in org.h2.jdbc.meta
Subclasses of DatabaseMeta in org.h2.jdbc.metaModifier and TypeClassDescriptionfinal classLegacy implementation of database meta information.final classLocal implementation of database meta information.classRemote implementation of database meta information.