Package rocks.frieler.kraftsql.bq.dml
Class Delete
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.commands.Command
public final class Delete extends Delete<BigQueryEngine>
-
-
Field Summary
Fields Modifier and Type Field Description private final Table<BigQueryEngine, ?>tableprivate final Expression<BigQueryEngine, Boolean>condition
-
Constructor Summary
Constructors Constructor Description Delete(Table<?> table, Expression<BigQueryEngine, Boolean> condition)
-
Method Summary
Modifier and Type Method Description final Table<BigQueryEngine, ?>getTable()final Expression<BigQueryEngine, Boolean>getCondition()-
-
Constructor Detail
-
Delete
Delete(Table<?> table, Expression<BigQueryEngine, Boolean> condition)
-
-
Method Detail
-
getTable
final Table<BigQueryEngine, ?> getTable()
-
getCondition
final Expression<BigQueryEngine, Boolean> getCondition()
-
-
-
-