Uses of Class
org.h2.table.IndexHints
Packages that use IndexHints
-
Uses of IndexHints in org.h2.table
Methods in org.h2.table that return IndexHintsModifier and TypeMethodDescriptionstatic IndexHintsIndexHints.createUseIndexHints(LinkedHashSet<String> allowedIndexes) Create an index hint object.TableFilter.getIndexHints()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.