C - type of resource connectionR - type of storage resourceO - type of storage resource optionpublic interface ExecutorStatementManager<C,R,O extends StorageResourceOption>
| Modifier and Type | Method and Description |
|---|---|
R |
createStorageResource(C connection,
ConnectionMode connectionMode,
O option)
Create storage resource.
|
R |
createStorageResource(ExecutionUnit executionUnit,
C connection,
ConnectionMode connectionMode,
O option)
Create storage resource.
|
R createStorageResource(C connection, ConnectionMode connectionMode, O option) throws SQLException
connection - connectionconnectionMode - connection modeoption - storage resource optionSQLException - SQL exceptionR createStorageResource(ExecutionUnit executionUnit, C connection, ConnectionMode connectionMode, O option) throws SQLException
executionUnit - execution unitconnection - connectionconnectionMode - connection modeoption - storage resource optionSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.