static class PutDatabaseRecord.SqlAndIncludedColumns extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Integer> |
fieldIndexes |
private String |
sql |
| Constructor and Description |
|---|
SqlAndIncludedColumns(String sql,
List<Integer> fieldIndexes)
Constructor
|
public 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.