Package | Description |
---|---|
com.alibaba.druid.pool |
Modifier and Type | Field and Description |
---|---|
DruidPooledPreparedStatement.PreparedStatementKey |
PreparedStatementHolder.key |
Modifier and Type | Method and Description |
---|---|
DruidPooledPreparedStatement.PreparedStatementKey |
DruidPooledPreparedStatement.getKey() |
Modifier and Type | Method and Description |
---|---|
Map<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder> |
PreparedStatementPool.getMap() |
Modifier and Type | Method and Description |
---|---|
PreparedStatementHolder |
PreparedStatementPool.get(DruidPooledPreparedStatement.PreparedStatementKey key) |
Constructor and Description |
---|
PreparedStatementHolder(DruidPooledPreparedStatement.PreparedStatementKey key,
PreparedStatement stmt) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.