public static class JdbcRepositories.CreateTableResult extends Object
| Constructor and Description |
|---|
CreateTableResult(String name,
boolean isSuccess)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isSuccess() |
void |
setName(String name) |
void |
setSuccess(boolean isSuccess) |
public CreateTableResult(String name, boolean isSuccess)
name - tableisSuccess - isSuccessCopyright © 2009–2019 B3log. All rights reserved.