| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for
prepared SQL statements.
|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Command
Represents a SQL statement.
|
class |
CommandContainer
Represents a single SQL statements.
|
class |
CommandRemote
Represents the client-side part of a SQL statement.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CommandInterface |
SessionRemote.prepareCommand(String sql,
int fetchSize) |
CommandInterface |
SessionInterface.prepareCommand(String sql,
int fetchSize)
Parse a command and prepare it for execution.
|
CommandInterface |
Session.prepareCommand(String sql,
int fetchSize) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected CommandInterface |
JdbcPreparedStatement.command |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
JdbcStatement.setExecutingStatement(CommandInterface c)
INTERNAL.
|
Copyright © 2017. All rights reserved.