org.polypheny.prism.CloseResultRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: org/polypheny/prism/statement_requests.proto
package org.polypheny.prism;
public interface CloseResultRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.polypheny.prism.CloseResultRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The id of the statement of which the result set should be closed.
*
*
* int32 statement_id = 1;
* @return The statementId.
*/
int getStatementId();
}