接口 MysqlxSql.StmtExecuteOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    MysqlxSql.StmtExecute, MysqlxSql.StmtExecute.Builder
    封闭类:
    MysqlxSql

    public static interface MysqlxSql.StmtExecuteOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      MysqlxDatatypes.Any getArgs​(int index)
      values for wildcard replacements
      int getArgsCount()
      values for wildcard replacements
      List<MysqlxDatatypes.Any> getArgsList()
      values for wildcard replacements
      MysqlxDatatypes.AnyOrBuilder getArgsOrBuilder​(int index)
      values for wildcard replacements
      List<? extends MysqlxDatatypes.AnyOrBuilder> getArgsOrBuilderList()
      values for wildcard replacements
      boolean getCompactMetadata()
      send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
      String getNamespace()
      namespace of the statement to be executed
      com.google.protobuf.ByteString getNamespaceBytes()
      namespace of the statement to be executed
      com.google.protobuf.ByteString getStmt()
      statement that shall be executed
      boolean hasCompactMetadata()
      send only type information for @ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
      boolean hasNamespace()
      namespace of the statement to be executed
      boolean hasStmt()
      statement that shall be executed
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasNamespace

        boolean hasNamespace()
         namespace of the statement to be executed 
         
        optional string namespace = 3 [default = "sql"];
        返回:
        Whether the namespace field is set.
      • getNamespace

        String getNamespace()
         namespace of the statement to be executed 
         
        optional string namespace = 3 [default = "sql"];
        返回:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         namespace of the statement to be executed 
         
        optional string namespace = 3 [default = "sql"];
        返回:
        The bytes for namespace.
      • hasStmt

        boolean hasStmt()
         statement that shall be executed  
         
        required bytes stmt = 1;
        返回:
        Whether the stmt field is set.
      • getStmt

        com.google.protobuf.ByteString getStmt()
         statement that shall be executed  
         
        required bytes stmt = 1;
        返回:
        The stmt.
      • getArgsList

        List<MysqlxDatatypes.Any> getArgsList()
         values for wildcard replacements 
         
        repeated .Mysqlx.Datatypes.Any args = 2;
      • getArgs

        MysqlxDatatypes.Any getArgs​(int index)
         values for wildcard replacements 
         
        repeated .Mysqlx.Datatypes.Any args = 2;
      • getArgsCount

        int getArgsCount()
         values for wildcard replacements 
         
        repeated .Mysqlx.Datatypes.Any args = 2;
      • getArgsOrBuilderList

        List<? extends MysqlxDatatypes.AnyOrBuilder> getArgsOrBuilderList()
         values for wildcard replacements 
         
        repeated .Mysqlx.Datatypes.Any args = 2;
      • getArgsOrBuilder

        MysqlxDatatypes.AnyOrBuilder getArgsOrBuilder​(int index)
         values for wildcard replacements 
         
        repeated .Mysqlx.Datatypes.Any args = 2;
      • hasCompactMetadata

        boolean hasCompactMetadata()
         send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
        skipping names and others 
         
        optional bool compact_metadata = 4 [default = false];
        返回:
        Whether the compactMetadata field is set.
      • getCompactMetadata

        boolean getCompactMetadata()
         send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
        skipping names and others 
         
        optional bool compact_metadata = 4 [default = false];
        返回:
        The compactMetadata.