Uses of Class
org.h2.table.IndexHints
Packages that use IndexHints
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Classes related to a table and table meta data.
-
Uses of IndexHints in org.h2.command
Methods in org.h2.command that return IndexHintsMethods in org.h2.command with parameters of type IndexHintsModifier and TypeMethodDescriptionprivate TableFilterParser.buildTableFilter(Table table, String alias, ArrayList<String> derivedColumnNames, IndexHints indexHints) -
Uses of IndexHints in org.h2.table
Fields in org.h2.table declared as IndexHintsMethods in org.h2.table that return IndexHintsModifier and TypeMethodDescriptionstatic IndexHintsIndexHints.createUseIndexHints(LinkedHashSet<String> allowedIndexes) Create an index hint object.private static IndexHintsTable.getIndexHints(TableFilter[] filters, int filter) TableFilter.getIndexHints()Methods in org.h2.table with parameters of type IndexHintsModifier and TypeMethodDescriptionprivate static booleanTable.isIndexExcludedByHints(IndexHints indexHints, Index index) Constructors in org.h2.table with parameters of type IndexHintsModifierConstructorDescriptionTableFilter(SessionLocal session, Table table, String alias, boolean rightsChecked, Select select, int orderInFrom, IndexHints indexHints) Create a new table filter object.