as method

SelectResult as(
  1. String alias
)

Implementation

SelectResult as(String alias) {
  _alias = alias;
  return this;
}