See: Description
| Interface | Description |
|---|---|
| CommandInterface |
Represents a SQL statement.
|
| Class | Description |
|---|---|
| Command |
Represents a SQL statement.
|
| CommandContainer |
Represents a single SQL statements.
|
| CommandRemote |
Represents the client-side part of a SQL statement.
|
| Parser |
The parser is used to convert a SQL statement string to an command object.
|
| Prepared |
A prepared statement.
|
This package contains the parser and the base classes for prepared SQL statements.