Class Summary |
AssignmentStatement |
This class represents an assignment statement in the storedprocedure language. |
Block |
This class represents a group of Statement objects. |
BreakStatement |
This class represents a break statement in the storedprocedure language. |
CommandStatement |
This class represents a variable assignment statement in the storedprocedure language. |
ContinueStatement |
This class represents a continue statement in the storedprocedure language. |
CreateUpdateProcedureCommand |
This class represents a update procedure in the storedprocedure language. |
CriteriaSelector |
This class represents the criteria present on the user's query. |
DeclareStatement |
This class represents a statement used to declare variables in the
storedprocedure language. |
HasCriteria |
This object represents the criteria used in the stored procedure language
to determine if a type of criteria is specified on a user's query. |
IfStatement |
This class represents an if-else statement in the storedprocedure language. |
LoopStatement |
This class represents a loop statement in the storedprocedure language
to cursor through a result set. |
RaiseErrorStatement |
This class represents a error assignment statement in the storedprocedure language. |
Statement |
This class represents the a statement in the stored procedure language. |
TranslateCriteria |
This object represents the criteria used in the stored procedure language
that translates the portion of the user's criteria by doing symbol mapping to
the elements of the physical group that defines the virtual group and translating
the user's criteria using the element-expressions pairs represented as a list of
comapreCriteria on this this object. |
WhileStatement |
This class represents a while statement in the storedprocedure language. |