org.wicketstuff.jasperreports
Interface IDatabaseConnectionProvider

All Superinterfaces:
java.io.Serializable

public interface IDatabaseConnectionProvider
extends java.io.Serializable

Provides JDBC connection.


Method Summary
 java.sql.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.
 

Method Detail

get

java.sql.Connection get()
Gets a JDBC connection to use when filling the report.

Returns:
a JDBC connection

release

void release()
Called when the report is generated and the connection can be released again.



Copyright © 2005-2010 Wicket developers. All Rights Reserved.