Structure
PostgresCell
public struct PostgresCell: Equatable
Relationships
Conforms To
Equatable
Properties
bytes
public var bytes: ByteBuffer?
dataType
public var dataType: PostgresDataType
format
public var format: PostgresFormat
columnName
public var columnName: String
columnIndex
public var columnIndex: Int
Methods
decode(_:context:file:line:)
@inlinable
public func decode<T: PostgresDecodable, JSONDecoder: PostgresJSONDecoder>(
_: T.Type,
context: PostgresDecodingContext<JSONDecoder>,
file: String = #file,
line: Int = #line
) throws -> T