org.polypheny.prism.IndexedParametersOrBuilder 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 IndexedParametersOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.polypheny.prism.IndexedParameters)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of values to be used as parameters, indexed by their position in the list.
*
*
* repeated .org.polypheny.prism.ProtoValue parameters = 1;
*/
java.util.List
getParametersList();
/**
*
* List of values to be used as parameters, indexed by their position in the list.
*
*
* repeated .org.polypheny.prism.ProtoValue parameters = 1;
*/
org.polypheny.prism.ProtoValue getParameters(int index);
/**
*
* List of values to be used as parameters, indexed by their position in the list.
*
*
* repeated .org.polypheny.prism.ProtoValue parameters = 1;
*/
int getParametersCount();
/**
*
* List of values to be used as parameters, indexed by their position in the list.
*
*
* repeated .org.polypheny.prism.ProtoValue parameters = 1;
*/
java.util.List extends org.polypheny.prism.ProtoValueOrBuilder>
getParametersOrBuilderList();
/**
*
* List of values to be used as parameters, indexed by their position in the list.
*
*
* repeated .org.polypheny.prism.ProtoValue parameters = 1;
*/
org.polypheny.prism.ProtoValueOrBuilder getParametersOrBuilder(
int index);
}