| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecuteProcedure.setProcedure(Procedure procedure) |
| 限定符和类型 | 方法和说明 |
|---|---|
Procedure |
Session.getProcedure(String name)
Get the procedure with the given name, or null
if none exists.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Session.addProcedure(Procedure procedure)
Add a procedure to this session.
|
Copyright © 2017. All rights reserved.