Uses of Class
org.h2.bnf.context.DbSchema
Packages that use DbSchema
Package
Description
The implementation of the BNF (Backus-Naur form) parser and tool.
Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete.
-
Uses of DbSchema in org.h2.bnf
Methods in org.h2.bnf that return DbSchemaModifier and TypeMethodDescriptionSentence.getLastMatchedSchema()Get the last matched schema if the last match was a schema.Methods in org.h2.bnf with parameters of type DbSchemaModifier and TypeMethodDescriptionvoidSentence.setLastMatchedSchema(DbSchema schema) Set the last matched schema if the last match was a schema, or null if it was not. -
Uses of DbSchema in org.h2.bnf.context
Methods in org.h2.bnf.context that return DbSchemaModifier and TypeMethodDescriptionDbContents.getDefaultSchema()DbProcedure.getSchema()DbTableOrView.getSchema()DbSchema[]DbContents.getSchemas()Constructors in org.h2.bnf.context with parameters of type DbSchemaModifierConstructorDescriptionDbProcedure(DbSchema schema, ResultSet rs) DbTableOrView(DbSchema schema, ResultSet rs)