Namespace: Consultingwerk.BusinessEntityDesigner.Services
Interface 
ITableNameGeneratorService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.BusinessEntityDesigner.Plugins.SmartFrameworkTableNameGeneratorService, Consultingwerk.BusinessEntityDesigner.Services.TableNameGeneratorService

File:ITableNameGeneratorService
Purpose:Interface for classes that support the TableNameGeneratorService
setting in the Business Entity Designer options. Classes
implementing this Interface can be used to translate
database table names into temp-table names (e.g.
Replacing - or _ with a camel-case syntax.
The Temp-Table name prefix and suffix settings will still
be applied to the temp-table names.
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Feb 25 09:18:56 CET 2013



Top Method Summary
Options Name Purpose
+ CHARACTER GenerateTempTableName (character, character, dataset) Generates a name for a temp-table


Method Detail
Top

PUBLIC CHARACTER GenerateTempTableName (character, character, dataset)

Purpose: Generates a name for a temp-table
Notes:

Parameters:
pcDatabaseName CHARACTER
The name of the database table
pcTableName CHARACTER
The name of the database table
dsBusinessEntity DATASET dsBusinessEntity
The Business Entity Designer Dataset
Returns CHARACTER
The name for the new temp-table


ProDataset Detail

ProDataset dsBusinessEntity

Member tables: eBusinessEntity, eDataRelation, eDataRelationProperties, eTable, eField, eFieldProperties, eIndex, eIndexProperties, eTableProperties, eBusinessEntityProperties


Temp-Table Detail

Temp-Table eBusinessEntity

Defined in:

Temp-Table eBusinessEntityProperties

Defined in:

Temp-Table eDataRelation

Defined in:

Temp-Table eDataRelationProperties

Defined in:

Temp-Table eField

Defined in:

Temp-Table eFieldProperties

Defined in:

Temp-Table eIndex

Defined in:

Temp-Table eIndexProperties

Defined in:

Temp-Table eTable

Defined in:

Temp-Table eTableProperties

Defined in:


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