selectStar method
Select all the Fields from a StanzaEntity table.
Implementation
void selectStar(Table table) {
_selectClause.star(table);
}
Select all the Fields from a StanzaEntity table.
void selectStar(Table table) {
_selectClause.star(table);
}