Class ArrayRow
java.lang.Object
com.apple.foundationdb.relational.recordlayer.AbstractRow
com.apple.foundationdb.relational.recordlayer.ArrayRow
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.Row
-
Constructor Details
-
ArrayRow
-
-
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
- Overrides:
equals
in classAbstractRow
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractRow
-