select abstract method

SelectStep select(
  1. List<Field> fields
)

Starts a new query selecting the specified fields from the specified type. SQL equivalent SELECT

Implementation

SelectStep select(List<Field> fields);