SelectStmt Members
| Name | Description |
|---|---|
| Distinct | Return value: Boolean. This property is read only. |
| GroupByObjList | Return value: ColumnIdentList. This property is read only. |
| HasLimitClause | If LIMIT clause is specified, holds true; otherwise equal to false. Return value: Boolean. This property is read only. |
| HavingExpressionStack | Return value: GenericStack. This property is read only. |
| IsTopPercent | If TOP PERCENT clause is specified, holds true; otherwise equal to false. Return value: Boolean. This property is read only. |
| LimitCount | If LIMIT clause is specified, holds the number of rows to be returned; otherwise equal to zero. Return value: Long. This property is read only. |
| LimitOffset | If LIMIT clause is specified, holds the offset from which rows are to be returned; otherwise equal to zero. Return value: Long. This property is read only. |
| OrderByObjList | Return value: OrderByObjList. This property is read only. |
| SelectExpressionList | Return value: GenericStackList. This property is read only. |
| TableIdentList | Return value: TableIdentList. This property is read only. |
| Top | If TOP clause is specified, holds the number of top rows to return; otherwise equal to zero. Return value: Long. This property is read only. |
| TopPercent | If TOP PERCENT clause is specified, holds percentage of top rows to return; otherwise equal to zero. Return value: Double. This property is read only. |
| WhereExpressionStack | Return value: GenericStack. This property is read only. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
