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,Struct,Wrapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.apple.foundationdb.relational.api.EmbeddedRelationalStruct
EmbeddedRelationalStruct.Builder -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMutableRowStruct(com.apple.foundationdb.relational.api.StructMetaData metaData) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetObjectInternal(int zeroBasedPos) booleanhasRow()voidsetRow(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, getUUID, getUUID, toString, wasNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.apple.foundationdb.relational.api.RelationalStruct
getAttributes, getAttributes, getSQLTypeName, isWrapperFor, unwrap
-
Constructor Details
-
MutableRowStruct
public MutableRowStruct(com.apple.foundationdb.relational.api.StructMetaData metaData)
-
-
Method Details
-
setRow
public void setRow(com.apple.foundationdb.relational.api.Row next) -
hasRow
public boolean hasRow() -
getObjectInternal
- Specified by:
getObjectInternalin classRowStruct- Throws:
SQLException
-