Package | Description |
---|---|
org.wso2.carbon.dataservices.sql.driver.parser | |
org.wso2.carbon.dataservices.sql.driver.processor.reader | |
org.wso2.carbon.dataservices.sql.driver.query.delete |
Modifier and Type | Method and Description |
---|---|
static Map<Integer,DataRow> |
ParserUtil.mergeRows(String operation,
Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
Map<Integer,DataRow> |
Condition.process(DataTable dataTable)
Processes the condition by traversing through the binary tree of conditions that it
creates while parsing the WHERE clause of a conditional SQL statement.
|
static Map<Integer,DataRow> |
ParserUtil.processANDCondition(Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
static Map<Integer,DataRow> |
ParserUtil.processORCondition(Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
Modifier and Type | Method and Description |
---|---|
static Map<Integer,DataRow> |
ParserUtil.mergeRows(String operation,
Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
static Map<Integer,DataRow> |
ParserUtil.mergeRows(String operation,
Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
static Map<Integer,DataRow> |
ParserUtil.processANDCondition(Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
static Map<Integer,DataRow> |
ParserUtil.processANDCondition(Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
static Map<Integer,DataRow> |
ParserUtil.processORCondition(Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
static Map<Integer,DataRow> |
ParserUtil.processORCondition(Map<Integer,DataRow> rows1,
Map<Integer,DataRow> rows2) |
Modifier and Type | Method and Description |
---|---|
abstract Map<Integer,DataRow> |
DataTable.applyCondition(String column,
String value,
String operator) |
Map<Integer,DataRow> |
FixedDataTable.applyCondition(String column,
String value,
String operator) |
abstract Map<Integer,DataRow> |
DataTable.getRows() |
Map<Integer,DataRow> |
FixedDataTable.getRows() |
Modifier and Type | Method and Description |
---|---|
abstract void |
DataTable.addRow(DataRow dataRow) |
void |
FixedDataTable.addRow(DataRow dataRow) |
abstract void |
DataTable.updateRows(DataRow... dataRows) |
void |
FixedDataTable.updateRows(DataRow... dataRows) |
Modifier and Type | Method and Description |
---|---|
void |
FixedDataTable.setData(Map<Integer,DataRow> rows) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,DataRow> |
DeleteQuery.getResultantRows() |
Copyright © 2020 WSO2. All rights reserved.