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. queries
Methods in mgui.datasources that return DataQuery Modifier and Type Method Description DataQuery
DataSource. 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 boolean
DataSource. addDataQuery(DataQuery query)
Adds an SQL query to this data source.boolean
DataSource. executeUpdate(DataQuery query)
Attempts to execute the given update query.void
DataSource. 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 DataQuery
DataQueryOptions. query
Methods in mgui.interfaces.datasources that return DataQuery Modifier and Type Method Description static DataQuery
EditQueryDialogBox. 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 DataQuery
EditQueryDialogBox. 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 DataQuery
DataSourceXMLHandler. current_query
Fields in mgui.io.domestic.datasources with type parameters of type DataQuery Modifier and Type Field Description protected java.util.ArrayList<DataQuery>
DataSourceXMLHandler. queries