SQLExpressionBuilder🔗
Constructor🔗
Methods🔗
build🔗
Builds the object.
from🔗
FROM part of the SQL expression
from(from: cog.Builder<cloudwatch.QueryEditorPropertyExpression> | cog.Builder<cloudwatch.QueryEditorFunctionExpression>)
groupBy🔗
GROUP BY part of the SQL expression
limit🔗
LIMIT part of the SQL expression
orderBy🔗
ORDER BY part of the SQL expression
orderByDirection🔗
The sort order of the SQL expression, ASC
or DESC
select🔗
SELECT part of the SQL expression
where🔗
WHERE part of the SQL expression