Interface ExecProtos.ServerPreparedStatementStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExecProtos.ServerPreparedStatementState, ExecProtos.ServerPreparedStatementState.Builder
Enclosing class:
ExecProtos

public static interface ExecProtos.ServerPreparedStatementStateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string sql_query = 1;
    com.google.protobuf.ByteString
    optional string sql_query = 1;
    boolean
    optional string sql_query = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSqlQuery

      boolean hasSqlQuery()
      optional string sql_query = 1;
      Returns:
      Whether the sqlQuery field is set.
    • getSqlQuery

      String getSqlQuery()
      optional string sql_query = 1;
      Returns:
      The sqlQuery.
    • getSqlQueryBytes

      com.google.protobuf.ByteString getSqlQueryBytes()
      optional string sql_query = 1;
      Returns:
      The bytes for sqlQuery.