接口 MysqlxPrepare.Prepare.OneOfMessageOrBuilder

    • 方法详细资料

      • hasType

        boolean hasType()
        required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
        返回:
        Whether the type field is set.
      • hasFind

        boolean hasFind()
        optional .Mysqlx.Crud.Find find = 2;
        返回:
        Whether the find field is set.
      • getFind

        MysqlxCrud.Find getFind()
        optional .Mysqlx.Crud.Find find = 2;
        返回:
        The find.
      • hasInsert

        boolean hasInsert()
        optional .Mysqlx.Crud.Insert insert = 3;
        返回:
        Whether the insert field is set.
      • getInsert

        MysqlxCrud.Insert getInsert()
        optional .Mysqlx.Crud.Insert insert = 3;
        返回:
        The insert.
      • hasUpdate

        boolean hasUpdate()
        optional .Mysqlx.Crud.Update update = 4;
        返回:
        Whether the update field is set.
      • getUpdate

        MysqlxCrud.Update getUpdate()
        optional .Mysqlx.Crud.Update update = 4;
        返回:
        The update.
      • hasDelete

        boolean hasDelete()
        optional .Mysqlx.Crud.Delete delete = 5;
        返回:
        Whether the delete field is set.
      • getDelete

        MysqlxCrud.Delete getDelete()
        optional .Mysqlx.Crud.Delete delete = 5;
        返回:
        The delete.
      • hasStmtExecute

        boolean hasStmtExecute()
        optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
        返回:
        Whether the stmtExecute field is set.
      • getStmtExecute

        MysqlxSql.StmtExecute getStmtExecute()
        optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
        返回:
        The stmtExecute.