PgRecord
class PgRecord(val type: PgType.Record, val fieldOids: IntArray, val fields: Array<Any?>) : PgContainer
Represents an anonymous record structure (e.g., ROW(...) without a specific registered composite type) loaded from the database.