Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
- data ConvertSQLQuery = ConvertSQLQuery SessionId Query
- data ConvertSQLUpdates = ConvertSQLUpdates SessionId [DBUpdate]
Documentation
The initial login message. The argument should be the process id of the initiating client. This ProcessId will receive notification callbacks.
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-1.0.1-inplace" 'False) (C1 ('MetaCons "Login" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatabaseName))) |
data ExecuteRelationalExpr Source #
Instances
Generic ExecuteRelationalExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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-1.0.1-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 | |
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-1.0.1-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
data ExecuteDatabaseContextIOExpr Source #
Instances
data ExecuteGraphExpr Source #
Instances
Generic ExecuteGraphExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes from :: ExecuteGraphExpr -> Rep ExecuteGraphExpr x Source # to :: Rep ExecuteGraphExpr x -> ExecuteGraphExpr Source # | |
Serialise 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-1.0.1-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 #
Instances
Generic ExecuteHeadName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes from :: ExecuteHeadName -> Rep ExecuteHeadName x Source # to :: Rep ExecuteHeadName x -> ExecuteHeadName Source # | |
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-1.0.1-inplace" 'False) (C1 ('MetaCons "ExecuteHeadName" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data ExecuteTypeForRelationalExpr Source #
Instances
data ExecuteSchemaExpr Source #
Instances
Generic ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes from :: ExecuteSchemaExpr -> Rep ExecuteSchemaExpr x Source # to :: Rep ExecuteSchemaExpr x -> ExecuteSchemaExpr Source # | |
Serialise ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
type Rep ExecuteSchemaExpr Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteSchemaExpr = D1 ('MetaData "ExecuteSchemaExpr" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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
data RetrieveInclusionDependencies Source #
Instances
Generic RetrieveInclusionDependencies Source # | |
Serialise RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveInclusionDependencies -> SchemaGen Schema Source # toBuilder :: RetrieveInclusionDependencies -> Builder Source # extractor :: Extractor RetrieveInclusionDependencies Source # decodeCurrent :: Decoder RetrieveInclusionDependencies Source # bundleSerialise :: BundleSerialise RetrieveInclusionDependencies Source # | |
type Rep RetrieveInclusionDependencies Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveInclusionDependencies = D1 ('MetaData "RetrieveInclusionDependencies" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveInclusionDependencies" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data RetrievePlanForDatabaseContextExpr Source #
Instances
data RetrieveTransactionGraph Source #
Instances
Generic RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
Serialise RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveTransactionGraph -> SchemaGen Schema Source # toBuilder :: RetrieveTransactionGraph -> Builder Source # extractor :: Extractor RetrieveTransactionGraph Source # decodeCurrent :: Decoder RetrieveTransactionGraph Source # bundleSerialise :: BundleSerialise RetrieveTransactionGraph Source # | |
type Rep RetrieveTransactionGraph Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTransactionGraph = D1 ('MetaData "RetrieveTransactionGraph" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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 | |
Serialise RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveHeadTransactionId -> SchemaGen Schema Source # toBuilder :: RetrieveHeadTransactionId -> Builder Source # extractor :: Extractor RetrieveHeadTransactionId Source # decodeCurrent :: Decoder RetrieveHeadTransactionId Source # bundleSerialise :: BundleSerialise RetrieveHeadTransactionId Source # | |
type Rep RetrieveHeadTransactionId Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveHeadTransactionId = D1 ('MetaData "RetrieveHeadTransactionId" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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 | |
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-1.0.1-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 from :: CreateSessionAtHead -> Rep CreateSessionAtHead x Source # to :: Rep CreateSessionAtHead x -> CreateSessionAtHead Source # | |
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-1.0.1-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 from :: CloseSession -> Rep CloseSession x Source # to :: Rep CloseSession x -> CloseSession Source # | |
Serialise CloseSession Source # | |
type Rep CloseSession Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep CloseSession = D1 ('MetaData "CloseSession" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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 | |
Serialise RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveAtomTypesAsRelation -> SchemaGen Schema Source # toBuilder :: RetrieveAtomTypesAsRelation -> Builder Source # extractor :: Extractor RetrieveAtomTypesAsRelation Source # decodeCurrent :: Decoder RetrieveAtomTypesAsRelation Source # bundleSerialise :: BundleSerialise RetrieveAtomTypesAsRelation Source # | |
type Rep RetrieveAtomTypesAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomTypesAsRelation = D1 ('MetaData "RetrieveAtomTypesAsRelation" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveAtomTypesAsRelation" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data RetrieveRelationVariableSummary Source #
Instances
Generic RetrieveRelationVariableSummary Source # | |
Serialise RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveRelationVariableSummary -> SchemaGen Schema Source # toBuilder :: RetrieveRelationVariableSummary -> Builder Source # extractor :: Extractor RetrieveRelationVariableSummary Source # decodeCurrent :: Decoder RetrieveRelationVariableSummary Source # bundleSerialise :: BundleSerialise RetrieveRelationVariableSummary Source # | |
type Rep RetrieveRelationVariableSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveRelationVariableSummary = D1 ('MetaData "RetrieveRelationVariableSummary" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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 | |
Serialise RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveAtomFunctionSummary -> SchemaGen Schema Source # toBuilder :: RetrieveAtomFunctionSummary -> Builder Source # extractor :: Extractor RetrieveAtomFunctionSummary Source # decodeCurrent :: Decoder RetrieveAtomFunctionSummary Source # bundleSerialise :: BundleSerialise RetrieveAtomFunctionSummary Source # | |
type Rep RetrieveAtomFunctionSummary Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveAtomFunctionSummary = D1 ('MetaData "RetrieveAtomFunctionSummary" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveAtomFunctionSummary" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data RetrieveDatabaseContextFunctionSummary Source #
Instances
data RetrieveCurrentSchemaName Source #
Instances
Generic RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
Serialise RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveCurrentSchemaName -> SchemaGen Schema Source # toBuilder :: RetrieveCurrentSchemaName -> Builder Source # extractor :: Extractor RetrieveCurrentSchemaName Source # decodeCurrent :: Decoder RetrieveCurrentSchemaName Source # bundleSerialise :: BundleSerialise RetrieveCurrentSchemaName Source # | |
type Rep RetrieveCurrentSchemaName Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveCurrentSchemaName = D1 ('MetaData "RetrieveCurrentSchemaName" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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 from :: TestTimeout -> Rep TestTimeout x Source # to :: Rep TestTimeout x -> TestTimeout Source # | |
Serialise TestTimeout Source # | |
type Rep TestTimeout Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep TestTimeout = D1 ('MetaData "TestTimeout" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-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 | |
Serialise RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveSessionIsDirty -> SchemaGen Schema Source # toBuilder :: RetrieveSessionIsDirty -> Builder Source # extractor :: Extractor RetrieveSessionIsDirty Source # decodeCurrent :: Decoder RetrieveSessionIsDirty Source # bundleSerialise :: BundleSerialise RetrieveSessionIsDirty Source # | |
type Rep RetrieveSessionIsDirty Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveSessionIsDirty = D1 ('MetaData "RetrieveSessionIsDirty" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveSessionIsDirty" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data ExecuteAutoMergeToHead Source #
Instances
data RetrieveTypeConstructorMapping Source #
Instances
Generic RetrieveTypeConstructorMapping Source # | |
Serialise RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveTypeConstructorMapping -> SchemaGen Schema Source # toBuilder :: RetrieveTypeConstructorMapping -> Builder Source # extractor :: Extractor RetrieveTypeConstructorMapping Source # decodeCurrent :: Decoder RetrieveTypeConstructorMapping Source # bundleSerialise :: BundleSerialise RetrieveTypeConstructorMapping Source # | |
type Rep RetrieveTypeConstructorMapping Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveTypeConstructorMapping = D1 ('MetaData "RetrieveTypeConstructorMapping" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveTypeConstructorMapping" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data ExecuteValidateMerkleHashes Source #
Instances
Generic ExecuteValidateMerkleHashes Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
Serialise ExecuteValidateMerkleHashes Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy ExecuteValidateMerkleHashes -> SchemaGen Schema Source # toBuilder :: ExecuteValidateMerkleHashes -> Builder Source # extractor :: Extractor ExecuteValidateMerkleHashes Source # decodeCurrent :: Decoder ExecuteValidateMerkleHashes Source # bundleSerialise :: BundleSerialise ExecuteValidateMerkleHashes Source # | |
type Rep ExecuteValidateMerkleHashes Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ExecuteValidateMerkleHashes = D1 ('MetaData "ExecuteValidateMerkleHashes" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "ExecuteValidateMerkleHashes" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data GetDDLHash Source #
Instances
Generic GetDDLHash Source # | |
Defined in ProjectM36.Server.RemoteCallTypes from :: GetDDLHash -> Rep GetDDLHash x Source # to :: Rep GetDDLHash x -> GetDDLHash Source # | |
Serialise GetDDLHash Source # | |
type Rep GetDDLHash Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep GetDDLHash = D1 ('MetaData "GetDDLHash" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "GetDDLHash" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data RetrieveDDLAsRelation Source #
Instances
Generic RetrieveDDLAsRelation Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
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-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveDDLAsRelation" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data RetrieveRegisteredQueries Source #
Instances
Generic RetrieveRegisteredQueries Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
Serialise RetrieveRegisteredQueries Source # | |
Defined in ProjectM36.Server.RemoteCallTypes schemaGen :: Proxy RetrieveRegisteredQueries -> SchemaGen Schema Source # toBuilder :: RetrieveRegisteredQueries -> Builder Source # extractor :: Extractor RetrieveRegisteredQueries Source # decodeCurrent :: Decoder RetrieveRegisteredQueries Source # bundleSerialise :: BundleSerialise RetrieveRegisteredQueries Source # | |
type Rep RetrieveRegisteredQueries Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep RetrieveRegisteredQueries = D1 ('MetaData "RetrieveRegisteredQueries" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "RetrieveRegisteredQueries" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId))) |
data ConvertSQLQuery Source #
Instances
Generic ConvertSQLQuery Source # | |
Defined in ProjectM36.Server.RemoteCallTypes from :: ConvertSQLQuery -> Rep ConvertSQLQuery x Source # to :: Rep ConvertSQLQuery x -> ConvertSQLQuery Source # | |
Serialise ConvertSQLQuery Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
type Rep ConvertSQLQuery Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ConvertSQLQuery = D1 ('MetaData "ConvertSQLQuery" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "ConvertSQLQuery" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Query))) |
data ConvertSQLUpdates Source #
Instances
Generic ConvertSQLUpdates Source # | |
Defined in ProjectM36.Server.RemoteCallTypes from :: ConvertSQLUpdates -> Rep ConvertSQLUpdates x Source # to :: Rep ConvertSQLUpdates x -> ConvertSQLUpdates Source # | |
Serialise ConvertSQLUpdates Source # | |
Defined in ProjectM36.Server.RemoteCallTypes | |
type Rep ConvertSQLUpdates Source # | |
Defined in ProjectM36.Server.RemoteCallTypes type Rep ConvertSQLUpdates = D1 ('MetaData "ConvertSQLUpdates" "ProjectM36.Server.RemoteCallTypes" "project-m36-1.0.1-inplace" 'False) (C1 ('MetaCons "ConvertSQLUpdates" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [DBUpdate]))) |