Class SqlDataSourceFactory

java.lang.Object
org.ametys.plugins.externaldata.data.sql.SqlDataSourceFactory
All Implemented Interfaces:
DataSourceFactory<SqlQuery,SqlQueryResult>, PluginAware, Serviceable

SQL Data Source & Query Factory. Must provide these additional configuration information for the Data Source : - "driver" : JDBC driver. - "url" : JDBC url. - "user" : JDBC user. - "password" : JDBC password. Must provide these additional configuration information for the Query : - "queryString" : the SQL query as a String, which can contain parameters in the form ${parameterName}.