public interface IDatabaseConnectionProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
Connection |
get()
Gets a JDBC connection to use when filling the report.
|
void |
release()
Called when the report is generated and the connection can be released again.
|
Connection get()
void release()
Copyright © 2015. All rights reserved.