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 DbTableOrViewSentence.lastMatchedTableprivate DbTableOrViewSentence.lastTableFields in org.h2.bnf with type parameters of type DbTableOrViewModifier and TypeFieldDescriptionprivate HashMap<String, DbTableOrView> Sentence.aliasesprivate HashSet<DbTableOrView> Sentence.tablesMethods 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
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_COMPARATORMethods in org.h2.server.web with parameters of type DbTableOrViewModifier and TypeMethodDescriptionprivate static intWebApp.addColumns(boolean mainSchema, DbTableOrView table, StringBuilder builder, int treeIndex, boolean showColumnTypes, StringBuilder columnsBuilder) private static intWebApp.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)