class CachedStatement extends Object
| Modifier and Type | Field and Description |
|---|---|
private Connection |
connection |
private PreparedStatement |
statement |
| Constructor and Description |
|---|
CachedStatement(PreparedStatement statement,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Connection |
getConnection() |
(package private) PreparedStatement |
getStatement() |
private final PreparedStatement statement
private final Connection connection
CachedStatement(PreparedStatement statement, Connection connection)
PreparedStatement getStatement()
Connection getConnection()
Copyright © 2022 Apache NiFi Project. All rights reserved.