Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Command |
Parser.prepareCommand(String sql)
Parse a statement or a list of statements, and prepare it for execution.
|
Modifier and Type | Method and Description |
---|---|
void |
Prepared.setCommand(Command command)
Set the command.
|
Modifier and Type | Method and Description |
---|---|
void |
Merge.setCommand(Command command) |
void |
Insert.setCommand(Command command) |
Modifier and Type | Method and Description |
---|---|
Command |
Session.getCurrentCommand() |
Command |
Session.prepareLocal(String sql)
Parse and prepare the given SQL statement.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.setCurrentCommand(Command command)
Set the current command of this session.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.