Package com.mapr.db.shell.ops
Class TableOps
java.lang.Object
com.mapr.db.shell.ops.TableOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoiddeleteTable(String tablePath) voidvoidvoidfind(org.ojai.json.JsonOptions jsonOptions, String tablePath, String fromId, String toId, String limitStr, String conditionString, String projectionString, String offsetStr, String orderByStr, String queryStr) voidfindById(org.ojai.json.JsonOptions jsonOptions, String tablePath, String id, String conditionString, String projectionString) voidvoidvoidvoidscanIndex(org.ojai.json.JsonOptions jsonOptions, String tablePath, String indexName, String fromId, String toId, String limitStr, String conditionString, String projectionString, String mode, String decodeIndexedFields) void
-
Constructor Details
-
TableOps
- Throws:
IOException
-
-
Method Details
-
create
- Throws:
IOException
-
deleteTable
- Throws:
IOException
-
findById
public void findById(org.ojai.json.JsonOptions jsonOptions, String tablePath, String id, String conditionString, String projectionString) throws IOException - Throws:
IOException
-
find
public void find(org.ojai.json.JsonOptions jsonOptions, String tablePath, String fromId, String toId, String limitStr, String conditionString, String projectionString, String offsetStr, String orderByStr, String queryStr) throws IOException - Throws:
IOException
-
listIndex
-
scanIndex
public void scanIndex(org.ojai.json.JsonOptions jsonOptions, String tablePath, String indexName, String fromId, String toId, String limitStr, String conditionString, String projectionString, String mode, String decodeIndexedFields) throws IOException - Throws:
IOException
-
insert
public void insert(String tablePath, String docId, String jsonStr, String conditionString, boolean replace) throws IOException - Throws:
IOException
-
deleteRow
- Throws:
IOException
-
update
public void update(String tablePath, String docId, String jsonMutation, String conditionString) throws IOException - Throws:
IOException
-
exists
- Throws:
IOException
-
list
- Throws:
IOException
-
desc
- Throws:
IOException
-