| 程序包 | 说明 |
|---|---|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexHints |
IndexHints.createUseIndexHints(LinkedHashSet<String> allowedIndexes)
Create an index hint object.
|
static IndexHints |
IndexHints.createUseIndexHints(LinkedHashSet<String> allowedIndexes)
Create an index hint object.
|
IndexHints |
TableFilter.getIndexHints() |
IndexHints |
TableFilter.getIndexHints() |
| 构造器和说明 |
|---|
TableFilter(SessionLocal session,
Table table,
String alias,
boolean rightsChecked,
Select select,
int orderInFrom,
IndexHints indexHints)
Create a new table filter object.
|
TableFilter(SessionLocal session,
Table table,
String alias,
boolean rightsChecked,
Select select,
int orderInFrom,
IndexHints indexHints)
Create a new table filter object.
|
Copyright © 2022. All rights reserved.