Interface JDBCRelationalStruct

All Superinterfaces:
com.apple.foundationdb.relational.api.RelationalStruct, Struct, com.apple.foundationdb.relational.api.WithMetadata, Wrapper

public interface JDBCRelationalStruct extends com.apple.foundationdb.relational.api.RelationalStruct
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static com.apple.foundationdb.relational.api.RelationalStructBuilder
    Obtain a new RelationalStruct 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, getRelationalMetaData, getSQLTypeName, getString, getString, getStruct, getStruct, getUUID, getUUID, isWrapperFor, unwrap, wasNull
  • Method Details

    • newBuilder

      static com.apple.foundationdb.relational.api.RelationalStructBuilder newBuilder()
      Obtain a new RelationalStruct builder.
      Returns:
      Builder for RelationalStruct.