Namespace: OpenEdge.DataAdmin.Binding
Class
RowImpl
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: OpenEdge.DataAdmin.Binding.IRow

/* Copyright (c) 2011,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.
File:RowImpl
Purpose:Wraps info about a row for interobject messages/events
Author(s):hdaniels
Created:Sat Oct 08 15:09:48 EDT 2011




Method Summary
Options Name Purpose
CHARACTER FieldValue (character)
CHARACTER GetSingleValue (character)
CHARACTER GetSingleValue (integer)

Constructor Summary
Options Name Purpose
RowImpl (IDataAdminModel, character, integer, character, character)
RowImpl (IDataAdminModel, character, integer, character, character, character, character[])
RowImpl (IDataAdminModel, character, integer, character, character[])
RowImpl (IDataAdminModel, character, integer, character, character[], character, character[])
RowImpl (IDataAdminModel, character, integer, character, integer)
RowImpl (IDataAdminModel, character, integer, character, integer, character, character[])

Property Summary
Options Name Purpose
LOGICAL Created
CHARACTER FieldNames
LOGICAL IsSnapShot /** is - true means that values are not refrehsed - use for message only don't store */
CHARACTER KeyFields
INTEGER KeyIntValue /** returns the integer value that correspond to a single entry KeyFields for this row */
CHARACTER KeyValue /** returns the value that correspond to a single entry KeyFields for this row */
CHARACTER KeyValues
OpenEdge.DataAdmin.Binding.IDataAdminModel Model /** Model - to manage relations between local Model and service Model in many-to-many queries */
LOGICAL Modified
CHARACTER SerializeName /** SerializeName is used in child and parent defintitions */


Method Detail
Top

CHARACTER FieldValue (character)

Parameters:
pcColumn CHARACTER
Returns CHARACTER
Top

CHARACTER GetSingleValue (character)

Parameters:
pcValue CHARACTER
Returns CHARACTER
Top

CHARACTER GetSingleValue (integer)

Parameters:
piValue INTEGER
Returns CHARACTER


Constructor Detail
Top

RowImpl (IDataAdminModel, character, integer, character, character)

Parameters:
pModel OpenEdge.DataAdmin.Binding.IDataAdminModel
pSerializename CHARACTER
pState INTEGER
pKeyField CHARACTER
pKeyValue CHARACTER
Top

RowImpl (IDataAdminModel, character, integer, character, character, character, character[])

Parameters:
pModel OpenEdge.DataAdmin.Binding.IDataAdminModel
pSerializename CHARACTER
pState INTEGER
pKeyField CHARACTER
pKeyValue CHARACTER
pFields CHARACTER
pvalues CHARACTER
Top

RowImpl (IDataAdminModel, character, integer, character, character[])

Parameters:
pModel OpenEdge.DataAdmin.Binding.IDataAdminModel
pSerializename CHARACTER
pState INTEGER
pKeyFields CHARACTER
pKeyValues CHARACTER
Top

RowImpl (IDataAdminModel, character, integer, character, character[], character, character[])

Parameters:
pModel OpenEdge.DataAdmin.Binding.IDataAdminModel
pSerializename CHARACTER
pState INTEGER
pKeyFields CHARACTER
pKeyValues CHARACTER
pFieldNames CHARACTER
pfieldvalues CHARACTER
Top

RowImpl (IDataAdminModel, character, integer, character, integer)

Parameters:
pModel OpenEdge.DataAdmin.Binding.IDataAdminModel
pSerializename CHARACTER
pState INTEGER
pKeyField CHARACTER
pKeyValue INTEGER
Top

RowImpl (IDataAdminModel, character, integer, character, integer, character, character[])

Parameters:
pModel OpenEdge.DataAdmin.Binding.IDataAdminModel
pSerializename CHARACTER
pState INTEGER
pKeyField CHARACTER
pKeyValue INTEGER
pFields CHARACTER
pvalues CHARACTER


Property Detail
Top

LOGICAL Created

Returns LOGICAL
Top

CHARACTER FieldNames

Returns CHARACTER
Top

LOGICAL IsSnapShot

Purpose: is - true means that values are not refrehsed
- use for message only don't store
Returns LOGICAL
Top

CHARACTER KeyFields

Returns CHARACTER
Top

INTEGER KeyIntValue

Purpose: returns the integer value that correspond to a single entry KeyFields for this row
Returns INTEGER
Top

CHARACTER KeyValue

Purpose: returns the value that correspond to a single entry KeyFields for this row
Returns CHARACTER
Top

CHARACTER KeyValues

Returns CHARACTER
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel Model

Purpose: Model - to manage relations between local Model and service Model in many-to-many queries
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
Top

LOGICAL Modified

Returns LOGICAL
Top

CHARACTER SerializeName

Purpose: SerializeName is used in child and parent defintitions
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7