All docs
This doc
Function |
|
---|---|
Description | Checks if a given table exists. |
Output | A JSON object containing the following text if the given table;
|
client.tableExists("SampleTable", function(data) { console.log (data["message"]); }, function(error) { console.log("error occured: " + error); });
{ status: "success" message: "Table : testtable exists." }