|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AttachDataSources () |
Attaches the DATA-SOURCE objects to the ProDataset Buffers |
||
| BindDataset (dataset) |
Do nothing, just receive the parameter and bind to the received
Dataset reference |
||
| DefineReadEvents () |
Subscribe to ProDataset Event Handlers using SET-CALLBACK
as needed |
||
| DetachDataSources () |
Detaches the DATA-SOURCE objects to the ProDataset Buffers |
||
| FetchData (IFetchDataRequest) |
Fetch data from the data source |
||
| FetchMetaSchemaTables () |
Fetches the schema of the underscore tables of the DICTDB |
||
| FetchSchema (character) |
Fetches schema definition for the given database |
||
| FetchTable (character, character) |
Fetches schema definition for the given database table |
||
| CHARACTER SourceColumn (character, character) |
Returns the database field name matching a temp-table field name
contained in a consumers query string (query string vs. temp-table
definition) |
||
| CHARACTER SourceDefaultQuery (character) |
Returns the base query string used to retrieve data for the temp
tables. This query string will be appended by the query provided by
the consumer (FetchDataRequest object). |
| Options | Name | Purpose | |
|---|---|---|---|
| DatabaseSchemaDataAccess (handle) |
Constructor for the DatabaseSchemaDataAccess class |
|
Top
AttachDataSources ()
|
|||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BindDataset (dataset)
|
|||||||||||||||||||||||||||||||
DefineReadEvents ()
|
|||||||||||||||||||||||||||||||
DetachDataSources ()
|
|||||||||||||||||||||||||||||||
FetchData (IFetchDataRequest)
|
|||||||||||||||||||||||||||||||
FetchMetaSchemaTables ()
|
|||||||||||||||||||||||||||||||
FetchSchema (character)
|
|||||||||||||||||||||||||||||||
FetchTable (character, character)
|
|||||||||||||||||||||||||||||||
CHARACTER SourceColumn (character, character)
|
|||||||||||||||||||||||||||||||
CHARACTER SourceDefaultQuery (character)
|
|||||||||||||||||||||||||||||||
DatabaseSchemaDataAccess (handle)
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ProDataset dsDatabaseSchemaMember tables: eDatabase, eTable, eField, eIndex |
Temp-Table eDatabaseDefined in: |
Temp-Table eFieldDefined in: |
Temp-Table eIndexDefined in: |
Temp-Table eTableDefined in: |