Package | Description |
---|---|
org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
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 © 2017 JBoss by Red Hat. All rights reserved.