Class ImmutableKeyValue
java.lang.Object
com.apple.foundationdb.relational.recordlayer.AbstractRow
com.apple.foundationdb.relational.recordlayer.ImmutableKeyValue
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.Row
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableKeyValue
(com.apple.foundationdb.relational.api.Row key, com.apple.foundationdb.relational.api.Row value) -
Method Summary
-
Constructor Details
-
ImmutableKeyValue
public ImmutableKeyValue(@Nonnull com.apple.foundationdb.relational.api.Row key, @Nonnull com.apple.foundationdb.relational.api.Row value)
-
-
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
-