Namespace: Consultingwerk.SmartFramework
Interface 
ITableInfoProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartFramework.System.SmartTableInfoProvider

File:ITableInfoProvider
Purpose:Provides Information about database tables
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Feb 15 21:17:30 CET 2013
Purpose: Finds a buffer based on the unique key values
Notes:



Top Method Summary
Options Name Purpose
+ FindRecordByKeyValues (handle, character, logical) Finds a buffer based on the unique key values
+ CHARACTER RecordDescription (character, character) Returns the standard description value for a database record
+ CHARACTER RecordDescription (character, character, handle) Returns the standard description value for a database record
+ CHARACTER RecordDescription (handle) Returns the standard description value for a database record
+ CHARACTER RecordKeyFields (character, character, handle) Returns the key field values for a database record
+ CHARACTER RecordKeyFields (handle) Returns the key field values for a database record
+ RegisterSmartFieldsService (ISmartFieldsService) Registers a new ISmartFieldsService


Method Detail
Top

PUBLIC FindRecordByKeyValues (handle, character, logical)

Purpose: Finds a buffer based on the unique key values
Notes:

Parameters:
phBuffer HANDLE
The buffer with the database record to return the description for
pcUniqueKeyValues CHARACTER
The unique key field values
plExclusive LOGICAL
Logical value indicating if the record should be accessed with exclusive-lock
Top

PUBLIC CHARACTER RecordDescription (character, character)

Purpose: Returns the standard description value for a database record
Notes:

Parameters:
pcTableGuid CHARACTER
The GUID of the SmartTable record
pcKeyFieldValues CHARACTER
The key field values of the database table
Returns CHARACTER
The standard description value for the record
Top

PUBLIC CHARACTER RecordDescription (character, character, handle)

Purpose: Returns the standard description value for a database record
Notes:

Parameters:
pcDatabaseName CHARACTER
The name of the database
pcTableName CHARACTER
The name of the database table
phBuffer HANDLE
The buffer with the database record to return the description for
Returns CHARACTER
The standard description value for the record
Top

PUBLIC CHARACTER RecordDescription (handle)

Purpose: Returns the standard description value for a database record
Notes:

Parameters:
phBuffer HANDLE
The buffer with the database record to return the description for
Returns CHARACTER
The standard description value for the record
Top

PUBLIC CHARACTER RecordKeyFields (character, character, handle)

Purpose: Returns the key field values for a database record
Notes:

Parameters:
pcDatabaseName CHARACTER
The name of the database
pcTableName CHARACTER
The name of the database table
phBuffer HANDLE
The buffer with the database record to return the description for
Returns CHARACTER
The standard description value for the record
Top

PUBLIC CHARACTER RecordKeyFields (handle)

Purpose: Returns the key field values for a database record
Notes:

Parameters:
phBuffer HANDLE
The buffer with the database record to return the description for
Returns CHARACTER
The standard description value for the record
Top

PUBLIC RegisterSmartFieldsService (ISmartFieldsService)

Purpose: Registers a new ISmartFieldsService
Notes:

Parameters:
poService Consultingwerk.SmartFramework.System.ISmartFieldsService
The new ISmartFieldsService


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:59:30