Uses of Class
org.h2.bnf.context.DbContents
-
Packages that use DbContents Package Description org.h2.bnf.context Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete.org.h2.server.web The H2 Console tool. -
-
Uses of DbContents in org.h2.bnf.context
Fields in org.h2.bnf.context declared as DbContents Modifier and Type Field Description private DbContents
DbContextRule. contents
private DbContents
DbSchema. contents
The database content container.Methods in org.h2.bnf.context that return DbContents Modifier and Type Method Description DbContents
DbSchema. getContents()
Methods in org.h2.bnf.context with parameters of type DbContents Modifier and Type Method Description static DbColumn
DbColumn. getColumn(DbContents contents, java.sql.ResultSet rs)
Create a column from a DatabaseMetaData.getColumns row.static DbColumn
DbColumn. getProcedureColumn(DbContents contents, java.sql.ResultSet rs)
Create a column from a DatabaseMetaData.getProcedureColumns row.Constructors in org.h2.bnf.context with parameters of type DbContents Constructor Description DbColumn(DbContents contents, java.sql.ResultSet rs, boolean procedureColumn)
DbContextRule(DbContents contents, int type)
BNF terminal rule ConstructorDbSchema(DbContents contents, java.lang.String name, boolean isDefault)
-
Uses of DbContents in org.h2.server.web
Fields in org.h2.server.web declared as DbContents Modifier and Type Field Description private DbContents
WebSession. contents
Methods in org.h2.server.web that return DbContents Modifier and Type Method Description (package private) DbContents
WebSession. getContents()
Methods in org.h2.server.web with parameters of type DbContents Modifier and Type Method Description private static java.sql.PreparedStatement
WebApp. prepareViewDefinitionQuery(java.sql.Connection conn, DbContents contents)
-