| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ProjectM36.Server.RemoteCallTypes
Synopsis
- data Login = Login DatabaseName
- data Logout = Logout
- data ExecuteRelationalExpr = ExecuteRelationalExpr SessionId RelationalExpr
- data ExecuteDataFrameExpr = ExecuteDataFrameExpr SessionId DataFrameExpr
- data ExecuteDatabaseContextExpr = ExecuteDatabaseContextExpr SessionId DatabaseContextExpr
- data ExecuteDatabaseContextIOExpr = ExecuteDatabaseContextIOExpr SessionId DatabaseContextIOExpr
- data ExecuteGraphExpr = ExecuteGraphExpr SessionId TransactionGraphOperator
- data ExecuteTransGraphRelationalExpr = ExecuteTransGraphRelationalExpr SessionId TransGraphRelationalExpr
- data ExecuteHeadName = ExecuteHeadName SessionId
- data ExecuteTypeForRelationalExpr = ExecuteTypeForRelationalExpr SessionId RelationalExpr
- data ExecuteSchemaExpr = ExecuteSchemaExpr SessionId SchemaExpr
- data ExecuteSetCurrentSchema = ExecuteSetCurrentSchema SessionId SchemaName
- data RetrieveInclusionDependencies = RetrieveInclusionDependencies SessionId
- data RetrievePlanForDatabaseContextExpr = RetrievePlanForDatabaseContextExpr SessionId DatabaseContextExpr
- data RetrieveTransactionGraph = RetrieveTransactionGraph SessionId
- data RetrieveHeadTransactionId = RetrieveHeadTransactionId SessionId
- data CreateSessionAtCommit = CreateSessionAtCommit TransactionId
- data CreateSessionAtHead = CreateSessionAtHead HeadName
- data CloseSession = CloseSession SessionId
- data RetrieveAtomTypesAsRelation = RetrieveAtomTypesAsRelation SessionId
- data RetrieveRelationVariableSummary = RetrieveRelationVariableSummary SessionId
- data RetrieveAtomFunctionSummary = RetrieveAtomFunctionSummary SessionId
- data RetrieveDatabaseContextFunctionSummary = RetrieveDatabaseContextFunctionSummary SessionId
- data RetrieveCurrentSchemaName = RetrieveCurrentSchemaName SessionId
- data TestTimeout = TestTimeout SessionId
- data RetrieveSessionIsDirty = RetrieveSessionIsDirty SessionId
- data ExecuteAutoMergeToHead = ExecuteAutoMergeToHead SessionId MergeStrategy HeadName
- data RetrieveTypeConstructorMapping = RetrieveTypeConstructorMapping SessionId
- data ExecuteValidateMerkleHashes = ExecuteValidateMerkleHashes SessionId
- data GetDDLHash = GetDDLHash SessionId
- data RetrieveDDLAsRelation = RetrieveDDLAsRelation SessionId
- data RetrieveRegisteredQueries = RetrieveRegisteredQueries SessionId
Documentation
The initial login message. The argument should be the process id of the initiating client. This ProcessId will receive notification callbacks.
Constructors
| Login DatabaseName |
Instances
| Generic Login Source # | |
| Serialise Login Source # | |
| type Rep Login Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep Login = D1 ('MetaData "Login" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "Login" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatabaseName))) | |
Constructors
| Logout |
data ExecuteRelationalExpr Source #
Constructors
| ExecuteRelationalExpr SessionId RelationalExpr |
Instances
| Generic ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteRelationalExpr :: Type -> Type # Methods from :: ExecuteRelationalExpr -> Rep ExecuteRelationalExpr x # to :: Rep ExecuteRelationalExpr x -> ExecuteRelationalExpr # | |
| Serialise ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteRelationalExpr = D1 ('MetaData "ExecuteRelationalExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteRelationalExpr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RelationalExpr))) | |
data ExecuteDataFrameExpr Source #
Constructors
| ExecuteDataFrameExpr SessionId DataFrameExpr |
Instances
| Generic ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteDataFrameExpr :: Type -> Type # Methods from :: ExecuteDataFrameExpr -> Rep ExecuteDataFrameExpr x # to :: Rep ExecuteDataFrameExpr x -> ExecuteDataFrameExpr # | |
| Serialise ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDataFrameExpr = D1 ('MetaData "ExecuteDataFrameExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteDataFrameExpr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DataFrameExpr))) | |
data ExecuteDatabaseContextExpr Source #
Constructors
| ExecuteDatabaseContextExpr SessionId DatabaseContextExpr |
Instances
| Generic ExecuteDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteDatabaseContextExpr :: Type -> Type # Methods from :: ExecuteDatabaseContextExpr -> Rep ExecuteDatabaseContextExpr x # to :: Rep ExecuteDatabaseContextExpr x -> ExecuteDatabaseContextExpr # | |
| Serialise ExecuteDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep ExecuteDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDatabaseContextExpr = D1 ('MetaData "ExecuteDatabaseContextExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteDatabaseContextExpr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatabaseContextExpr))) | |
data ExecuteDatabaseContextIOExpr Source #
Instances
data ExecuteGraphExpr Source #
Constructors
| ExecuteGraphExpr SessionId TransactionGraphOperator |
Instances
| Generic ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteGraphExpr :: Type -> Type # Methods from :: ExecuteGraphExpr -> Rep ExecuteGraphExpr x # to :: Rep ExecuteGraphExpr x -> ExecuteGraphExpr # | |
| Serialise ExecuteGraphExpr Source # | |
| type Rep ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteGraphExpr = D1 ('MetaData "ExecuteGraphExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteGraphExpr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TransactionGraphOperator))) | |
data ExecuteTransGraphRelationalExpr Source #
Instances
data ExecuteHeadName Source #
Constructors
| ExecuteHeadName SessionId |
Instances
| Generic ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteHeadName :: Type -> Type # Methods from :: ExecuteHeadName -> Rep ExecuteHeadName x # to :: Rep ExecuteHeadName x -> ExecuteHeadName # | |
| Serialise ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteHeadName = D1 ('MetaData "ExecuteHeadName" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteHeadName" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data ExecuteTypeForRelationalExpr Source #
Constructors
| ExecuteTypeForRelationalExpr SessionId RelationalExpr |
Instances
data ExecuteSchemaExpr Source #
Constructors
| ExecuteSchemaExpr SessionId SchemaExpr |
Instances
| Generic ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteSchemaExpr :: Type -> Type # Methods from :: ExecuteSchemaExpr -> Rep ExecuteSchemaExpr x # to :: Rep ExecuteSchemaExpr x -> ExecuteSchemaExpr # | |
| Serialise ExecuteSchemaExpr Source # | |
| type Rep ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSchemaExpr = D1 ('MetaData "ExecuteSchemaExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteSchemaExpr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SchemaExpr))) | |
data ExecuteSetCurrentSchema Source #
Constructors
| ExecuteSetCurrentSchema SessionId SchemaName |
Instances
| Generic ExecuteSetCurrentSchema Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteSetCurrentSchema :: Type -> Type # Methods from :: ExecuteSetCurrentSchema -> Rep ExecuteSetCurrentSchema x # to :: Rep ExecuteSetCurrentSchema x -> ExecuteSetCurrentSchema # | |
| Serialise ExecuteSetCurrentSchema Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep ExecuteSetCurrentSchema Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSetCurrentSchema = D1 ('MetaData "ExecuteSetCurrentSchema" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteSetCurrentSchema" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SchemaName))) | |
data RetrieveInclusionDependencies Source #
Constructors
| RetrieveInclusionDependencies SessionId |
Instances
| Generic RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveInclusionDependencies :: Type -> Type # | |
| Serialise RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods schemaGen :: Proxy RetrieveInclusionDependencies -> SchemaGen Schema # toBuilder :: RetrieveInclusionDependencies -> Builder # extractor :: Extractor RetrieveInclusionDependencies # decodeCurrent :: Decoder RetrieveInclusionDependencies # bundleSerialise :: BundleSerialise RetrieveInclusionDependencies # | |
| type Rep RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveInclusionDependencies = D1 ('MetaData "RetrieveInclusionDependencies" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveInclusionDependencies" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrievePlanForDatabaseContextExpr Source #
Instances
data RetrieveTransactionGraph Source #
Constructors
| RetrieveTransactionGraph SessionId |
Instances
| Generic RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveTransactionGraph :: Type -> Type # Methods from :: RetrieveTransactionGraph -> Rep RetrieveTransactionGraph x # to :: Rep RetrieveTransactionGraph x -> RetrieveTransactionGraph # | |
| Serialise RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTransactionGraph = D1 ('MetaData "RetrieveTransactionGraph" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveTransactionGraph" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveHeadTransactionId Source #
Constructors
| RetrieveHeadTransactionId SessionId |
Instances
| Generic RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveHeadTransactionId :: Type -> Type # Methods from :: RetrieveHeadTransactionId -> Rep RetrieveHeadTransactionId x # to :: Rep RetrieveHeadTransactionId x -> RetrieveHeadTransactionId # | |
| Serialise RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveHeadTransactionId = D1 ('MetaData "RetrieveHeadTransactionId" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveHeadTransactionId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data CreateSessionAtCommit Source #
Constructors
| CreateSessionAtCommit TransactionId |
Instances
| Generic CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep CreateSessionAtCommit :: Type -> Type # Methods from :: CreateSessionAtCommit -> Rep CreateSessionAtCommit x # to :: Rep CreateSessionAtCommit x -> CreateSessionAtCommit # | |
| Serialise CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CreateSessionAtCommit = D1 ('MetaData "CreateSessionAtCommit" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "CreateSessionAtCommit" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TransactionId))) | |
data CreateSessionAtHead Source #
Constructors
| CreateSessionAtHead HeadName |
Instances
| Generic CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep CreateSessionAtHead :: Type -> Type # Methods from :: CreateSessionAtHead -> Rep CreateSessionAtHead x # to :: Rep CreateSessionAtHead x -> CreateSessionAtHead # | |
| Serialise CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CreateSessionAtHead = D1 ('MetaData "CreateSessionAtHead" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "CreateSessionAtHead" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HeadName))) | |
data CloseSession Source #
Constructors
| CloseSession SessionId |
Instances
| Generic CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep CloseSession :: Type -> Type # | |
| Serialise CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods schemaGen :: Proxy CloseSession -> SchemaGen Schema # toBuilder :: CloseSession -> Builder # extractor :: Extractor CloseSession # | |
| type Rep CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CloseSession = D1 ('MetaData "CloseSession" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "CloseSession" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveAtomTypesAsRelation Source #
Constructors
| RetrieveAtomTypesAsRelation SessionId |
Instances
| Generic RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveAtomTypesAsRelation :: Type -> Type # Methods from :: RetrieveAtomTypesAsRelation -> Rep RetrieveAtomTypesAsRelation x # to :: Rep RetrieveAtomTypesAsRelation x -> RetrieveAtomTypesAsRelation # | |
| Serialise RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomTypesAsRelation = D1 ('MetaData "RetrieveAtomTypesAsRelation" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveAtomTypesAsRelation" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveRelationVariableSummary Source #
Constructors
| RetrieveRelationVariableSummary SessionId |
Instances
data RetrieveAtomFunctionSummary Source #
Constructors
| RetrieveAtomFunctionSummary SessionId |
Instances
| Generic RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveAtomFunctionSummary :: Type -> Type # Methods from :: RetrieveAtomFunctionSummary -> Rep RetrieveAtomFunctionSummary x # to :: Rep RetrieveAtomFunctionSummary x -> RetrieveAtomFunctionSummary # | |
| Serialise RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomFunctionSummary = D1 ('MetaData "RetrieveAtomFunctionSummary" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveAtomFunctionSummary" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveDatabaseContextFunctionSummary Source #
Constructors
| RetrieveDatabaseContextFunctionSummary SessionId |
Instances
data RetrieveCurrentSchemaName Source #
Constructors
| RetrieveCurrentSchemaName SessionId |
Instances
| Generic RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveCurrentSchemaName :: Type -> Type # Methods from :: RetrieveCurrentSchemaName -> Rep RetrieveCurrentSchemaName x # to :: Rep RetrieveCurrentSchemaName x -> RetrieveCurrentSchemaName # | |
| Serialise RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveCurrentSchemaName = D1 ('MetaData "RetrieveCurrentSchemaName" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveCurrentSchemaName" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data TestTimeout Source #
Constructors
| TestTimeout SessionId |
Instances
| Generic TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep TestTimeout :: Type -> Type # | |
| Serialise TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods schemaGen :: Proxy TestTimeout -> SchemaGen Schema # toBuilder :: TestTimeout -> Builder # extractor :: Extractor TestTimeout # | |
| type Rep TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep TestTimeout = D1 ('MetaData "TestTimeout" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "TestTimeout" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveSessionIsDirty Source #
Constructors
| RetrieveSessionIsDirty SessionId |
Instances
| Generic RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveSessionIsDirty :: Type -> Type # Methods from :: RetrieveSessionIsDirty -> Rep RetrieveSessionIsDirty x # to :: Rep RetrieveSessionIsDirty x -> RetrieveSessionIsDirty # | |
| Serialise RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveSessionIsDirty = D1 ('MetaData "RetrieveSessionIsDirty" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveSessionIsDirty" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data ExecuteAutoMergeToHead Source #
Constructors
| ExecuteAutoMergeToHead SessionId MergeStrategy HeadName |
Instances
data RetrieveTypeConstructorMapping Source #
Constructors
| RetrieveTypeConstructorMapping SessionId |
Instances
data ExecuteValidateMerkleHashes Source #
Constructors
| ExecuteValidateMerkleHashes SessionId |
Instances
| Generic ExecuteValidateMerkleHashes Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteValidateMerkleHashes :: Type -> Type # Methods from :: ExecuteValidateMerkleHashes -> Rep ExecuteValidateMerkleHashes x # to :: Rep ExecuteValidateMerkleHashes x -> ExecuteValidateMerkleHashes # | |
| Serialise ExecuteValidateMerkleHashes Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep ExecuteValidateMerkleHashes Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteValidateMerkleHashes = D1 ('MetaData "ExecuteValidateMerkleHashes" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "ExecuteValidateMerkleHashes" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data GetDDLHash Source #
Constructors
| GetDDLHash SessionId |
Instances
| Generic GetDDLHash Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep GetDDLHash :: Type -> Type # | |
| Serialise GetDDLHash Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods schemaGen :: Proxy GetDDLHash -> SchemaGen Schema # toBuilder :: GetDDLHash -> Builder # extractor :: Extractor GetDDLHash # | |
| type Rep GetDDLHash Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep GetDDLHash = D1 ('MetaData "GetDDLHash" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "GetDDLHash" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveDDLAsRelation Source #
Constructors
| RetrieveDDLAsRelation SessionId |
Instances
| Generic RetrieveDDLAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveDDLAsRelation :: Type -> Type # Methods from :: RetrieveDDLAsRelation -> Rep RetrieveDDLAsRelation x # to :: Rep RetrieveDDLAsRelation x -> RetrieveDDLAsRelation # | |
| Serialise RetrieveDDLAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveDDLAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveDDLAsRelation = D1 ('MetaData "RetrieveDDLAsRelation" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveDDLAsRelation" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |
data RetrieveRegisteredQueries Source #
Constructors
| RetrieveRegisteredQueries SessionId |
Instances
| Generic RetrieveRegisteredQueries Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveRegisteredQueries :: Type -> Type # Methods from :: RetrieveRegisteredQueries -> Rep RetrieveRegisteredQueries x # to :: Rep RetrieveRegisteredQueries x -> RetrieveRegisteredQueries # | |
| Serialise RetrieveRegisteredQueries Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
| type Rep RetrieveRegisteredQueries Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveRegisteredQueries = D1 ('MetaData "RetrieveRegisteredQueries" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.9.6-inplace" 'False) (C1 ('MetaCons "RetrieveRegisteredQueries" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) | |