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


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:10:24