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