Uses of Class
org.h2.bnf.context.DbContextRule
-
Packages that use DbContextRule Package Description org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool. -
-
Uses of DbContextRule in org.h2.bnf
Methods in org.h2.bnf with parameters of type DbContextRule Modifier and Type Method Description void
Bnf. updateTopic(java.lang.String topic, DbContextRule rule)
Update a topic with a context specific rule.
-