| Package | Description |
|---|---|
| org.h2.command | |
| org.h2.engine | |
| org.h2.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
Command
Represents a SQL statement.
|
class |
CommandRemote
Represents the client-side part of a SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterface |
JdbcPreparedStatement.command |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcStatement.setExecutingStatement(CommandInterface c)
INTERNAL.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.