All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polypheny.prism.PreparedStatementSignatureOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/statement_responses.proto

package org.polypheny.prism;

public interface PreparedStatementSignatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.PreparedStatementSignature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The unique identifier of the prepared statement.
   * 
* * int32 statement_id = 1; * @return The statementId. */ int getStatementId(); /** *
   * Metadata about each parameter required by the statement, detailing type, name, and other characteristics.
   * 
* * repeated .org.polypheny.prism.ParameterMeta parameter_metas = 2; */ java.util.List getParameterMetasList(); /** *
   * Metadata about each parameter required by the statement, detailing type, name, and other characteristics.
   * 
* * repeated .org.polypheny.prism.ParameterMeta parameter_metas = 2; */ org.polypheny.prism.ParameterMeta getParameterMetas(int index); /** *
   * Metadata about each parameter required by the statement, detailing type, name, and other characteristics.
   * 
* * repeated .org.polypheny.prism.ParameterMeta parameter_metas = 2; */ int getParameterMetasCount(); /** *
   * Metadata about each parameter required by the statement, detailing type, name, and other characteristics.
   * 
* * repeated .org.polypheny.prism.ParameterMeta parameter_metas = 2; */ java.util.List getParameterMetasOrBuilderList(); /** *
   * Metadata about each parameter required by the statement, detailing type, name, and other characteristics.
   * 
* * repeated .org.polypheny.prism.ParameterMeta parameter_metas = 2; */ org.polypheny.prism.ParameterMetaOrBuilder getParameterMetasOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy