Uses of Class
mgui.datasources.DataQuery
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
| mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
| mgui.io.domestic.datasources |
-
Uses of DataQuery in mgui.datasources
Fields in mgui.datasources with type parameters of type DataQuery Modifier and Type Field Description protected java.util.ArrayList<DataQuery>DataSource. queriesMethods in mgui.datasources that return DataQuery Modifier and Type Method Description DataQueryDataSource. getDataQuery(java.lang.String query)Methods in mgui.datasources that return types with arguments of type DataQuery Modifier and Type Method Description java.util.ArrayList<DataQuery>DataSource. getDataQueries()Returns a list of the queries associated with this data source.Methods in mgui.datasources with parameters of type DataQuery Modifier and Type Method Description booleanDataSource. addDataQuery(DataQuery query)Adds an SQL query to this data source.booleanDataSource. executeUpdate(DataQuery query)Attempts to execute the given update query.voidDataSource. removeDataQuery(DataQuery query)Remove an SQL query from this data source. -
Uses of DataQuery in mgui.interfaces.datasources
Fields in mgui.interfaces.datasources declared as DataQuery Modifier and Type Field Description DataQueryDataQueryOptions. queryMethods in mgui.interfaces.datasources that return DataQuery Modifier and Type Method Description static DataQueryEditQueryDialogBox. showDialog(javax.swing.JFrame frame, DataQuery query)Static method to show this dialog and return the updated query.Methods in mgui.interfaces.datasources with parameters of type DataQuery Modifier and Type Method Description static DataQueryEditQueryDialogBox. showDialog(javax.swing.JFrame frame, DataQuery query)Static method to show this dialog and return the updated query.Constructors in mgui.interfaces.datasources with parameters of type DataQuery Constructor Description DataQueryOptions(DataQuery query) -
Uses of DataQuery in mgui.io.domestic.datasources
Fields in mgui.io.domestic.datasources declared as DataQuery Modifier and Type Field Description protected DataQueryDataSourceXMLHandler. current_queryFields in mgui.io.domestic.datasources with type parameters of type DataQuery Modifier and Type Field Description protected java.util.ArrayList<DataQuery>DataSourceXMLHandler. queries