public abstract class SqlListenerResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_FAILED
Command failed.
|
static int |
STATUS_SUCCESS
Command succeeded.
|
| Constructor and Description |
|---|
SqlListenerResponse(int status,
String err)
Constructs failed rest response.
|
public static final int STATUS_SUCCESS
public static final int STATUS_FAILED
public SqlListenerResponse(int status,
@Nullable
String err)
status - Response status.err - Error, null if success is true.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017