A class for holding a collection of TOraStatement objects.
For a list of all members of this type, see TOraStatements members.
TOraStatements = class(TDAStatements);
Each TOraStatements holds a collection of TOraStatement objects. TOraStatements maintains an index of the statements in its TOraStatements.Items array. The Count property contains the number of statements in the collection. Use TOraStatements class to manipulate script SQL statements.
TDAStatements
TOraStatements