public class batch_result extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
batch_result() |
protected |
batch_result(long cPtr,
boolean cMemoryOwn) |
|
batch_result(qdb_operation_type_t t,
String a,
qdb_error_t err) |
|
batch_result(qdb_operation_type_t t,
String a,
qdb_error_t err,
SWIGTYPE_p_qdb__api_buffer_ptr res) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
String |
getAlias() |
protected static long |
getCPtr(batch_result obj) |
qdb_error_t |
getError() |
SWIGTYPE_p_qdb__api_buffer_ptr |
getResult() |
qdb_operation_type_t |
getType() |
protected batch_result(long cPtr,
boolean cMemoryOwn)
public batch_result()
public batch_result(qdb_operation_type_t t, String a, qdb_error_t err, SWIGTYPE_p_qdb__api_buffer_ptr res)
public batch_result(qdb_operation_type_t t, String a, qdb_error_t err)
protected static long getCPtr(batch_result obj)
public void delete()
public qdb_operation_type_t getType()
public String getAlias()
public qdb_error_t getError()
public SWIGTYPE_p_qdb__api_buffer_ptr getResult()
Copyright © 2015 quasardb. All Rights Reserved.