Namespace: Consultingwerk.Windows.Controls
Class 
DatabaseCodeAssistSchemaProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.Controls.ICodeAssistSchemaProvider

File:DatabaseCodeAssistSchemaProvider
Purpose:Provides schema information based on the connected databases
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Nov 26 23:20:00 CET 2017
Purpose: Returns the list of Buffer Fields that start with the given
characters
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.Framework.Collections.CharacterList GetBufferFields (character, character) Returns the list of Buffer Fields that start with the given characters
+ Consultingwerk.Framework.Collections.CharacterList GetBufferNames (character) Returns the list of Buffer Names that start with the given characters
+ LOGICAL HasBuffer (character) Returns if the schema contains the buffer name


Method Detail
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBufferFields (character, character)

Purpose: Returns the list of Buffer Fields that start with the given
characters
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer (EQ)
pcFieldName CHARACTER
The name of the fields (BEGINS)
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the buffer field names
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBufferNames (character)

Purpose: Returns the list of Buffer Names that start with the given
characters
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer (BEGINS)
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the buffer field names
Top

PUBLIC LOGICAL HasBuffer (character)

Purpose: Returns if the schema contains the buffer name
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer to locate (EQ)
Returns LOGICAL
Logical value indicating if the schema contains the given buffer name


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:08