| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for
prepared SQL statements.
|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommandContainer
Represents a single SQL statements.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Command |
Parser.prepareCommand(String sql)
Parse a statement or a list of statements, and prepare it for execution.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Prepared.setCommand(Command command)
Set the command.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Replace.setCommand(Command command) |
void |
Merge.setCommand(Command command) |
void |
Insert.setCommand(Command command) |
| 限定符和类型 | 方法和说明 |
|---|---|
Command |
Session.getCurrentCommand() |
Command |
Session.prepareLocal(String sql)
Parse and prepare the given SQL statement.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Session.setCurrentCommand(Command command)
Set the current command of this session.
|
Copyright © 2017. All rights reserved.