ADABAS Connector

Business object used for testing:

Version = 3.0.0
[End]
[BusinessObjectDefinition]
Name = ADABAS_VEHICLES
Version = 3.0.0
AppSpecificInfo = TN=Vehicles
 
    [Attribute]
    Name = REG_NUM
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = true
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=REG_NUM
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = CHASSIS_NUM
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=CHASSIS_NUM
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = PERSONNEL_ID
    Type = Integer
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=PERSONNEL_ID
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = MAKE
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=MAKE
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = MODEL
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=MODEL
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = COLOR
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=COLOR
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = YEAR
    Type = Integer
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=YEAR
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = CLASS
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=CLASS
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = LEASE_PUR
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=LEASE_PUR
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = DATE_ACQ
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=DATE_ACQ
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = CURR_CODE
    Type = String
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=CURR_CODE
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = MAINT_COST_1
    Type = Integer
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=MAINT_COST_1
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = MAINT_COST_2
    Type = Integer
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=MAINT_COST_2
    DefaultValue = 0
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = MAINT_COST_3
    Type = Integer
    Cardinality = 1
    MaxLength = 255
    IsKey = false
    IsForeignKey = false
    IsRequired = false
    AppSpecificInfo = CN=MAINT_COST_3
    DefaultValue = 0
    IsRequiredServerBound = false
    [End]
 
    [Attribute]
    Name = ObjectEventId
    Type = String
    Cardinality = 1
    MaxLength = 255
    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, 2004