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