public static interface ColumnQueryMapper.ColumnMapperDeleteQueryBuild
ColumnDeleteQuery.
It either can return a new ColumnDeleteQuery instance or execute a query with
ColumnTemplate and ColumnTemplateAsync| Modifier and Type | Method and Description |
|---|---|
ColumnDeleteQuery |
build()
Creates a new instance of
ColumnDeleteQuery |
void |
delete(ColumnTemplate template)
executes the
ColumnTemplate.delete(ColumnDeleteQuery) |
void |
delete(ColumnTemplateAsync template)
executes the
ColumnTemplateAsync.delete(ColumnDeleteQuery) |
void |
delete(ColumnTemplateAsync template,
Consumer<Void> callback)
|
ColumnDeleteQuery build()
ColumnDeleteQueryColumnDeleteQuery instancevoid delete(ColumnTemplate template)
ColumnTemplate.delete(ColumnDeleteQuery)template - the column templateNullPointerException - when manager is nullvoid delete(ColumnTemplateAsync template)
ColumnTemplateAsync.delete(ColumnDeleteQuery)template - the column templateNullPointerException - when manager is nullvoid delete(ColumnTemplateAsync template, Consumer<Void> callback)
template - the column templatecallback - the callbackNullPointerException - when there is null parameterCopyright © 2017–2019 Eclipse Foundation. All rights reserved.