Uses of Class
org.h2.table.TableLink
Packages that use TableLink
Package
Description
Various table index implementations, as well as cursors to navigate in an index.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of TableLink in org.h2.index
Constructors in org.h2.index with parameters of type TableLinkModifierConstructorDescriptionLinkedIndex(TableLink table, int id, IndexColumn[] columns, int uniqueColumnCount, IndexType indexType) -
Uses of TableLink in org.h2.schema
Methods in org.h2.schema that return TableLink