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.
The H2 Console tool.
-
Uses of DbTableOrView in org.h2.bnf
Fields in org.h2.bnf declared as DbTableOrViewModifier and TypeFieldDescriptionprivate DbTableOrView
Sentence.lastMatchedTable
private DbTableOrView
Sentence.lastTable
Fields in org.h2.bnf with type parameters of type DbTableOrViewModifier and TypeFieldDescriptionprivate HashMap
<String, DbTableOrView> Sentence.aliases
private HashSet
<DbTableOrView> Sentence.tables
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 TypeMethodDescriptionvoid
Sentence.addAlias
(String alias, DbTableOrView table) Add an alias name and objectvoid
Sentence.addTable
(DbTableOrView table) Add a table.void
Sentence.setLastMatchedTable
(DbTableOrView table) Set the last matched table if the last match was a table. -
Uses of DbTableOrView in org.h2.bnf.context
Fields in org.h2.bnf.context declared as DbTableOrViewMethods in org.h2.bnf.context that return DbTableOrView -
Uses of DbTableOrView in org.h2.server.web
Fields in org.h2.server.web with type parameters of type DbTableOrViewModifier and TypeFieldDescriptionprivate static final Comparator
<DbTableOrView> WebApp.SYSTEM_SCHEMA_COMPARATOR
Methods in org.h2.server.web with parameters of type DbTableOrViewModifier and TypeMethodDescriptionprivate static int
WebApp.addColumns
(boolean mainSchema, DbTableOrView table, StringBuilder builder, int treeIndex, boolean showColumnTypes, StringBuilder columnsBuilder) private static int
WebApp.addTableOrView
(DbSchema schema, boolean mainSchema, StringBuilder builder, int treeIndex, DatabaseMetaData meta, boolean showColumns, String indentation, boolean isOracle, boolean notManyTables, DbTableOrView table, boolean isView, PreparedStatement prep, String indentNode)