static class DatabaseRecordSink.SqlAndIncludedColumns extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Integer> |
fieldIndexes |
(package private) String |
sql |
| Constructor and Description |
|---|
SqlAndIncludedColumns(String sql,
List<Integer> fieldIndexes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) List<Integer> |
getFieldIndexes() |
(package private) String |
getSql() |
SqlAndIncludedColumns(String sql, List<Integer> fieldIndexes)
sql - The prepared SQL statement (including parameters notated by ? )fieldIndexes - A List of record indexes. The index of the list is the location of the record field in the SQL prepared statementCopyright © 2023 Apache NiFi Project. All rights reserved.