Interface MysqlxPrepare.DeallocateOrBuilder

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

public static interface MysqlxPrepare.DeallocateOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    int getStmtId()
    required uint32 stmt_id = 1;
    boolean hasStmtId()
    required uint32 stmt_id = 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

    • hasStmtId

      boolean hasStmtId()
      required uint32 stmt_id = 1;
      Returns:
      Whether the stmtId field is set.
    • getStmtId

      int getStmtId()
      required uint32 stmt_id = 1;
      Returns:
      The stmtId.