Class LogMinerQueryBuilder.InClause
java.lang.Object
io.debezium.connector.oracle.logminer.LogMinerQueryBuilder.InClause
- Enclosing class:
- LogMinerQueryBuilder
Query helper to construct a SQL in-clause
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate Stringprivate booleanprivate Collection<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()builder()private StringcommaSeparatedList(Collection<?> values) negate()withValues(Collection<?> values)
-
Field Details
-
fieldName
-
negated
private boolean negated -
caseInsensitive
private boolean caseInsensitive -
values
-
-
Constructor Details
-
InClause
private InClause()
-
-
Method Details
-
builder
-
withField
-
negate
-
caseInsensitive
-
withValues
-
build
-
commaSeparatedList
-