T - The type of POJO associated with the response from this statement.public static class DeleteImpl.SelectionImpl<T> extends DeleteImpl.BuilderImpl<T> implements Delete.Selection<T>
SelectionImpl class defines a selection clause for an
in-construction DELETE statement.allSelected, bridge, columnNames, context, mgr| Modifier and Type | Method and Description |
|---|---|
Delete.Builder<T> |
all() |
Delete.Selection<T> |
column(String name) |
Delete.Selection<T> |
listElt(String columnName,
int idx) |
Delete.Selection<T> |
mapElt(String columnName,
Object key) |
from, from, fromAll, getClassInfo, getObjectClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, from, fromAll, getClassInfo, getObjectClasspublic Delete.Builder<T> all()
all in interface Delete.Selection<T>Delete.Selection.all()public Delete.Selection<T> column(String name)
column in interface Delete.Selection<T>Delete.Selection.column(java.lang.String)public Delete.Selection<T> listElt(String columnName, int idx)
listElt in interface Delete.Selection<T>Delete.Selection.listElt(java.lang.String, int)public Delete.Selection<T> mapElt(String columnName, Object key)
mapElt in interface Delete.Selection<T>Delete.Selection.mapElt(java.lang.String, java.lang.Object)Copyright (C) 2015-2017 The Helenus Driver Project Authors.