Uses of Class
com.google.cloud.spanner.KeyRange
Packages that use KeyRange
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of KeyRange in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return KeyRangeModifier and TypeMethodDescriptionKeyRange.Builder.build()static KeyRangeKeyRange.closedClosed(Key start, Key end) Returns a key range fromstartinclusive toendinclusive.static KeyRangeKeyRange.closedOpen(Key start, Key end) Returns a key range fromstartinclusive toendexclusive.static KeyRangeKeyRange.openClosed(Key start, Key end) Returns a key range fromstartexclusive toendinclusive.static KeyRangeReturns a key range fromstartexclusive toendexclusive.static KeyRangeReturns a key range that covers all keys where the firstprefix.size()components matchprefixexactly.Methods in com.google.cloud.spanner that return types with arguments of type KeyRangeMethods in com.google.cloud.spanner with parameters of type KeyRange