Class SaveToDataStoreDataSourceQuery


  • public class SaveToDataStoreDataSourceQuery
    extends DataSourceQuery
    A query performed against a WritableDataStoreDataSource.
    • Constructor Detail

      • SaveToDataStoreDataSourceQuery

        public SaveToDataStoreDataSourceQuery​(DataSource dataSource,
                                              String query,
                                              String name)
        Creates a new query.
        Parameters:
        dataSource - The data source to be query against.
        query - The "sql" of the query.
        name - Name of the query.
    • Method Detail

      • setProperties

        public void setProperties​(Map properties)
        Property map for the query object. For defined keys see: WritableDataStoreDataSource
        Parameters:
        properties - a Map containing properties to save data to a DataStoreDataSource