Package | Description |
---|---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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 © 2017 JBoss by Red Hat. All rights reserved.