| Modifier and Type | Interface and Description |
|---|---|
interface |
DivideByGivingRemainderStmt
A representation of a DIVIDE statement with BY, GIVING, and REMAINDER clauses.
|
interface |
DivideByGivingSimpleStmt
A representation of a DIVIDE statement with BY and GIVING clauses.
|
interface |
DivideByGivingStmt
A representation of a DIVISION statement with BY and GIVING clauses.
|
interface |
DivideIntoGivingRemainderStmt
A representation of a DIVIDE statement with INTO, GIVING, and REMAINDER clauses.
|
interface |
DivideIntoGivingSimpleStmt
A representation of a DIVIDE statement with INTO and GIVING clauses.
|
interface |
DivideIntoGivingStmt
A representation of a DIVIDE statement with an INTO and a GIVING clause.
|
interface |
DivideIntoSimpleStmt
A representation of a DIVIDE statement with an INTO clause.
|