| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DbTableOrView |
Sentence.getLastMatchedTable()
Get the last matched table if the last match was a table.
|
DbTableOrView |
Sentence.getLastTable()
Get the last added table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HashMap<String,DbTableOrView> |
Sentence.getAliases()
Get the alias map.
|
HashSet<DbTableOrView> |
Sentence.getTables()
Get the set of tables.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Sentence.addAlias(String alias,
DbTableOrView table)
Add an alias name and object
|
void |
Sentence.addTable(DbTableOrView table)
Add a table.
|
void |
Sentence.setLastMatchedTable(DbTableOrView table)
Set the last matched table if the last match was a table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DbTableOrView[] |
DbSchema.getTables() |
Copyright © 2017. All rights reserved.