Uses of Class
com.google.cloud.spanner.KeySet.Builder
-
Packages that use KeySet.Builder Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of KeySet.Builder in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return KeySet.Builder Modifier and Type Method Description KeySet.BuilderKeySet.Builder. addKey(Key key)Adds a key to the key set.KeySet.BuilderKeySet.Builder. addRange(KeyRange range)Adds a range to the key set.static KeySet.BuilderKeySet. newBuilder()Returns a new builder that can be used to construct a key set.KeySet.BuilderKeySet.Builder. setAll()Makes the key set retrieve all rows of a table or index.KeySet.BuilderKeySet. toBuilder()Returns a builder initialized with the contents of this set.
-