Namespace: Consultingwerk.SmartComponents.Support
Class 
SmartBusinessEntityQuerySupport Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:SmartBusinessEntityQuerySupport
Purpose:Supports building queries for the SmartBusinessEntityAdapter
designer
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Mar 14 09:07:02 CET 2009



Top Method Summary
Options Name Purpose
+ Consultingwerk.SmartComponents.Support.BindingSourceDataHandles PrepareBindingQuery (character, character, character, character) Builds the Data Binding Query
+ Consultingwerk.SmartComponents.Support.BindingSourceDataHandles PrepareBindingQuery (character, character, character, character, character) Builds the Data Binding Query
+ HANDLE PrepareBindingQuery (handle, character, character, character) Builds the Data Binding Query
+ HANDLE PrepareBindingQuery (handle, character, character, character, logical, character) Builds the Data Binding Query


Method Detail
Top

PUBLIC Consultingwerk.SmartComponents.Support.BindingSourceDataHandles PrepareBindingQuery (character, character, character, character)

Purpose: Builds the Data Binding Query
Notes:

Parameters:
pcEntityName CHARACTER
The name of the Business Entity
pcEntityTable CHARACTER
The entity table name
pcEntityView CHARACTER
The entity view table names
pcEntityJoin CHARACTER
Comma delimited list of YES and NO that indicates if the Entity View tables should be joined in the query
Returns Consultingwerk.SmartComponents.Support.BindingSourceDataHandles
The query handle
Top

PUBLIC Consultingwerk.SmartComponents.Support.BindingSourceDataHandles PrepareBindingQuery (character, character, character, character, character)

Purpose: Builds the Data Binding Query
Notes:

Parameters:
pcEntityName CHARACTER
The name of the Business Entity
pcEntityTable CHARACTER
The entity table name
pcEntityView CHARACTER
The entity view table names
pcEntityJoin CHARACTER
Comma delimited list of YES and NO that indicates if the Entity View tables should be joined in the query
cExceptList CHARACTER
OUTPUT Comma delimited list of field names that will be excluded from the BindingSource
Returns Consultingwerk.SmartComponents.Support.BindingSourceDataHandles
The query handle
Top

PUBLIC HANDLE PrepareBindingQuery (handle, character, character, character)

Purpose: Builds the Data Binding Query
Notes:

Parameters:
phDataset HANDLE
The handle of the ProDataset
pcEntityTable CHARACTER
The entity table name
pcEntityView CHARACTER
The entity view table names
pcEntityJoin CHARACTER
Comma delimited list of YES and NO that indicates if the Entity View tables should be joined in the query
Returns HANDLE
The query handle
Top

PUBLIC HANDLE PrepareBindingQuery (handle, character, character, character, logical, character)

Purpose: Builds the Data Binding Query
Notes:

Parameters:
phDataset HANDLE
The handle of the ProDataset
pcEntityTable CHARACTER
The entity table name
pcEntityView CHARACTER
The entity view table names
pcEntityJoin CHARACTER
Comma delimited list of YES and NO that indicates if the Entity View tables should be joined in the query
plOuterJoin LOGICAL
Logical value indicating if the query should use an OUTER-JOIN
cExceptList CHARACTER
OUTPUT Comma delimited list of field names that will be excluded from the BindingSource
Returns HANDLE
The query handle


©2006-2019 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       08.08.2019 23:33:56