Namespace: Consultingwerk.OERA
Interface 
IBufferSpec Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.OERA.BufferSpec

File:IBufferSpec
Purpose:Describes a dynamic buffer
Description:Interface for parameter objects to the BufferDataSource
class
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Jun 15 20:36:55 CEST 2016
Notes:See http://confluence.consultingwerkcloud.com/wiki/display/SCL/New+API+for+dynamic+DATA-SOURCE+objects


Top Property Summary
Options Name Purpose
+ CHARACTER BufferName Gets and sets the optional buffer name for the buffer spec
+ CHARACTER ParentBufferName /*- Purpose: Gets and sets the optional parent buffer name for the buffer spec Notes: When the parent ParentBufferName is not set, the first query buffer is assumed */
+ Consultingwerk.OERA.QueryJoinEnum QueryJoin /*- Purpose: Gets and sets if an inner join should be used to the parent buffer Notes: Optional, defaults to InnerJoin */
+ CHARACTER TableName Gets and sets the table name for the buffer spec


Property Detail
Top

PUBLIC CHARACTER BufferName

Purpose: Gets and sets the optional buffer name for the buffer spec
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER ParentBufferName

Purpose: Gets and sets the optional parent buffer name for the buffer spec
Notes: When the parent ParentBufferName is not set, the first query buffer
is assumed

Returns CHARACTER
Top

PUBLIC Consultingwerk.OERA.QueryJoinEnum QueryJoin

Purpose: Gets and sets if an inner join should be used to the parent buffer
Notes: Optional, defaults to InnerJoin

Returns Consultingwerk.OERA.QueryJoinEnum
Top

PUBLIC CHARACTER TableName

Purpose: Gets and sets the table name for the buffer spec
Notes: May include a database prefix ("sports2000.customer")

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:30:07