이름 |
설명 |
AbstractProcessor |
This class contains some general functions for a processor. |
BracketProcessor |
This class processes the parentheses around the statement. |
ColumnDefinitionProcessor |
This class processes the column definition part of a CREATE TABLE statement. |
CreateDefinitionProcessor |
This class processes the create definition of the TABLE statements. |
DefaultProcessor |
This class processes the incoming sql string. |
ExpressionListProcessor |
This class processes expression lists. |
FromProcessor |
This class processes the FROM statement. |
IndexProcessor |
This class processes the INDEX statements. |
InsertProcessor |
This class processes the INSERT statements. |
LimitProcessor |
This class processes the LIMIT statements. |
PartitionDefinitionProcessor |
This class processes the PARTITION statements within CREATE TABLE. |
PartitionOptionsProcessor |
This class processes the PARTITION BY statements within CREATE TABLE. |
RecordProcessor |
This class processes records of an INSERT statement. |
ReferenceDefinitionProcessor |
This class processes the reference definition part of the CREATE TABLE statements. |
SQLChunkProcessor |
This class processes the SQL chunks. |
SQLProcessor |
This class processes the base SQL statements. |
SelectExpressionProcessor |
This class processes the SELECT expressions. |
SelectProcessor |
This class processes the SELECT statements. |
SetProcessor |
This class processes the SET statements. |
ShowProcessor |
This class processes the SHOW statements. |
TableProcessor |
This class processes the TABLE statements. |
UnionProcessor |
This class processes the UNION statements. |
ValuesProcessor |
This class processes the VALUES statements. |
WithProcessor |
This class processes Oracle's WITH statements. |