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

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

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 PrepareStatementRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.PrepareStatementRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Specifies the query language of the statement to be prepared.
   * 
* * string language_name = 1; * @return The languageName. */ java.lang.String getLanguageName(); /** *
   * Specifies the query language of the statement to be prepared.
   * 
* * string language_name = 1; * @return The bytes for languageName. */ com.google.protobuf.ByteString getLanguageNameBytes(); /** *
   * The statement to be prepared.
   * 
* * string statement = 2; * @return The statement. */ java.lang.String getStatement(); /** *
   * The statement to be prepared.
   * 
* * string statement = 2; * @return The bytes for statement. */ com.google.protobuf.ByteString getStatementBytes(); /** *
   * (Optional) The namespace under which the statement should be prepared.
   * 
* * optional string namespace_name = 3; * @return Whether the namespaceName field is set. */ boolean hasNamespaceName(); /** *
   * (Optional) The namespace under which the statement should be prepared.
   * 
* * optional string namespace_name = 3; * @return The namespaceName. */ java.lang.String getNamespaceName(); /** *
   * (Optional) The namespace under which the statement should be prepared.
   * 
* * optional string namespace_name = 3; * @return The bytes for namespaceName. */ com.google.protobuf.ByteString getNamespaceNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy