DB2 Connector

Business object used for testing:

[ReposCopy]
 Version = 3.0.0
 [End]
 [BusinessObjectDefinition]
 Name = DB2XWORLDS_EVENTS
 Version = 3.0.0
 AppSpecificInfo = TN=SCJAB.XWORLDS_EVENTS
  
     [Attribute]
     Name = EVENT_ID
     Type = Integer
     MaxLength = 255
     IsKey = true
     IsForeignKey = false
     IsRequired = false
     AppSpecificInfo = CN=EVENT_ID
     IsRequiredServerBound = false
     [End]
  
     [Attribute]
     Name = OBJECT_KEY
     Type = Integer
     MaxLength = 255
     IsKey = false
     IsForeignKey = false
     IsRequired = false
     AppSpecificInfo = CN=OBJECT_KEY
     IsRequiredServerBound = false
     [End]
  
     [Attribute]
     Name = OBJECT_NAME
     Type = String
     MaxLength = 255
     IsKey = false
     IsForeignKey = false
     IsRequired = false
     AppSpecificInfo = CN=OBJECT_NAME
     IsRequiredServerBound = false
     [End]
  
     [Attribute]
     Name = EVENT_PRIORITY
     Type = Integer
     MaxLength = 255
     IsKey = false
     IsForeignKey = false
     IsRequired = false
     AppSpecificInfo = CN=EVENT_PRIORITY
     IsRequiredServerBound = false
     [End]
  
     [Attribute]
     Name = EVENT_STATUS
     Type = Integer
     MaxLength = 255
     IsKey = false
     IsForeignKey = false
     IsRequired = false
     AppSpecificInfo = CN=EVENT_STATUS
     IsRequiredServerBound = false
     [End]
  
     [Attribute]
     Name = OBJECT_VERB
     Type = String
     MaxLength = 255
     IsKey = false
     IsForeignKey = false
     IsRequired = false
     AppSpecificInfo = CN=OBJECT_VERB
     IsRequiredServerBound = false
     [End]
  
     [Attribute]
     Name = ObjectEventId
     Type = String
     MaxLength = 
     IsKey = false
     IsForeignKey = false
     IsRequired = false
     IsRequiredServerBound = false
     [End]
  
     [Verb]
     Name = Create
     [End]
  
     [Verb]
     Name = Delete
     [End]
  
     [Verb]
     Name = Retrieve
     [End]
  
     [Verb]
     Name = Update
 [End]
 [End]
 

Copyright IBM Corp. 1997, 2003