Uses of Interface
mgui.datasources.SQLObject
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
-
Uses of SQLObject in mgui.datasources
Subinterfaces of SQLObject in mgui.datasources Modifier and Type Interface Description interfaceDataSourceItemAn item (i.e., table or query) in aDataSource.Classes in mgui.datasources that implement SQLObject Modifier and Type Class Description classDataQueryRepresents an SQL query.classDataTableGeneral data table object specifying the organization of data into fields.