Package | Description |
---|---|
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).
|
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 |
Session.prepareCommand(String sql,
int fetchSize) |
CommandInterface |
SessionInterface.prepareCommand(String sql,
int fetchSize)
Parse a command and prepare it for execution.
|
CommandInterface |
SessionRemote.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 © 2016 JBoss by Red Hat. All Rights Reserved.