Interface EmbeddedRelationalStruct
-
- All Superinterfaces:
com.apple.foundationdb.relational.api.RelationalStruct
,java.sql.Struct
,java.sql.Wrapper
- All Known Implementing Classes:
ImmutableRowStruct
,MutableRowStruct
,RowStruct
public interface EmbeddedRelationalStruct extends com.apple.foundationdb.relational.api.RelationalStruct
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmbeddedRelationalStruct.Builder
-
Method Summary
Static Methods Modifier and Type Method Description static com.apple.foundationdb.relational.api.RelationalStructBuilder
newBuilder()
-
Methods inherited from interface com.apple.foundationdb.relational.api.RelationalStruct
getArray, getArray, getAttributes, getAttributes, getBoolean, getBoolean, getBytes, getBytes, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getSQLTypeName, getString, getString, getStruct, getStruct, isWrapperFor, unwrap, wasNull
-
-