StatementTypes Enumeration

Statement types for amendment application.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
[FlagsAttribute]
public enum StatementTypes

Members

SelectCount1 Apply amendment to SELECT COUNT statements.
SelectSet2 Apply amendment to SELECT statements that can return multiple rows of data.
SelectRow4 Apply amendment to SELECT statements that will return a single row of data.
Select7 Apply amendment to all SELECT statements, i.e., SelectCount, SelectSet and SelectRow.
Insert8 Apply amendment to INSERT statements.
Update16 Apply amendment to UPDATE statements.
Delete32 Apply amendment to DELETE statements.

See Also