Uses of Class
org.h2.engine.Procedure
Packages that use Procedure
Package
Description
Contains DML (data manipulation language) and related SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Procedure in org.h2.command.dml
Methods in org.h2.command.dml with parameters of type Procedure -
Uses of Procedure in org.h2.engine
Methods in org.h2.engine that return ProcedureModifier and TypeMethodDescriptionSessionLocal.getProcedure(String name) Get the procedure with the given name, or null if none exists.Methods in org.h2.engine with parameters of type ProcedureModifier and TypeMethodDescriptionvoidSessionLocal.addProcedure(Procedure procedure) Add a procedure to this session.