Package | Description |
---|---|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
static IndexHints |
IndexHints.createUseIndexHints(LinkedHashSet<String> allowedIndexes)
Create an index hint object.
|
IndexHints |
TableFilter.getIndexHints() |
Constructor and Description |
---|
TableFilter(Session session,
Table table,
String alias,
boolean rightsChecked,
Select select,
int orderInFrom,
IndexHints indexHints)
Create a new table filter object.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.