| 程序包 | 说明 |
|---|---|
| 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.
|
| 类和说明 |
|---|
| DbContextRule
A BNF terminal rule that is linked to the database context information.
|
| DbSchema
Contains meta data information about a database schema.
|
| DbTableOrView
Contains meta data information about a table or a view.
|
| 类和说明 |
|---|
| DbColumn
Keeps the meta data information of a column.
|
| DbContents
Keeps meta data information about a database.
|
| DbProcedure
Contains meta data information about a procedure.
|
| DbSchema
Contains meta data information about a database schema.
|
| DbTableOrView
Contains meta data information about a table or a view.
|
Copyright © 2022. All rights reserved.