Class SaveToDataStoreDataSourceQuery
java.lang.Object
com.vividsolutions.jump.io.datasource.DataSourceQuery
org.openjump.core.ui.plugin.datastore.SaveToDataStoreDataSourceQuery
A query performed against a WritableDataStoreDataSource.
-
Constructor Summary
ConstructorsConstructorDescriptionSaveToDataStoreDataSourceQuery(DataSource dataSource, String query, String name) Creates a new query. -
Method Summary
Modifier and TypeMethodDescriptionReturns the DataSource for the query.voidsetProperties(Map properties) Property map for the query object.Methods inherited from class DataSourceQuery
getQuery, setDataSource, setQuery, toString
-
Constructor Details
-
SaveToDataStoreDataSourceQuery
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 Details
-
getDataSource
Returns the DataSource for the query.- Overrides:
getDataSourcein classDataSourceQuery- Returns:
- the DataSource of this DataSourceQuery
-
setProperties
Property map for the query object. For defined keys see:WritableDataStoreDataSource- Parameters:
properties- a Map containing properties to save data to a DataStoreDataSource
-