public static class Select.Selection extends Select.Builder
columnNames| Constructor and Description |
|---|
Select.Selection() |
| Modifier and Type | Method and Description |
|---|---|
Select.Builder |
all()
Selects all columns (i.e.
|
Select.Selection |
column(String name)
Selects the provided column.
|
Select.Builder |
countAll()
Selects the count of all returned rows (i.e.
|
Select.Selection |
ttl(String name)
Selects the ttl of provided column.
|
Select.Selection |
writeTime(String name)
Selects the write time of provided column.
|
from, from, frompublic Select.Builder all()
IllegalStateException - if some columns had already been selected for this builder.public Select.Builder countAll()
IllegalStateException - if some columns had already been selected for this builder.public Select.Selection column(String name)
name - the new column name to add.public Select.Selection writeTime(String name)
name - the name of the column to select the write time of.public Select.Selection ttl(String name)
name - the name of the column to select the ttl of.Copyright © 2013. All Rights Reserved.