java.lang.Object
com.apple.foundationdb.relational.recordlayer.AbstractRow
com.apple.foundationdb.relational.recordlayer.ArrayRow
All Implemented Interfaces:
com.apple.foundationdb.relational.api.Row

@API(EXPERIMENTAL) public class ArrayRow extends AbstractRow
  • Constructor Details

    • ArrayRow

      public ArrayRow(Object... data)
  • Method Details

    • getNumFields

      public int getNumFields()
    • getObject

      public Object getObject(int position) throws com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
      Throws:
      com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class AbstractRow
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractRow