Namespace: Consultingwerk.OERA
Interface 
IDataAccessFactory Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.OERA.DataAccessFactory, Consultingwerk.SmartUnit.OERA.MockDataAccess.MockDataAccessFactory

File:IDataAccessFactory
Purpose:Factory of IDataAccess classes
Description:Service Interface that allows to register custom factories
for Data Access objects. This might be useful when the
Data Access of a Business Entity requires customization
for various tenants or to mock a Data Access obejct for
unit tests
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Nov 29 19:19:20 CET 2015



Top Method Summary
Options Name Purpose
+ Consultingwerk.OERA.IDataAccess GetDataAccessObject (character, handle) Returns a reference to an instance of the Data Access


Method Detail
Top

PUBLIC Consultingwerk.OERA.IDataAccess GetDataAccessObject (character, handle)

Purpose: Returns a reference to an instance of the Data Access
Notes:

Parameters:
pcDataAccessName CHARACTER
The name of the Data Access obejct as known to the Business Entity
phDatasetHandle HANDLE
The handle of the Dataset that the Data Access is expected to bind to
Returns Consultingwerk.OERA.IDataAccess
The reference to the Data Access class


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