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

com.dimajix.flowman.kernel.proto.session.ExecuteSqlRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: session.proto

package com.dimajix.flowman.kernel.proto.session;

public interface ExecuteSqlRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.session.ExecuteSqlRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string sessionId = 1;
   * @return The sessionId.
   */
  java.lang.String getSessionId();
  /**
   * string sessionId = 1;
   * @return The bytes for sessionId.
   */
  com.dimajix.shaded.protobuf.ByteString
      getSessionIdBytes();

  /**
   * string statement = 2;
   * @return The statement.
   */
  java.lang.String getStatement();
  /**
   * string statement = 2;
   * @return The bytes for statement.
   */
  com.dimajix.shaded.protobuf.ByteString
      getStatementBytes();

  /**
   * int32 maxRows = 3;
   * @return The maxRows.
   */
  int getMaxRows();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy