protodoc.io
Project chequer-io/JDBC.NET
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
google.protobuf
proto
proto.database
proto.driver
proto.metadata
proto.reader
proto.statement
proto.reader
ReaderService
closeResultSet
readResultSet
CloseResultSetRequest
ReadResultSetRequest
ReadResultSetResponse
package
proto.reader
Get desktop application:
View/edit binary Protocol Buffers messages
service
ReaderService
reader.proto:9
rpc
closeResultSet
(
CloseResultSetRequest
,
google.protobuf.Empty
)
reader.proto:11
message
CloseResultSetRequest
reader.proto:24
string
resultSetId
= 1
rpc
readResultSet
(
stream
ReadResultSetRequest
,
stream
ReadResultSetResponse
)
reader.proto:10
message
ReadResultSetRequest
reader.proto:14
string
resultSetId
= 1
int32
chunkSize
= 2
message
ReadResultSetResponse
reader.proto:19
bytes
rows
= 1
bool
isCompleted
= 2