public class RDBMSProviderConf extends Object
| Constructor and Description |
|---|
RDBMSProviderConf(String databaseName,
String url,
String table,
String username,
String password,
String query) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
String |
getPassword() |
int |
getPollingInterval() |
String |
getQuery() |
String |
getTable() |
String |
getUrl() |
String |
getUsername() |
Copyright © 2017 WSO2. All rights reserved.