public static final class DeleteQuery.Builder
extends java.lang.Object
DeleteQuery.| Modifier and Type | Method and Description |
|---|---|
DeleteQuery.CompleteBuilder |
table(java.lang.String table)
Required: Specifies table name.
|
@NonNull public DeleteQuery.CompleteBuilder table(@NonNull java.lang.String table)
table - non-null and not empty table name.DeleteQuery.table()