Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
SubQueryInfo |
Session.getSubQueryInfo() |
Modifier and Type | Method and Description |
---|---|
SubQueryInfo |
SubQueryInfo.getUpper() |
Constructor and Description |
---|
SubQueryInfo(SubQueryInfo upper,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.