Interface CompositeTypeValue

  • All Known Subinterfaces:
    Table
    All Known Implementing Classes:
    TableImpl

    public interface CompositeTypeValue
    This models a composite type value.

    • Method Detail

      • getRecords

        scala.collection.immutable.Seq<Record> getRecords()
        Returns all the records.

        Returns:
        all the records
      • getType

        CompositeType getType()
        Returns the type of this composite type value.

        Returns:
        the type of this composite type value