| Package | Description |
|---|---|
| org.h2.command.dml | |
| org.h2.engine |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteProcedure.setProcedure(Procedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
Procedure |
Session.getProcedure(String name)
Get the procedure with the given name, or null
if none exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addProcedure(Procedure procedure)
Add a procedure to this session.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.