static class PutDatabaseRecord.PreparedSqlAndColumns extends Object
| Modifier and Type | Field and Description |
|---|---|
private PreparedStatement |
preparedStatement |
private PutDatabaseRecord.SqlAndIncludedColumns |
sqlAndIncludedColumns |
| Constructor and Description |
|---|
PreparedSqlAndColumns(PutDatabaseRecord.SqlAndIncludedColumns sqlAndIncludedColumns,
PreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
getPreparedStatement() |
PutDatabaseRecord.SqlAndIncludedColumns |
getSqlAndIncludedColumns() |
private final PutDatabaseRecord.SqlAndIncludedColumns sqlAndIncludedColumns
private final PreparedStatement preparedStatement
public PreparedSqlAndColumns(PutDatabaseRecord.SqlAndIncludedColumns sqlAndIncludedColumns, PreparedStatement preparedStatement)
public PutDatabaseRecord.SqlAndIncludedColumns getSqlAndIncludedColumns()
public PreparedStatement getPreparedStatement()
Copyright © 2023 Apache NiFi Project. All rights reserved.