Uses of Interface
mgui.datasources.DataSourceItem
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 DataSourceItem in mgui.datasources
Classes in mgui.datasources that implement DataSourceItem Modifier and Type Class Description class
DataQuery
Represents an SQL query.class
DataTable
General data table object specifying the organization of data into fields.Methods in mgui.datasources with parameters of type DataSourceItem Modifier and Type Method Description DataRecordSet
DataSource. getRecordSet(DataSourceItem item)
Returns aDataRecordSet
object accessing the specified table in this data source.boolean
DataRecordSet. set(DataSourceItem item)
-
Uses of DataSourceItem in mgui.interfaces.datasources
Fields in mgui.interfaces.datasources declared as DataSourceItem Modifier and Type Field Description protected DataSourceItem
DataTableModel. ds_item
Methods in mgui.interfaces.datasources with parameters of type DataSourceItem Modifier and Type Method Description void
DataTableModel. setDataSourceItem(DataSourceItem item)
Constructors in mgui.interfaces.datasources with parameters of type DataSourceItem Constructor Description DataTableModel(DataSourceItem item)
DataTableModel(DataSource ds, DataSourceItem item)
-
Uses of DataSourceItem in mgui.io.domestic.datasources
Fields in mgui.io.domestic.datasources with type parameters of type DataSourceItem Modifier and Type Field Description java.util.ArrayList<DataSourceItem>
ExportDataTableOptions. data_items
Methods in mgui.io.domestic.datasources with parameters of type DataSourceItem Modifier and Type Method Description boolean
ExportDataTableExcelWriter. writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)
boolean
ExportDataTableTextWriter. writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)
abstract boolean
ExportDataTableWriter. writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)
Writes aDataSourceItem
to an external format, using the current settings of this writer.