public class DeleteData extends Object
Constructor and Description |
---|
DeleteData(String tblName,
Predicate pred)
Saves the table name and predicate.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
pred()
Returns the predicate that describes which records should be deleted.
|
String |
tableName()
Returns the name of the affected table.
|
Copyright © 2022 VanillaDB Organization. All rights reserved.