Namespace: OpenEdge.DataAdmin.Binding
Interface
IRowChange
Parent classes:
Inherits: OpenEdge.DataAdmin.Binding.IRow

/* Copyright (c) 2012 by Progress Software Corporation.
/*
/* All rights reserved. No part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from Progress Software Corporation.
Purpose:Wrapper for passing row change info in messages/events
Author(s):hdaniels
Created:May 2012
Purpose: returns the values that correspond to KeyFields for this row




Method Summary
Options Name Purpose
CHARACTER FieldValue (character) /** Optional character value of a field, also internal fields that are defined as serialize-hidden and not accessible as properties in the corresponding IDataAdminElement, for example relation fields. Note that optional means that the method typically will throw an error in most implementations as the method only need to support fields that are needed for object communication. The FieldNames property can be used to check if a call to the method would throw an error. - Expected to throw error for references that cannot be returned. The error is typically IllegalArgument, but it could also throw UnsupportedOperation if no columns are supported or for columns that exists, but are not currently supported. Note that it may also throw IllegalArgument for this case, so implementers are not required to have info about all theoretically possible values. */
Inherited from OpenEdge.DataAdmin.Binding.IRow

Property Summary
Options Name Purpose
LOGICAL Created
Inherited from OpenEdge.DataAdmin.Core.IElement
CHARACTER FieldNames
Inherited from OpenEdge.DataAdmin.Binding.IRow
LOGICAL IsSnapShot
Inherited from OpenEdge.DataAdmin.Binding.IRow
CHARACTER KeyFields
Inherited from OpenEdge.DataAdmin.Binding.IRow
INTEGER KeyIntValue
Inherited from OpenEdge.DataAdmin.Binding.IRow
CHARACTER KeyValue
Inherited from OpenEdge.DataAdmin.Binding.IRow
CHARACTER KeyValues
Inherited from OpenEdge.DataAdmin.Binding.IRow
IDataAdminModel Model
Inherited from OpenEdge.DataAdmin.Binding.IRow
LOGICAL Modified
Inherited from OpenEdge.DataAdmin.Core.IElement
CHARACTER OldKeyValues
CHARACTER SerializeName
Inherited from OpenEdge.DataAdmin.Binding.IRow


Method Detail
Top

PUBLIC CHARACTER FieldValue (character)

Inherited from OpenEdge.DataAdmin.Binding.IRow
Purpose: Optional character value of a field, also internal fields that are defined as
serialize-hidden and not accessible as properties in the corresponding IDataAdminElement,
for example relation fields. Note that optional means that the method typically will
throw an error in most implementations as the method only need to support fields
that are needed for object communication. The FieldNames property can be used to check
if a call to the method would throw an error.
- Expected to throw error for references that cannot be returned.
The error is typically IllegalArgument, but it could also throw UnsupportedOperation
if no columns are supported or for columns that exists, but are not currently supported.
Note that it may also throw IllegalArgument for this case, so implementers are not required to have info about all
theoretically possible values.
Parameters:
pcColumn CHARACTER
Returns CHARACTER


Property Detail
Top

PUBLIC LOGICAL Created

Inherited from OpenEdge.DataAdmin.Core.IElement
Returns LOGICAL
Top

PUBLIC CHARACTER FieldNames

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns CHARACTER
Top

PUBLIC LOGICAL IsSnapShot

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns LOGICAL
Top

PUBLIC CHARACTER KeyFields

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns CHARACTER
Top

PUBLIC INTEGER KeyIntValue

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns INTEGER
Top

PUBLIC CHARACTER KeyValue

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns CHARACTER
Top

PUBLIC CHARACTER KeyValues

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns CHARACTER
Top

PUBLIC IDataAdminModel Model

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns IDataAdminModel
Top

PUBLIC LOGICAL Modified

Inherited from OpenEdge.DataAdmin.Core.IElement
Returns LOGICAL
Top

PUBLIC CHARACTER OldKeyValues

Returns CHARACTER
Top

PUBLIC CHARACTER SerializeName

Inherited from OpenEdge.DataAdmin.Binding.IRow
Returns CHARACTER


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0