Package | Description |
---|---|
org.wso2.carbon.dataservices.core.description.config | |
org.wso2.carbon.dataservices.core.odata |
Modifier and Type | Method and Description |
---|---|
ODataDataHandler |
SQLCarbonDataSourceConfig.createODataHandler() |
ODataDataHandler |
ExcelConfig.createODataHandler() |
ODataDataHandler |
WebConfig.createODataHandler() |
ODataDataHandler |
TabularDataBasedConfig.createODataHandler() |
ODataDataHandler |
CustomQueryCarbonDataSourceConfig.createODataHandler() |
ODataDataHandler |
SparqlEndpointConfig.createODataHandler() |
ODataDataHandler |
RDFConfig.createODataHandler() |
ODataDataHandler |
CassandraConfig.createODataHandler() |
ODataDataHandler |
InlineCustomQueryBasedDSConfig.createODataHandler() |
ODataDataHandler |
CSVConfig.createODataHandler() |
ODataDataHandler |
JNDIConfig.createODataHandler() |
ODataDataHandler |
GSpreadConfig.createODataHandler() |
Modifier and Type | Method and Description |
---|---|
void |
RDBMSDataHandler.commitTransaction() |
void |
ODataDataHandler.commitTransaction()
This method commits the transaction.
|
boolean |
RDBMSDataHandler.deleteEntityInTable(String tableName,
ODataEntry entry) |
boolean |
CassandraDataHandler.deleteEntityInTable(String tableName,
ODataEntry entity) |
boolean |
MongoDataHandler.deleteEntityInTable(String tableName,
ODataEntry entity)
This method deletes the entity from the collection for a given key.
|
boolean |
ODataDataHandler.deleteEntityInTable(String tableName,
ODataEntry entity)
This method deletes entity from table.
|
void |
RDBMSDataHandler.deleteReference(String rootTable,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys) |
void |
CassandraDataHandler.deleteReference(String rootTableName,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys) |
void |
MongoDataHandler.deleteReference(String rootTableName,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys)
This method deletes the references of the table where the keys were imported.
|
void |
ODataDataHandler.deleteReference(String rootTableName,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys)
This method deletes the references of the table where the keys were imported.
|
ODataEntry |
RDBMSDataHandler.insertEntityToTable(String tableName,
ODataEntry entry) |
ODataEntry |
CassandraDataHandler.insertEntityToTable(String tableName,
ODataEntry entity) |
ODataEntry |
ODataDataHandler.insertEntityToTable(String tableName,
ODataEntry entity)
This method inserts entity to table.
|
void |
RDBMSDataHandler.openTransaction() |
void |
CassandraDataHandler.openTransaction() |
void |
ODataDataHandler.openTransaction()
This method opens the transaction.
|
List<ODataEntry> |
RDBMSDataHandler.readTable(String tableName) |
List<ODataEntry> |
CassandraDataHandler.readTable(String tableName) |
List<ODataEntry> |
ODataDataHandler.readTable(String tableName)
This method read the table data and return.
|
List<ODataEntry> |
RDBMSDataHandler.readTableWithKeys(String tableName,
ODataEntry keys) |
List<ODataEntry> |
CassandraDataHandler.readTableWithKeys(String tableName,
ODataEntry keys) |
List<ODataEntry> |
MongoDataHandler.readTableWithKeys(String tableName,
ODataEntry keys)
This method reads the collection data for a given key(i.e.
|
List<ODataEntry> |
ODataDataHandler.readTableWithKeys(String tableName,
ODataEntry keys)
This method read the table with Keys and return.
|
void |
RDBMSDataHandler.rollbackTransaction() |
void |
CassandraDataHandler.rollbackTransaction() |
void |
ODataDataHandler.rollbackTransaction()
This method rollbacks the transaction.
|
boolean |
RDBMSDataHandler.updateEntityInTable(String tableName,
ODataEntry newProperties) |
boolean |
CassandraDataHandler.updateEntityInTable(String tableName,
ODataEntry newProperties) |
boolean |
MongoDataHandler.updateEntityInTable(String tableName,
ODataEntry newProperties)
This method updates the given entity in the given collection.
|
boolean |
ODataDataHandler.updateEntityInTable(String tableName,
ODataEntry newProperties)
This method updates entity in table.
|
boolean |
RDBMSDataHandler.updateEntityInTableTransactional(String tableName,
ODataEntry oldProperties,
ODataEntry newProperties) |
boolean |
CassandraDataHandler.updateEntityInTableTransactional(String tableName,
ODataEntry oldProperties,
ODataEntry newProperties) |
boolean |
MongoDataHandler.updateEntityInTableTransactional(String tableName,
ODataEntry oldProperties,
ODataEntry newProperties)
This method updates the entity in table when transactional update is necessary.
|
boolean |
ODataDataHandler.updateEntityInTableTransactional(String tableName,
ODataEntry oldProperties,
ODataEntry newProperties)
This method updates the entity in table when transactional update is necessary.
|
void |
RDBMSDataHandler.updateReference(String rootTable,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys) |
void |
CassandraDataHandler.updateReference(String rootTableName,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys) |
void |
MongoDataHandler.updateReference(String rootTableName,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys)
This method updates the references of the table where the keys were imported.
|
void |
ODataDataHandler.updateReference(String rootTableName,
ODataEntry rootTableKeys,
String navigationTable,
ODataEntry navigationTableKeys)
This method updates the references of the table where the keys were imported.
|
Constructor and Description |
---|
ODataAdapter(ODataDataHandler dataHandler,
String namespace,
String configID) |
ODataServiceHandler(ODataDataHandler dataHandler,
String namespace,
String configID) |
RDBMSDataHandler(DataSource dataSource,
String configId) |
Copyright © 2019 WSO2. All rights reserved.