Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
Login ProcessId |
data ExecuteRelationalExpr Source #
Instances
Generic ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteRelationalExpr :: * -> * # | |
Binary ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDataFrameExpr :: * -> * # from :: ExecuteDataFrameExpr -> Rep ExecuteDataFrameExpr x # to :: Rep ExecuteDataFrameExpr x -> ExecuteDataFrameExpr # | |
Binary ExecuteDataFrameExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic ExecuteDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDatabaseContextExpr :: * -> * # | |
Binary ExecuteDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes put :: ExecuteDatabaseContextExpr -> Put # get :: Get ExecuteDatabaseContextExpr # putList :: [ExecuteDatabaseContextExpr] -> Put # | |
type Rep ExecuteDatabaseContextExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDatabaseContextExpr = D1 (MetaData "ExecuteDatabaseContextExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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
Generic ExecuteDatabaseContextIOExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteDatabaseContextIOExpr :: * -> * # | |
Binary ExecuteDatabaseContextIOExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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 #
Instances
Generic ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteGraphExpr :: * -> * # from :: ExecuteGraphExpr -> Rep ExecuteGraphExpr x # to :: Rep ExecuteGraphExpr x -> ExecuteGraphExpr # | |
Binary ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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 type Rep ExecuteTransGraphRelationalExpr :: * -> * # | |
Binary ExecuteTransGraphRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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 #
Instances
Generic ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteHeadName :: * -> * # from :: ExecuteHeadName -> Rep ExecuteHeadName x # to :: Rep ExecuteHeadName x -> ExecuteHeadName # | |
Binary 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.7-inplace" False) (C1 (MetaCons "ExecuteHeadName" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data ExecuteTypeForRelationalExpr Source #
Instances
Generic ExecuteTypeForRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteTypeForRelationalExpr :: * -> * # | |
Binary ExecuteTypeForRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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 #
Instances
Generic ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSchemaExpr :: * -> * # from :: ExecuteSchemaExpr -> Rep ExecuteSchemaExpr x # to :: Rep ExecuteSchemaExpr x -> ExecuteSchemaExpr # | |
Binary ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic ExecuteSetCurrentSchema Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSetCurrentSchema :: * -> * # | |
Binary ExecuteSetCurrentSchema Source # | |
Defined in ProjectM36.Server.RemoteCallTypes put :: ExecuteSetCurrentSchema -> Put # get :: Get ExecuteSetCurrentSchema # putList :: [ExecuteSetCurrentSchema] -> Put # | |
type Rep ExecuteSetCurrentSchema Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSetCurrentSchema = D1 (MetaData "ExecuteSetCurrentSchema" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-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 #
Instances
Generic RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveInclusionDependencies :: * -> * # | |
Binary RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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 # | |
Binary RetrievePlanForDatabaseContextExpr Source # | |
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 #
Instances
Generic RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTransactionGraph :: * -> * # | |
Binary RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveHeadTransactionId :: * -> * # | |
Binary RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CreateSessionAtCommit :: * -> * # | |
Binary CreateSessionAtCommit Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CreateSessionAtHead :: * -> * # from :: CreateSessionAtHead -> Rep CreateSessionAtHead x # to :: Rep CreateSessionAtHead x -> CreateSessionAtHead # | |
Binary CreateSessionAtHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CloseSession :: * -> * # from :: CloseSession -> Rep CloseSession x # to :: Rep CloseSession x -> 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 #
Instances
Generic RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomTypesAsRelation :: * -> * # | |
Binary 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.7-inplace" False) (C1 (MetaCons "RetrieveAtomTypesAsRelation" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrieveRelationVariableSummary Source #
Instances
Generic RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveRelationVariableSummary :: * -> * # | |
Binary RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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 #
Instances
Generic RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomFunctionSummary :: * -> * # | |
Binary 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.7-inplace" False) (C1 (MetaCons "RetrieveAtomFunctionSummary" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId))) |
data RetrieveDatabaseContextFunctionSummary Source #
Instances
Generic RetrieveDatabaseContextFunctionSummary Source # | |
Binary RetrieveDatabaseContextFunctionSummary Source # | |
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 #
Instances
Generic RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveCurrentSchemaName :: * -> * # | |
Binary RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep TestTimeout :: * -> * # from :: TestTimeout -> Rep TestTimeout x # to :: Rep TestTimeout x -> 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 #
Instances
Generic RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveSessionIsDirty :: * -> * # | |
Binary RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes 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 #
Instances
Generic ExecuteAutoMergeToHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteAutoMergeToHead :: * -> * # | |
Binary ExecuteAutoMergeToHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes put :: ExecuteAutoMergeToHead -> Put # get :: Get ExecuteAutoMergeToHead # putList :: [ExecuteAutoMergeToHead] -> Put # | |
type Rep ExecuteAutoMergeToHead Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteAutoMergeToHead = D1 (MetaData "ExecuteAutoMergeToHead" "ProjectM36.Server.RemoteCallTypes" "project-m36-0.7-inplace" False) (C1 (MetaCons "ExecuteAutoMergeToHead" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SessionId) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 MergeStrategy) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 HeadName)))) |
data RetrieveTypeConstructorMapping Source #
Instances
Generic RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTypeConstructorMapping :: * -> * # | |
Binary RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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))) |