DASchemaRelation

Overview

Location

 

childKeys  retain

@property (retain) NSString *childKeys

childTableName  retain

@property (retain) NSString *childTableName

initWithName:    (declared in DASchemaBaseObject)

- (InstanceType) initWithName:(NSString *)aName

Parameters:

  • aName:

initWithXml:    (declared in DASchemaBaseObject)

- (InstanceType) initWithXml:(NSString *)anXml

Parameters:

  • anXml:

name  retain    (declared in DASchemaBaseObject)

Represents the name of the schema object. Name is a mandatory property and an exception will be raised if its value is nil or empty. Only alpha-numeric characters are allowed in the Name value.

@property (retain) NSString *name

note  retain    (declared in DASchemaBaseObject)

Description for schema object

@property (retain) NSString *note

parentKeys  retain

@property (retain) NSString *parentKeys

parentTableName  retain

@property (retain) NSString *parentTableName

relationType  assign

@property (assign) enum DASchemaRelationType relationType

 

childKeys  retain

@property (retain) NSString *childKeys

childTableName  retain

@property (retain) NSString *childTableName

name  retain    (declared in DASchemaBaseObject)

Represents the name of the schema object. Name is a mandatory property and an exception will be raised if its value is nil or empty. Only alpha-numeric characters are allowed in the Name value.

@property (retain) NSString *name

note  retain    (declared in DASchemaBaseObject)

Description for schema object

@property (retain) NSString *note

parentKeys  retain

@property (retain) NSString *parentKeys

parentTableName  retain

@property (retain) NSString *parentTableName

relationType  assign

@property (assign) enum DASchemaRelationType relationType

 

initWithName:    (declared in DASchemaBaseObject)

- (InstanceType) initWithName:(NSString *)aName

Parameters:

  • aName:

initWithXml:    (declared in DASchemaBaseObject)

- (InstanceType) initWithXml:(NSString *)anXml

Parameters:

  • anXml: