Package org.h2.command

This package contains the parser and the base classes for prepared SQL statements.

See:
          Description

Interface Summary
CommandInterface Represents a SQL statement.
 

Class Summary
Command Represents a SQL statement.
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.
 

Package org.h2.command Description

This package contains the parser and the base classes for prepared SQL statements.