Class MutableRowStruct
- java.lang.Object
-
- com.apple.foundationdb.relational.api.RowStruct
-
- com.apple.foundationdb.relational.api.MutableRowStruct
-
- All Implemented Interfaces:
EmbeddedRelationalStruct
,com.apple.foundationdb.relational.api.RelationalStruct
,java.sql.Struct
,java.sql.Wrapper
@API(EXPERIMENTAL) public class MutableRowStruct extends RowStruct
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.apple.foundationdb.relational.api.EmbeddedRelationalStruct
EmbeddedRelationalStruct.Builder
-
-
Constructor Summary
Constructors Constructor Description MutableRowStruct(com.apple.foundationdb.relational.api.StructMetaData metaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getObjectInternal(int zeroBasedPos)
boolean
hasRow()
void
setRow(com.apple.foundationdb.relational.api.Row next)
-
Methods inherited from class com.apple.foundationdb.relational.api.RowStruct
getArray, getArray, getBoolean, getBoolean, getBytes, getBytes, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getString, getString, getStruct, getStruct, toString, wasNull
-
-
-
-
Method Detail
-
setRow
public void setRow(com.apple.foundationdb.relational.api.Row next)
-
hasRow
public boolean hasRow()
-
getObjectInternal
protected java.lang.Object getObjectInternal(int zeroBasedPos) throws java.sql.SQLException
- Specified by:
getObjectInternal
in classRowStruct
- Throws:
java.sql.SQLException
-
-