Uses of Class
org.h2.bnf.context.DbTableOrView
Packages that use DbTableOrView
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 DbTableOrView in org.h2.bnf
Methods in org.h2.bnf that return DbTableOrViewModifier and TypeMethodDescriptionSentence.getLastMatchedTable()Get the last matched table if the last match was a table.Sentence.getLastTable()Get the last added table.Methods in org.h2.bnf that return types with arguments of type DbTableOrViewModifier and TypeMethodDescriptionSentence.getAliases()Get the alias map.Sentence.getTables()Get the set of tables.Methods in org.h2.bnf with parameters of type DbTableOrViewModifier and TypeMethodDescriptionvoidSentence.addAlias(String alias, DbTableOrView table) Add an alias name and objectvoidSentence.addTable(DbTableOrView table) Add a table.voidSentence.setLastMatchedTable(DbTableOrView table) Set the last matched table if the last match was a table. -
Uses of DbTableOrView in org.h2.bnf.context
Methods in org.h2.bnf.context that return DbTableOrView