Package | Description |
---|---|
org.wso2.carbon.dataservices.core | |
org.wso2.carbon.dataservices.core.description.config | |
org.wso2.carbon.dataservices.core.engine |
Modifier and Type | Class and Description |
---|---|
class |
JDBCPoolSQLConfig
This class represents a Tomcat JDBC Pool based SQL data source configuration.
|
Modifier and Type | Method and Description |
---|---|
static String |
DBUtils.getConnectionURL4XADataSource(Config config) |
static void |
DBUtils.populateStandardCustomDSProps(Map<String,String> dsProps,
DataService dataService,
Config config) |
Modifier and Type | Class and Description |
---|---|
class |
CassandraConfig
Cassandra-CQL data source implementation.
|
class |
CSVConfig
This class represents a CSV based data source configuration.
|
class |
CustomQueryBasedDSConfig
This class represents a data services custom query based data source configuration.
|
class |
CustomQueryCarbonDataSourceConfig
This class represents an custom query based Carbon Data Source data source configuration.
|
class |
ExcelConfig
This class represents a Excel based data source configuration.
|
class |
GSpreadConfig
This class represents a Google Spreadsheet based data source configuration.
|
class |
InlineCustomQueryBasedDSConfig
This class represents a data services custom query based in-line data source configuration.
|
class |
JNDIConfig
This class represents a JNDI based data source configuration.
|
class |
MongoConfig
This class represents a MongoDB based data source configuration.
|
class |
RDBMSConfig
This class represents a RDBMS based data source configuration.
|
class |
RDFConfig
This class represents a RDF based data source configuration.
|
class |
SparqlEndpointConfig
This class represents a RDF based data source configuration.
|
class |
SQLCarbonDataSourceConfig
This class represents an SQL based Carbon Data Source data source configuration.
|
class |
SQLConfig
This class is the base class used for all SQL based (RDBMS) data source configurations.
|
class |
TabularDataBasedConfig
This class represents a data services custom data source.
|
class |
WebConfig |
Modifier and Type | Method and Description |
---|---|
static Config |
ConfigFactory.createConfig(DataService dataService,
org.apache.axiom.om.OMElement configEl) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
ConfigSerializer.serializeConfig(Config config) |
Modifier and Type | Method and Description |
---|---|
Config |
DataService.getConfig(String configId) |
Modifier and Type | Method and Description |
---|---|
Map<String,Config> |
DataService.getConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
DataService.addConfig(Config config) |
Copyright © 2019 WSO2. All rights reserved.