Class EmptyTuple
java.lang.Object
com.apple.foundationdb.relational.recordlayer.AbstractRow
com.apple.foundationdb.relational.recordlayer.EmptyTuple
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.Row
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyTuple
public EmptyTuple()
-
-
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
-
toString
- Overrides:
toString
in classAbstractRow
-