T - The type of POJO associated with the response from this statement.public static class SelectImpl.SelectionImpl<T> extends SelectImpl.BuilderImpl<T> implements Select.Selection<T>
SelectionImpl class defines a selection clause for an
in-construction SELECT statement.bridge, columnNames, context, countOrAllSelected, mgr| Modifier and Type | Method and Description |
|---|---|
Select.Builder<T> |
all() |
Select.Selection<T> |
column(Object name) |
Select.Builder<T> |
countAll() |
Select.Selection<T> |
fcall(String name,
Object... parameters) |
Select.Selection<T> |
ttl(String name) |
Select.Selection<T> |
writeTime(String name) |
from, from, getClassInfo, getObjectClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, from, getClassInfo, getObjectClasspublic Select.Builder<T> all()
all in interface Select.Selection<T>Select.Selection.all()public Select.Builder<T> countAll()
countAll in interface Select.Selection<T>Select.Selection.countAll()public Select.Selection<T> column(Object name)
column in interface Select.Selection<T>Select.Selection.column(java.lang.Object)public Select.Selection<T> writeTime(String name)
writeTime in interface Select.Selection<T>Select.Selection.writeTime(java.lang.String)public Select.Selection<T> ttl(String name)
ttl in interface Select.Selection<T>Select.Selection.ttl(java.lang.String)public Select.Selection<T> fcall(String name, Object... parameters)
fcall in interface Select.Selection<T>Select.Selection.fcall(java.lang.String, java.lang.Object[])Copyright (C) 2015-2015 The Helenus Driver Project Authors.