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



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

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

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

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

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

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

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

RegisterSmartFieldsService (ISmartFieldsService)

Purpose: Registers a new ISmartFieldsService
Notes:

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


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:25:08