public class OdbcResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_FAILED
Command failed.
|
static int |
STATUS_SUCCESS
Command succeeded.
|
| Constructor and Description |
|---|
OdbcResponse(int status,
String err)
Constructs failed rest response.
|
OdbcResponse(Object obj)
Constructs successful rest response.
|
public static final int STATUS_SUCCESS
public static final int STATUS_FAILED
public OdbcResponse(Object obj)
obj - Response object.public OdbcResponse(int status,
@Nullable
String err)
status - Response status.err - Error, null if success is true.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016