| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.system.DispatcherObject
|
+--xp.data.DBMSResolver
Field Summary | ||
| public | excludeFields: String | |
| csv list of fields to exclude from update packet | ||
| public | keyFields: String | |
| csv list of key fields | ||
| public | nullValue: String | |
| A string that is placed in the update packet to indicate that a field's value is null. | ||
| public | tableName: String | |
| Identifies the database table that is to be updated. | ||
| static | umUsingAll | |
| Constant for updateMode | ||
| static | umUsingKey | |
| Constant for updateMode | ||
| public | updateMode: String | |
| Values that determine how key fields are identified when the XML update packet is generated. | ||
| ||
Property Summary | ||
| public | deltaPacket (read) | |
| The DataSource object’s deltaPacket property should be bound to this property so that when DataSource.applyUpdates() is called, the binding will copy it across and the resolver will create the update packet. | ||
| public | deltaPacket: DeltaPacket (write) | |
| public | unresolvedPackets (read-only) | |
| public | updatePacket: XML (read-only) | |
| The XML packet produced by this resolver that contains the changes from the data set’s delta packet. | ||
| public | updateResults: XML (read, write) | |
| A delta packet that contains the results of an update returned from the server through a connector. | ||
Constructor | ||
| public | DBMSResolver ( ) | |
| Constructor The DBMSResolver can be instantiatedas an object using "new" or placed on stage as a component | ||
| ||
| public var excludeFields: String |
| csv list of fields to exclude from update packet |
| public var keyFields: String |
| csv list of key fields |
| public var nullValue: String |
| A string that is placed in the update packet to indicate that a field's value is null. |
| public var tableName: String |
| Identifies the database table that is to be updated. |
| static var umUsingAll |
| Constant for updateMode |
| static var umUsingKey |
| Constant for updateMode |
| public var updateMode: String |
| Values that determine how key fields are identified when the XML update packet is generated. |
|
| The DataSource object’s deltaPacket property should be bound to this property so that when DataSource.applyUpdates() is called, the binding will copy it across and the resolver will create the update packet. |
|
|
|
| The XML packet produced by this resolver that contains the changes from the data set’s delta packet. |
|
| A delta packet that contains the results of an update returned from the server through a connector. |
|
| Constructor The DBMSResolver can be instantiatedas an object using "new" or placed on stage as a component |