| 程序包 | 说明 |
|---|---|
| org.h2.bnf |
The implementation of the BNF (Backus-Naur form) parser and
tool.
|
| org.h2.bnf.context |
Classes that provide context for the BNF tool, in order to
provide BNF-based auto-complete.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DbSchema |
Sentence.getLastMatchedSchema()
Get the last matched schema if the last match was a schema.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Sentence.setLastMatchedSchema(DbSchema schema)
Set the last matched schema if the last match was a schema,
or null if it was not.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DbSchema |
DbContents.getDefaultSchema() |
DbSchema |
DbTableOrView.getSchema() |
DbSchema |
DbProcedure.getSchema() |
DbSchema[] |
DbContents.getSchemas() |
| 构造器和说明 |
|---|
DbProcedure(DbSchema schema,
ResultSet rs) |
DbTableOrView(DbSchema schema,
ResultSet rs) |
Copyright © 2017. All rights reserved.