Table of Contents

Aurelius.Sql.Commands Namespace

Classes

Name Description
TDeleteCommand Describes a DELETE statement, including the target table and the WHERE conditions that identify the rows to delete.
TDMLCommand Abstract base class for all DML command descriptors, carrying the target table reference.
TGetNextSequence​Value​Command Describes a request to retrieve the next value from a named database sequence.
TInsertCommand Describes an INSERT statement, including the target table and the fields and parameter placeholders to supply values for.
TSelectCommand Describes a SELECT query, including the fields to retrieve, the source relation, WHERE filters, GROUP BY, HAVING, ORDER BY, and row-range limits.
TUpdateCommand Describes an UPDATE statement, including the target table, the fields to modify, and the WHERE conditions that identify the rows to update.