Uses of Class
org.h2.engine.MetaRecord
Packages that use MetaRecord
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Various tools.
-
Uses of MetaRecord in org.h2.engine
Methods in org.h2.engine with parameters of type MetaRecordModifier and TypeMethodDescriptionint
MetaRecord.compareTo
(MetaRecord other) Sort the list of meta records by 'create order'.Method parameters in org.h2.engine with type arguments of type MetaRecordModifier and TypeMethodDescriptionprivate void
Database.executeMeta
(ArrayList<MetaRecord> records) -
Uses of MetaRecord in org.h2.tools
Fields in org.h2.tools with type parameters of type MetaRecordMethods in org.h2.tools with parameters of type MetaRecordModifier and TypeMethodDescriptionprivate static boolean
Recover.isSchemaObjectTypeDelayed
(MetaRecord m)