Database Client in Model UI Fragment Properties@0.0.4

Contents

Up to acyclic

FragmentProperty: Database ClientStatus: EXPERIMENTAL

Documentation

Data bases may provide large amounts of data that are to be managed in a coherent manner. A typical use case could be historical data, order management data, or even recipies.

Typed Element: → 'DatabaseClientType'

Instanciatable Types 1

Name: → 'DatabaseClientType' Status: EXPERIMENTAL
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..1
From Model: UI Fragment Properties
Documentation: This data type is a specialization of the generic client data type that is intended for the description of uplinks to data bases.
Structured Value Members:
  • server : → 'URLType' [0..1]
    The connection URL or fragment thereof.
  • reconnect : → 'BooleanType' [0..1]
    Whether closed or lost connections shall be re-established.
  • context : → 'DataBindingContextType' [0..∞]
    References to contexts in which this client description is applicable.
  • protocolIdentifier : → 'GenericReferenceType' [0..∞]
    Points to a description of alternative or potentially stacked protocols that are required for the data access.
  • driver : → 'GenericReferenceType' [0..1]
    Points to a database connection driver that is used for the client-side generation of database requests and the interpretation of its replies.
This data type is a specialization of the generic client data type that is intended for the description of uplinks to data bases.