Interface JDBCRelationalStruct
public interface JDBCRelationalStruct
extends com.apple.foundationdb.relational.api.RelationalStruct
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic com.apple.foundationdb.relational.api.RelationalStructBuilder
Obtain a newRelationalStruct
builder.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
-
Method Details
-
newBuilder
static com.apple.foundationdb.relational.api.RelationalStructBuilder newBuilder()Obtain a newRelationalStruct
builder.- Returns:
- Builder for
RelationalStruct
.
-