Uses of Class
org.h2.bnf.context.DbColumn
-
Packages that use DbColumn Package Description org.h2.bnf.context Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete. -
-
Uses of DbColumn in org.h2.bnf.context
Fields in org.h2.bnf.context declared as DbColumn Modifier and Type Field Description private DbColumn[]DbTableOrView. columnsThe column list.private DbColumn[]DbProcedure. parametersMethods in org.h2.bnf.context that return DbColumn Modifier and Type Method Description static DbColumnDbColumn. getColumn(DbContents contents, java.sql.ResultSet rs)Create a column from a DatabaseMetaData.getColumns row.DbColumn[]DbTableOrView. getColumns()DbColumn[]DbProcedure. getParameters()static DbColumnDbColumn. getProcedureColumn(DbContents contents, java.sql.ResultSet rs)Create a column from a DatabaseMetaData.getProcedureColumns row.Methods in org.h2.bnf.context with parameters of type DbColumn Modifier and Type Method Description private booleanDbContextRule. testColumnType(DbColumn column)
-