Namespace: OpenEdge.DataAdmin.Binding
Type: 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
  CHARACTER KeyFields
  INTEGER KeyIntValue
  CHARACTER KeyValue
  CHARACTER KeyValues
  OpenEdge.DataAdmin.Binding.IDataAdminModel Model
  LOGICAL Modified
  CHARACTER SerializeName


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

Returns LOGICAL
 
Top

CHARACTER KeyFields

Returns CHARACTER
 
Top

INTEGER KeyIntValue

Returns INTEGER
 
Top

CHARACTER KeyValue

Returns CHARACTER
 
Top

CHARACTER KeyValues

Returns CHARACTER
 
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel Model

Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

LOGICAL Modified

Returns LOGICAL
 
Top

CHARACTER SerializeName

Returns CHARACTER