Package io.stargate.sdk.grpc.domain
Class ResultSetGrpc
java.lang.Object
io.stargate.sdk.core.domain.Page<RowGrpc>
io.stargate.sdk.grpc.domain.ResultSetGrpc
Helper to parse the grpc output.
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
ConstructorsConstructorDescriptionResultSetGrpc(io.stargate.proto.QueryOuterClass.ResultSet rs) Constructor for the wrapper. -
Method Summary
Methods inherited from class io.stargate.sdk.core.domain.Page
getPageSize, getPageState, getResults, setResult
-
Constructor Details
-
ResultSetGrpc
public ResultSetGrpc(io.stargate.proto.QueryOuterClass.ResultSet rs) Constructor for the wrapper.- Parameters:
rs- result set
-
-
Method Details
-
one
You know you do have a single line.- Overrides:
onein classio.stargate.sdk.core.domain.Page<RowGrpc>- Returns:
- single row
-