Class LocatedRow

java.lang.Object
org.apache.derby.iapi.types.LocatedRow

public class LocatedRow extends Object

Mutable holder for the column values and RowLocation of a conglomerate row. Use with caution because values and arrays are not copied when they are passed in and out.

  • Field Details

    • _columnValues

      private DataValueDescriptor[] _columnValues
      /////////////////////////////////////////////////////////////
    • _rowLocation

      private RowLocation _rowLocation
  • Constructor Details

    • LocatedRow

      public LocatedRow(DataValueDescriptor[] columnValues, RowLocation rowLocation)

      Construct from column values and row location.

    • LocatedRow

      public LocatedRow(DataValueDescriptor[] columnsAndRowLocation)

      Construct from an array of column values, where the last value is the RowLocation.

  • Method Details