public final class RowCreator extends MySQLComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
RowCreator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RowCreator.Builder |
builder(java.lang.String table) |
java.util.concurrent.CompletableFuture<java.lang.Boolean> |
execute()
Create the row
|
public static RowCreator.Builder builder(java.lang.String table)
public java.util.concurrent.CompletableFuture<java.lang.Boolean> execute()