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,
DatabaseType databaseType)
Create storage resource.
|
R |
createStorageResource(ExecutionUnit executionUnit,
C connection,
ConnectionMode connectionMode,
O option,
DatabaseType databaseType)
Create storage resource.
|
R createStorageResource(C connection, ConnectionMode connectionMode, O option, DatabaseType databaseType) throws SQLException
connection - connectionconnectionMode - connection modeoption - storage resource optiondatabaseType - database typeSQLException - SQL exceptionR createStorageResource(ExecutionUnit executionUnit, C connection, ConnectionMode connectionMode, O option, DatabaseType databaseType) throws SQLException
executionUnit - execution unitconnection - connectionconnectionMode - connection modeoption - storage resource optiondatabaseType - database typeSQLException - SQL exceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.