T - type of data sourcepublic interface JDBCParameterDecorator<T extends DataSource>
| Modifier and Type | Method and Description |
|---|---|
T |
decorate(T dataSource)
Decorate data source.
|
Class<T> |
getType()
Get data source type.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.