public class Select extends WhereParser
Constructor and Description |
---|
Select(java.lang.String start) |
Modifier and Type | Method and Description |
---|---|
static Select |
all(java.lang.String table) |
static Select |
from(java.lang.String table,
java.lang.String... columns) |
and, or, where