Class | Description |
---|---|
AlterTableQuery |
This class is used to generate, store and analyze SQL statements.
|
CreateTableQuery |
This class is used to generate, store and analyze Create-Table SQL statements.
|
DeleteQuery |
This class is used to generate, store and analyze SQL statements.
|
DropTableQuery |
This class is used to generate, store and analyze SQL statements.
|
Field |
Represent a table field.Stores information about
table name, field name and value, and modifiers
like max(),min(),sum(),avg().
|
Filter |
Represents a filter condition of a query.It has a left-hand value (Field),
an Operator and a right-hand value that may be a Field or a Query object.
|
InsertQuery |
This class is used to generate, store and analyze SQL statements.
|
Keyword |
Insert the type's description here.
|
LimitRows | |
Operator |
Insert the type's description here.
|
Option |
Insert the type's description here.
|
Query |
This class is used to generate, store and analyze SQL statements.
|
SelectQuery |
This class is used to generate, store and analyze SQL statements.
|
SQLTest |
Insert the type's description here.
|
UpdateQuery |
This class is used to generate, store and analyze SQL statements.
|
Validator |
Exception | Description |
---|---|
QueryException |
This exception is thrown by several methods in this package when
an invalid Query object is found.
|