Uses of Class
org.h2.server.web.DbSchema

Packages that use DbSchema
org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool. 
 

Uses of DbSchema in org.h2.bnf
 

Methods in org.h2.bnf that return DbSchema
 DbSchema Sentence.getLastMatchedSchema()
          Get the last matched schema if the last match was a schema.
 

Methods in org.h2.bnf with parameters of type DbSchema
 void Sentence.setLastMatchedSchema(DbSchema schema)
          Set the last matched schema if the last match was a schema, or null if it was not.