接口 MysqlxDatatypes.AnyOrBuilder

    • 方法详细资料

      • hasType

        boolean hasType()
        required .Mysqlx.Datatypes.Any.Type type = 1;
        返回:
        Whether the type field is set.
      • hasScalar

        boolean hasScalar()
        optional .Mysqlx.Datatypes.Scalar scalar = 2;
        返回:
        Whether the scalar field is set.
      • getScalar

        MysqlxDatatypes.Scalar getScalar()
        optional .Mysqlx.Datatypes.Scalar scalar = 2;
        返回:
        The scalar.
      • hasObj

        boolean hasObj()
        optional .Mysqlx.Datatypes.Object obj = 3;
        返回:
        Whether the obj field is set.
      • hasArray

        boolean hasArray()
        optional .Mysqlx.Datatypes.Array array = 4;
        返回:
        Whether the array field is set.
      • getArray

        MysqlxDatatypes.Array getArray()
        optional .Mysqlx.Datatypes.Array array = 4;
        返回:
        The array.