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