Namespace: Consultingwerk
Class 
RecordIdentifier Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:RecordIdentifier
Purpose:A structure that can holds a ROWID as well as a buffer
name
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Sep 03 15:24:44 CEST 2014



Top Method Summary
Options Name Purpose
+ CHARACTER ToString () Returns a string that represents the current object.

Top Constructor Summary
Options Name Purpose
+ RecordIdentifier () Constructor for the RecordIdentifier class
+ RecordIdentifier (character, character, rowid) Constructor for the RecordIdentifier class
+ RecordIdentifier (character, character, rowid, integer) Constructor for the RecordIdentifier class
+ RecordIdentifier (character, rowid) Constructor for the RecordIdentifier class
+ RecordIdentifier (character, rowid, integer) Constructor for the RecordIdentifier class

Top Property Summary
Options Name Purpose
+ CHARACTER BufferName Gets and sets the Buffer or Table Name component
+ CHARACTER DatabaseName Gets and sets the Database Name component
+ ROWID Rowid Gets and sets the Rowid
+ INTEGER RowState Gets and sets the RowState


Method Detail
Top

PUBLIC CHARACTER ToString ()

Purpose: Returns a string that represents the current object.
Notes:

Returns CHARACTER
A string that represents the current object.


Constructor Detail
Top

PUBLIC RecordIdentifier ()

Purpose: Constructor for the RecordIdentifier class
Notes:

Top

PUBLIC RecordIdentifier (character, character, rowid)

Purpose: Constructor for the RecordIdentifier class
Notes:

Parameters:
pcDatabaseName CHARACTER
The database name
pcBufferName CHARACTER
The buffer or table name
proRowid ROWID
The rowid
Top

PUBLIC RecordIdentifier (character, character, rowid, integer)

Purpose: Constructor for the RecordIdentifier class
Notes:

Parameters:
pcDatabaseName CHARACTER
The database name
pcBufferName CHARACTER
The buffer or table name
proRowid ROWID
The rowid
piRowState INTEGER
The RowState value
Top

PUBLIC RecordIdentifier (character, rowid)

Purpose: Constructor for the RecordIdentifier class
Notes:

Parameters:
pcBufferName CHARACTER
The buffer or table name
proRowid ROWID
The rowid
Top

PUBLIC RecordIdentifier (character, rowid, integer)

Purpose: Constructor for the RecordIdentifier class
Notes:

Parameters:
pcBufferName CHARACTER
The buffer or table name
proRowid ROWID
The rowid
piRowState INTEGER
The RowState value


Property Detail
Top

PUBLIC CHARACTER BufferName

Purpose: Gets and sets the Buffer or Table Name component
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER DatabaseName

Purpose: Gets and sets the Database Name component
Notes:

Returns CHARACTER
Top

PUBLIC ROWID Rowid

Purpose: Gets and sets the Rowid
Notes:

Returns ROWID
Top

PUBLIC INTEGER RowState

Purpose: Gets and sets the RowState
Notes:

Returns INTEGER


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