See: Description
Interface | Description |
---|---|
Constraint |
An interface indicating a condition to query information.
|
Class | Description |
---|---|
Column |
The
Column class provides a way for specifying the column information to query. |
Comparison |
A search condition in which to query information based on comparing a column to a value.
|
Condition |
A condition is a compound expression in which to query information.
|
ExtractFileCreateInfo |
Represents all of the properties and attributes that can be set on a file during query file creation.
|
Order |
The
Order class provides a way for sorting queried information by a column. |
Query |
The
Query class provides a simplified API for generating criteria when searching for items. |
Enum | Description |
---|---|
Column.Type |
The type of column to query.
|
Comparison.Operator |
The method in which to evaluate data compared to a value.
|
Condition.Operator |
The method in which to combine conditions for a query.
|
Exception | Description |
---|---|
QueryException |
Thrown when an error is encountered while parsing the query.
|
QueryLimitException |
Thrown if query results exceeds the row limit.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA