module Hasql.Core.NoticeFieldTypes where import Hasql.Prelude code = 0x43 :: Word8 column = 0x63 :: Word8 constraint = 0x6E :: Word8 context = 0x57 :: Word8 dataType = 0x64 :: Word8 detail = 0x44 :: Word8 file = 0x46 :: Word8 hint = 0x48 :: Word8 internalPosition = 0x70 :: Word8 internalQuery = 0x71 :: Word8 line = 0x4C :: Word8 message = 0x4D :: Word8 position = 0x50 :: Word8 routine = 0x52 :: Word8 schema = 0x73 :: Word8 severity = 0x53 :: Word8 table = 0x74 :: Word8