| Modifier and Type | Method and Description |
|---|---|
private static void |
JdbcCommon.setParameterAtIndex(PreparedStatement stmt,
Map<String,SensitiveValueWrapper> attributes,
String flowFileAttributeKey) |
static void |
JdbcCommon.setSensitiveParameters(PreparedStatement stmt,
Map<String,SensitiveValueWrapper> attributes)
Sets all of the appropriate parameters on the given PreparedStatement, based on the given FlowFile attributes
and masks sensitive values.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.