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 Expression<BigQueryEngine, Boolean>conditionprivate final Table<BigQueryEngine, ?>table
-
Constructor Summary
Constructors Constructor Description Delete(Table<?> table, Expression<BigQueryEngine, Boolean> condition)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
Delete
Delete(Table<?> table, Expression<BigQueryEngine, Boolean> condition)
-
-
-
-