selectStar method

void selectStar (Table table)

Select all the Fields from a StanzaEntity table.

Implementation

void selectStar(Table table) {
  _selectClause.star(table);
}