Package | Description |
---|---|
org.voltdb |
Main package for VoltDB contains public interfaces.
|
org.voltdb.client |
Package containing code specific to the VoltDB Java Client Driver.
|
Modifier and Type | Method and Description |
---|---|
VoltTable |
VoltTable.clone(int extraBytes)
Generates a duplicate of a table including the column schema.
|
static VoltTable |
VoltTable.fromJSONObject(org.json_voltpatches.JSONObject json)
Construct a table from a JSON object.
|
static VoltTable |
VoltTable.fromJSONString(java.lang.String json)
Construct a table from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VoltTable.hasSameContents(VoltTable other)
Check to see if this table has the same contents as the provided table.
|
Modifier and Type | Method and Description |
---|---|
VoltTable[] |
ClientResponse.getResults()
Get the array of
VoltTable results returned by the stored procedure. |