Renamed the delete method to deleteFrom
This commit is contained in:
@ -149,7 +149,7 @@ public abstract class SQLTable {
|
||||
* @return the deletion manager
|
||||
*/
|
||||
public DeletionManager delete() {
|
||||
return connection.delete(tableName());
|
||||
return connection.deleteFrom(tableName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user