Interface | Description |
---|---|
OngoingSelection |
A SELECT query that accepts additional selectors (that is, elements in the SELECT clause to
return as columns in the result set, as in:
SELECT count(*), sku, price... ). |
Select |
A complete SELECT query.
|
SelectFrom |
The beginning of a SELECT query.
|
Selector |
A selected element in a SELECT query.
|
Copyright © 2017–2022. All rights reserved.