Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.ClickHouseDriver.Types
Description
Implementation of data types for internal use Most users should import ClickHouseDriver.Core instead.
Documentation
data ServerInfo Source #
Constructors
ServerInfo | |
Fields
|
Instances
Show ServerInfo Source # | |
Defined in Database.ClickHouseDriver.Types Methods showsPrec :: Int -> ServerInfo -> ShowS # show :: ServerInfo -> String # showList :: [ServerInfo] -> ShowS # |
data TCPConnection Source #
Constructors
TCPConnection | |
Fields
|
Instances
Show TCPConnection Source # | |
Defined in Database.ClickHouseDriver.Types Methods showsPrec :: Int -> TCPConnection -> ShowS # show :: TCPConnection -> String # showList :: [TCPConnection] -> ShowS # |
data ClientInfo Source #
Constructors
ClientInfo | |
Fields
|
Instances
Show ClientInfo Source # | |
Defined in Database.ClickHouseDriver.Types Methods showsPrec :: Int -> ClientInfo -> ShowS # show :: ClientInfo -> String # showList :: [ClientInfo] -> ShowS # |
data ClientSetting Source #
Constructors
ClientSetting | |
Fields
|
Instances
Show ClientSetting Source # | |
Defined in Database.ClickHouseDriver.Types Methods showsPrec :: Int -> ClientSetting -> ShowS # show :: ClientSetting -> String # showList :: [ClientSetting] -> ShowS # |
Constructors
Context | |
Fields |
Constructors
NO_QUERY | |
INITIAL_QUERY | |
SECOND_QUERY |
Constructors
Block | |
Progress | |
StreamProfileInfo | |
Fields | |
MultiString !(ByteString, ByteString) | |
ErrorMessage !String | |
Hello | |
EndOfStream |
Constructors
QueryInfo | |
Fields
|
Constructors
Prog | |
Fields
|
data BlockStreamProfileInfo Source #
Constructors
ProfileInfo | |
Fields
|
Instances
Show BlockStreamProfileInfo Source # | |
Defined in Database.ClickHouseDriver.Types Methods showsPrec :: Int -> BlockStreamProfileInfo -> ShowS # show :: BlockStreamProfileInfo -> String # showList :: [BlockStreamProfileInfo] -> ShowS # | |
Default BlockStreamProfileInfo Source # | |
Defined in Database.ClickHouseDriver.Types Methods |
data ClickhouseType Source #
Constructors
Instances
Eq ClickhouseType Source # | |
Defined in Database.ClickHouseDriver.Types Methods (==) :: ClickhouseType -> ClickhouseType -> Bool # (/=) :: ClickhouseType -> ClickhouseType -> Bool # | |
Show ClickhouseType Source # | |
Defined in Database.ClickHouseDriver.Types Methods showsPrec :: Int -> ClickhouseType -> ShowS # show :: ClickhouseType -> String # showList :: [ClickhouseType] -> ShowS # |
Constructors
Info | |
Fields
|
Constructors
ColumnOrientedBlock | |
Fields
|
Constructors
CKResult | |
Fields |
data ConnParams Source #
Constructors
ConnParams | |
Fields
|