org.h2.command |
Javadoc package documentation
This package contains the parser and the base classes for prepared SQL statements.
|
Java Source File Name | Type | Comment |
Command.java | Class | Represents a SQL statement. |
CommandContainer.java | Class | Represents a single SQL statements. |
CommandInterface.java | Interface | Represents a SQL statement. |
CommandList.java | Class | Represents a list of SQL statements. |
CommandRemote.java | Class | Represents the client-side part of a SQL statement. |
Parser.java | Class | The parser is used to convert a SQL statement string to an command object. |
Prepared.java | Class | A prepared statement. |