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.
The H2 Console tool.
-
Uses of DbSchema in org.h2.bnf
Fields in org.h2.bnf declared as DbSchemaMethods 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 TypeMethodDescriptionvoid
Sentence.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
Fields in org.h2.bnf.context declared as DbSchemaModifier and TypeFieldDescriptionprivate DbSchema
DbContents.defaultSchema
private final DbSchema
DbProcedure.schema
private final DbSchema
DbTableOrView.schema
The schema this table belongs to.private DbSchema[]
DbContents.schemas
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) -
Uses of DbSchema in org.h2.server.web
Methods in org.h2.server.web with parameters of type DbSchemaModifier and TypeMethodDescriptionprivate 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) private int
WebApp.addTablesAndViews
(DbSchema schema, boolean mainSchema, StringBuilder builder, int treeIndex)