Safe Haskell | None |
---|---|
Language | Haskell2010 |
ProjectM36.Server.RemoteCallTypes
Synopsis
- data Login = Login ProcessId
- 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
Documentation
The initial login message. The argument should be the process id of the initiating client. This ProcessId will receive notification callbacks.
Constructors
Login ProcessId |
Constructors
Logout |
data ExecuteRelationalExpr Source #
Constructors
ExecuteRelationalExpr SessionId RelationalExpr |
Instances
Generic ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteRelationalExpr :: * -> * # Methods from :: ExecuteRelationalExpr -> Rep ExecuteRelationalExpr x # to :: Rep ExecuteRelationalExpr x -> ExecuteRelationalExpr # | |
Binary ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteRelationalExpr -> Put # get :: Get ExecuteRelationalExpr # putList :: [ExecuteRelationalExpr] -> Put # | |
type Rep ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteRelationalExpr = D1 (MetaData "ExecuteRelationalExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # Methods from :: ExecuteDataFrameExpr -> Rep ExecuteDataFrameExpr x # to :: Rep ExecuteDataFrameExpr x -> ExecuteDataFrameExpr # | |
Binary ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteDataFrameExpr -> Put # get :: Get ExecuteDataFrameExpr # putList :: [ExecuteDataFrameExpr] -> Put # | |
type Rep ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDataFrameExpr = D1 (MetaData "ExecuteDataFrameExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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
data ExecuteDatabaseContextIOExpr Source #
Instances
Generic ExecuteDatabaseContextIOExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteDatabaseContextIOExpr :: * -> * # | |
Binary ExecuteDatabaseContextIOExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteDatabaseContextIOExpr -> Put # get :: Get ExecuteDatabaseContextIOExpr # putList :: [ExecuteDatabaseContextIOExpr] -> Put # | |
type Rep ExecuteDatabaseContextIOExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDatabaseContextIOExpr = D1 (MetaData "ExecuteDatabaseContextIOExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "ExecuteDatabaseContextIOExpr" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DatabaseContextIOExpr))) |
data ExecuteGraphExpr Source #
Constructors
ExecuteGraphExpr SessionId TransactionGraphOperator |
Instances
Generic ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteGraphExpr :: * -> * # Methods from :: ExecuteGraphExpr -> Rep ExecuteGraphExpr x # to :: Rep ExecuteGraphExpr x -> ExecuteGraphExpr # | |
Binary ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteGraphExpr -> Put # get :: Get ExecuteGraphExpr # putList :: [ExecuteGraphExpr] -> Put # | |
type Rep ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteGraphExpr = D1 (MetaData "ExecuteGraphExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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
Generic ExecuteTransGraphRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteTransGraphRelationalExpr :: * -> * # | |
Binary ExecuteTransGraphRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteTransGraphRelationalExpr -> Put # get :: Get ExecuteTransGraphRelationalExpr # putList :: [ExecuteTransGraphRelationalExpr] -> Put # | |
type Rep ExecuteTransGraphRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteTransGraphRelationalExpr = D1 (MetaData "ExecuteTransGraphRelationalExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "ExecuteTransGraphRelationalExpr" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TransGraphRelationalExpr))) |
data ExecuteHeadName Source #
Constructors
ExecuteHeadName SessionId |
Instances
Generic ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteHeadName :: * -> * # Methods from :: ExecuteHeadName -> Rep ExecuteHeadName x # to :: Rep ExecuteHeadName x -> ExecuteHeadName # | |
Binary ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteHeadName -> Put # get :: Get ExecuteHeadName # putList :: [ExecuteHeadName] -> Put # | |
type Rep ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteHeadName = D1 (MetaData "ExecuteHeadName" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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
Generic ExecuteTypeForRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteTypeForRelationalExpr :: * -> * # | |
Binary ExecuteTypeForRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteTypeForRelationalExpr -> Put # get :: Get ExecuteTypeForRelationalExpr # putList :: [ExecuteTypeForRelationalExpr] -> Put # | |
type Rep ExecuteTypeForRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteTypeForRelationalExpr = D1 (MetaData "ExecuteTypeForRelationalExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "ExecuteTypeForRelationalExpr" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 RelationalExpr))) |
data ExecuteSchemaExpr Source #
Constructors
ExecuteSchemaExpr SessionId SchemaExpr |
Instances
Generic ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep ExecuteSchemaExpr :: * -> * # Methods from :: ExecuteSchemaExpr -> Rep ExecuteSchemaExpr x # to :: Rep ExecuteSchemaExpr x -> ExecuteSchemaExpr # | |
Binary ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: ExecuteSchemaExpr -> Put # get :: Get ExecuteSchemaExpr # putList :: [ExecuteSchemaExpr] -> Put # | |
type Rep ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSchemaExpr = D1 (MetaData "ExecuteSchemaExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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
data RetrieveInclusionDependencies Source #
Constructors
RetrieveInclusionDependencies SessionId |
Instances
Generic RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveInclusionDependencies :: * -> * # | |
Binary RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveInclusionDependencies -> Put # get :: Get RetrieveInclusionDependencies # putList :: [RetrieveInclusionDependencies] -> Put # | |
type Rep RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveInclusionDependencies = D1 (MetaData "RetrieveInclusionDependencies" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrieveInclusionDependencies" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrievePlanForDatabaseContextExpr Source #
Instances
Generic RetrievePlanForDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrievePlanForDatabaseContextExpr :: * -> * # | |
Binary RetrievePlanForDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrievePlanForDatabaseContextExpr -> Put # | |
type Rep RetrievePlanForDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrievePlanForDatabaseContextExpr = D1 (MetaData "RetrievePlanForDatabaseContextExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrievePlanForDatabaseContextExpr" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DatabaseContextExpr))) |
data RetrieveTransactionGraph Source #
Constructors
RetrieveTransactionGraph SessionId |
Instances
Generic RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveTransactionGraph :: * -> * # Methods from :: RetrieveTransactionGraph -> Rep RetrieveTransactionGraph x # to :: Rep RetrieveTransactionGraph x -> RetrieveTransactionGraph # | |
Binary RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveTransactionGraph -> Put # get :: Get RetrieveTransactionGraph # putList :: [RetrieveTransactionGraph] -> Put # | |
type Rep RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTransactionGraph = D1 (MetaData "RetrieveTransactionGraph" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # Methods from :: RetrieveHeadTransactionId -> Rep RetrieveHeadTransactionId x # to :: Rep RetrieveHeadTransactionId x -> RetrieveHeadTransactionId # | |
Binary RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveHeadTransactionId -> Put # get :: Get RetrieveHeadTransactionId # putList :: [RetrieveHeadTransactionId] -> Put # | |
type Rep RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveHeadTransactionId = D1 (MetaData "RetrieveHeadTransactionId" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # Methods from :: CreateSessionAtCommit -> Rep CreateSessionAtCommit x # to :: Rep CreateSessionAtCommit x -> CreateSessionAtCommit # | |
Binary CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: CreateSessionAtCommit -> Put # get :: Get CreateSessionAtCommit # putList :: [CreateSessionAtCommit] -> Put # | |
type Rep CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CreateSessionAtCommit = D1 (MetaData "CreateSessionAtCommit" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # Methods from :: CreateSessionAtHead -> Rep CreateSessionAtHead x # to :: Rep CreateSessionAtHead x -> CreateSessionAtHead # | |
Binary CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: CreateSessionAtHead -> Put # get :: Get CreateSessionAtHead # putList :: [CreateSessionAtHead] -> Put # | |
type Rep CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CreateSessionAtHead = D1 (MetaData "CreateSessionAtHead" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # | |
Binary CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
type Rep CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CloseSession = D1 (MetaData "CloseSession" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # Methods from :: RetrieveAtomTypesAsRelation -> Rep RetrieveAtomTypesAsRelation x # to :: Rep RetrieveAtomTypesAsRelation x -> RetrieveAtomTypesAsRelation # | |
Binary RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveAtomTypesAsRelation -> Put # get :: Get RetrieveAtomTypesAsRelation # putList :: [RetrieveAtomTypesAsRelation] -> Put # | |
type Rep RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomTypesAsRelation = D1 (MetaData "RetrieveAtomTypesAsRelation" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrieveAtomTypesAsRelation" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrieveRelationVariableSummary Source #
Constructors
RetrieveRelationVariableSummary SessionId |
Instances
Generic RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveRelationVariableSummary :: * -> * # | |
Binary RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveRelationVariableSummary -> Put # get :: Get RetrieveRelationVariableSummary # putList :: [RetrieveRelationVariableSummary] -> Put # | |
type Rep RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveRelationVariableSummary = D1 (MetaData "RetrieveRelationVariableSummary" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrieveRelationVariableSummary" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrieveAtomFunctionSummary Source #
Constructors
RetrieveAtomFunctionSummary SessionId |
Instances
Generic RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveAtomFunctionSummary :: * -> * # Methods from :: RetrieveAtomFunctionSummary -> Rep RetrieveAtomFunctionSummary x # to :: Rep RetrieveAtomFunctionSummary x -> RetrieveAtomFunctionSummary # | |
Binary RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveAtomFunctionSummary -> Put # get :: Get RetrieveAtomFunctionSummary # putList :: [RetrieveAtomFunctionSummary] -> Put # | |
type Rep RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomFunctionSummary = D1 (MetaData "RetrieveAtomFunctionSummary" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrieveAtomFunctionSummary" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrieveDatabaseContextFunctionSummary Source #
Constructors
RetrieveDatabaseContextFunctionSummary SessionId |
Instances
Generic RetrieveDatabaseContextFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveDatabaseContextFunctionSummary :: * -> * # | |
Binary RetrieveDatabaseContextFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
type Rep RetrieveDatabaseContextFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveDatabaseContextFunctionSummary = D1 (MetaData "RetrieveDatabaseContextFunctionSummary" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrieveDatabaseContextFunctionSummary" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrieveCurrentSchemaName Source #
Constructors
RetrieveCurrentSchemaName SessionId |
Instances
Generic RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveCurrentSchemaName :: * -> * # Methods from :: RetrieveCurrentSchemaName -> Rep RetrieveCurrentSchemaName x # to :: Rep RetrieveCurrentSchemaName x -> RetrieveCurrentSchemaName # | |
Binary RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveCurrentSchemaName -> Put # get :: Get RetrieveCurrentSchemaName # putList :: [RetrieveCurrentSchemaName] -> Put # | |
type Rep RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveCurrentSchemaName = D1 (MetaData "RetrieveCurrentSchemaName" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # | |
Binary TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
type Rep TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep TestTimeout = D1 (MetaData "TestTimeout" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 :: * -> * # Methods from :: RetrieveSessionIsDirty -> Rep RetrieveSessionIsDirty x # to :: Rep RetrieveSessionIsDirty x -> RetrieveSessionIsDirty # | |
Binary RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveSessionIsDirty -> Put # get :: Get RetrieveSessionIsDirty # putList :: [RetrieveSessionIsDirty] -> Put # | |
type Rep RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveSessionIsDirty = D1 (MetaData "RetrieveSessionIsDirty" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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
Generic RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Associated Types type Rep RetrieveTypeConstructorMapping :: * -> * # | |
Binary RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes Methods put :: RetrieveTypeConstructorMapping -> Put # get :: Get RetrieveTypeConstructorMapping # putList :: [RetrieveTypeConstructorMapping] -> Put # | |
type Rep RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTypeConstructorMapping = D1 (MetaData "RetrieveTypeConstructorMapping" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "RetrieveTypeConstructorMapping" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |