Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data LogicalModelIdentifier (b :: BackendType)
- data InlineLogicalModelMetadata (b :: BackendType) = InlineLogicalModelMetadata {}
Documentation
data LogicalModelIdentifier (b :: BackendType) Source #
the name of a Logical Model, or an inline Logical Model
Instances
data InlineLogicalModelMetadata (b :: BackendType) Source #
Description of an inline logical model to use in metadata (before schema cache) this has no name - it is up to the resolving user (ie, the Native Query, etc) to give the generated type a name
InlineLogicalModelMetadata | |
|