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
Fields in org.h2.command.dml declared as ProcedureMethods in org.h2.command.dml with parameters of type Procedure -
Uses of Procedure in org.h2.engine
Fields in org.h2.engine with type parameters of type ProcedureMethods 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 TypeMethodDescriptionvoid
SessionLocal.addProcedure
(Procedure procedure) Add a procedure to this session.