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
Classes in org.h2.engine that implement interfaces with type arguments of type MetaRecordMethods in org.h2.engine with parameters of type MetaRecordModifier and TypeMethodDescriptionintMetaRecord.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 voidDatabase.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 booleanRecover.isSchemaObjectTypeDelayed(MetaRecord m)