from abstract method

QueryStep from(
  1. Type type, [
  2. String alias
])

Specifies the type of this query to select from. SQL: FROM

Implementation

QueryStep from(Type type, [String alias]);