Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobInBind.Builder |
arrayTypeName(String arrayTypeName)
The Oracle schema object name for the predefined type of array.
|
JobInBind |
build() |
JobInBind.Builder |
copy(JobInBind model) |
JobInBind.Builder |
dataType(JobInBind.DataType dataType)
The datatype of the in-bind variable.
|
JobInBind.Builder |
position(Integer position)
The position of the in-bind variable.
|
JobInBind.Builder |
values(List<String> values)
The values for the in-bind variable.
|
public JobInBind.Builder position(Integer position)
The position of the in-bind variable.
position
- the value to setpublic JobInBind.Builder dataType(JobInBind.DataType dataType)
The datatype of the in-bind variable.
dataType
- the value to setpublic JobInBind.Builder values(List<String> values)
The values for the in-bind variable.
values
- the value to setpublic JobInBind.Builder arrayTypeName(String arrayTypeName)
The Oracle schema object name for the predefined type of array.
arrayTypeName
- the value to setpublic JobInBind build()
public JobInBind.Builder copy(JobInBind model)
Copyright © 2016–2024. All rights reserved.