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 DbContentsDbContextRule. contentsprivate DbContentsDbSchema. contentsThe database content container.Methods in org.h2.bnf.context that return DbContents Modifier and Type Method Description DbContentsDbSchema. getContents()Methods in org.h2.bnf.context with parameters of type DbContents Modifier and Type Method Description static DbColumnDbColumn. getColumn(DbContents contents, java.sql.ResultSet rs)Create a column from a DatabaseMetaData.getColumns row.static DbColumnDbColumn. 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 DbContentsWebSession. contentsMethods in org.h2.server.web that return DbContents Modifier and Type Method Description (package private) DbContentsWebSession. getContents()Methods in org.h2.server.web with parameters of type DbContents Modifier and Type Method Description private static java.sql.PreparedStatementWebApp. prepareViewDefinitionQuery(java.sql.Connection conn, DbContents contents)
-