Setter method for the SQL DataSource. DataSource can be a String or a DataSource object. this.rawDataSource = dataSource; this.dataSourceSpecified = true;
this.rawDataSource = dataSource; this.dataSourceSpecified = true;
Setter method for the SQL statement to use for the query. The statement may contain parameter markers (question marks, ?). If so, the parameter values must be set using nested value elements. this.sql = sql;
this.sql = sql;