|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandInterface | |
|---|---|
| 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). |
| Uses of CommandInterface in org.h2.command |
|---|
| Classes in org.h2.command that implement CommandInterface | |
|---|---|
class |
Command
Represents a SQL statement. |
class |
CommandContainer
Represents a single SQL statements. |
class |
CommandList
Represents a list of SQL statements. |
class |
CommandRemote
Represents the client-side part of a SQL statement. |
| Uses of CommandInterface in org.h2.engine |
|---|
| Methods in org.h2.engine that return CommandInterface | |
|---|---|
CommandInterface |
Session.prepareCommand(java.lang.String sql,
int fetchSize)
|
CommandInterface |
SessionInterface.prepareCommand(java.lang.String sql,
int fetchSize)
Parse a command and prepare it for execution. |
CommandInterface |
SessionRemote.prepareCommand(java.lang.String sql,
int fetchSize)
|
| Uses of CommandInterface in org.h2.jdbc |
|---|
| Fields in org.h2.jdbc declared as CommandInterface | |
|---|---|
protected CommandInterface |
JdbcPreparedStatement.command
|
| Methods in org.h2.jdbc with parameters of type CommandInterface | |
|---|---|
protected void |
JdbcStatement.setExecutingStatement(CommandInterface c)
INTERNAL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||