Interface QueryOption


@Incubating public interface QueryOption
Declares various selection query and mutation statement options.
Since:
8.0
See Also:
API Note:
Serves no functional purpose - a place to consolidate the actual options for easier discovery / documentation.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Specifies a comment for the SQL query.
    static final record 
    Specifies the JDBC fetch size to use for the query.
    static final record 
    Specifies that the query result set should be cached in the given region.