PrimaryKeyUpdateIndex

From
(Difference between revisions)
Jump to: navigation, search
 
m (Fields)
 
Line 9: Line 9:
 
!Name
 
!Name
 
!Type
 
!Type
 +
!Size
 
!Description
 
!Description
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|primaryKey
 
|primaryKey
 
|String
 
|String
 +
|9
 
|The unique EService primary key, used to identify the record.
 
|The unique EService primary key, used to identify the record.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|updateIndex
 
|updateIndex
 
|int
 
|int
 +
|10
 
|A time-derived int value, used to indicate concurrency issues.  Updated every time the EService record is changed or modified in some way.
 
|A time-derived int value, used to indicate concurrency issues.  Updated every time the EService record is changed or modified in some way.
 
|}
 
|}

Latest revision as of 02:42, 18 August 2005

[edit] Description

A special object, designed to return in a single object, two commonly required data values. This is the most likely to be used after the creation of a new record on EService.

[edit] Fields

The data fields of this object.

Name Type Size Description
primaryKey String 9 The unique EService primary key, used to identify the record.
updateIndex int 10 A time-derived int value, used to indicate concurrency issues. Updated every time the EService record is changed or modified in some way.
MediaWiki Appliance - Powered by TurnKey Linux