TSqlLimit

Clause to limit the applicable rows to an ordinal range.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TSqlLimit

Source

Sql.Statement.Limit.pas (25)

Description

When Count equals -1 no limit is in effect.

Fields

ScopeVisibilityTypeNameDescription
InstancepublicTInteger32Count
InstancepublicTInteger32Offset

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate()
InstancepublicTBooleanHasEffect()
InstancepublicClear()
InstancepublicAssignFrom(Limit: TSqlLimit)