Uses of Interface
org.edg.info.sqlutil.parsql.Statement

Packages that use Statement
org.edg.info.sqlutil.parsql   
 

Uses of Statement in org.edg.info.sqlutil.parsql
 

Classes in org.edg.info.sqlutil.parsql that implement Statement
 class CreateTableStatement
          An SQL CREATE statement.
 class DeleteStatement
          A representation of an SQL DELETE statement.
 class InsertStatement
          InsertStatement: an SQL INSERT statement.
 class LockTableStatement
          LockTableStatement: an SQL LOCK TABLE statement
 class SelectStatement
          SelectStatement: an SQL SELECT statement
 class TransactionStatement
          TransactionStatement: an SQL statement that concerns database transactions (example: COMMIT, ROLLBACK, SET TRANSACTION)
 class UpdateStatement
          UpdateStatement: an SQL UPDATE statement.