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 classDataQueryRepresents an SQL query.classDataTableGeneral data table object specifying the organization of data into fields.Methods in mgui.datasources with parameters of type DataSourceItem Modifier and Type Method Description DataRecordSetDataSource. getRecordSet(DataSourceItem item)Returns aDataRecordSetobject accessing the specified table in this data source.booleanDataRecordSet. set(DataSourceItem item) -
Uses of DataSourceItem in mgui.interfaces.datasources
Fields in mgui.interfaces.datasources declared as DataSourceItem Modifier and Type Field Description protected DataSourceItemDataTableModel. ds_itemMethods in mgui.interfaces.datasources with parameters of type DataSourceItem Modifier and Type Method Description voidDataTableModel. 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_itemsMethods in mgui.io.domestic.datasources with parameters of type DataSourceItem Modifier and Type Method Description booleanExportDataTableExcelWriter. writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)booleanExportDataTableTextWriter. writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)abstract booleanExportDataTableWriter. writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)Writes aDataSourceItemto an external format, using the current settings of this writer.