Class JobInBind.Builder

  • Enclosing class:
    JobInBind

    public static class JobInBind.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • position

        public JobInBind.Builder position​(Integer position)
        The position of the in-bind variable.
        Parameters:
        position - the value to set
        Returns:
        this builder
      • dataType

        public JobInBind.Builder dataType​(JobInBind.DataType dataType)
        The datatype of the in-bind variable.
        Parameters:
        dataType - the value to set
        Returns:
        this builder
      • values

        public JobInBind.Builder values​(List<String> values)
        The values for the in-bind variable.
        Parameters:
        values - the value to set
        Returns:
        this builder
      • arrayTypeName

        public JobInBind.Builder arrayTypeName​(String arrayTypeName)
        The Oracle schema object name for the predefined type of array.
        Parameters:
        arrayTypeName - the value to set
        Returns:
        this builder