public class SQLSeries extends Series
An SQL-based data class used with XYCharts. An XYChart's dataset is an XYSeriesCollection, which contains one ore more series of data.
Modifier and Type | Field and Description |
---|---|
BBjString | ConnectString$ |
BBjString | SQL$ |
Index=-1, Name$, RECORD_SET_SERIES_TYPE, SQL_SERIES_TYPE, Type
Constructor and Description |
---|
SQLSeries(BBjString p_name$, BBjNumber p_index, BBjString p_connectString$, BBjString p_sql$) |