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
Fields in org.h2.index declared as TableLinkModifier and TypeFieldDescriptionprivate final TableLink
LinkedIndex.link
private final TableLink
LinkedCursor.tableLink
Constructors in org.h2.index with parameters of type TableLinkModifierConstructorDescription(package private)
LinkedCursor
(TableLink tableLink, ResultSet rs, SessionLocal session, String sql, PreparedStatement prep) LinkedIndex
(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