|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| ColumnAttribs | The ColumnAttribs provides the attributes of the column. |
| KeyModificationEditor | This utility class provides the modifications options to the data provider. |
| SqlDataProvider | This class encapsulates functionality of an SQL data provider. The basic functionality can be summarized as follows: - Retrieves the data from the Database. - Saves the data to the Database. This bean provides powerful designing aspects by providing following user friendly property DataProvider the data provider Connection the database connection ConnectionProperties the connection properties (url, driver, username, password) SqlString the sql query string AllowUpdate indicates whether the data will be updated UpdatetableTable the updateable table name UpdateableColumns the updateable columns UniqueColumns the unique columns WhereClause indicates which columns are used to build the where clause KeyModification indicates the process to update the data SortCriteria the criteria for sorting the data FilterCriteria the criteria for filtering the data FilterState indicates whether the filter criteria is applied or not SaveOnlyFilteredData indicates to save only filtered rows or all rows FetchSize the maximum number of rows which can be retrieved AppendDataOnFetchNext indicates whether the next fetched data is appended or replaced to existing data SkippedRows the total number of rows to be skipped |
| SqlDataProviderBeanInfo | |
| TypeInfo | The TypeInfo provides the prefix, suffix of the given sql data type. |
| UpdateableProperty | The UpdateableProperty class provides the customizer to configure the updateable table and columns. |
| WhereClauseOptionEditor | This utility class provides where clause options to the data provider. |
A package contains the data component which provides the data from the database.
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||