Chart FX 7 for Java Server

com.softwarefx.chartfx.server.dataproviders
Class JDBCDataProvider

java.lang.Object
  extended by com.softwarefx.chartfx.server.dataproviders.JDBCDataProvider
All Implemented Interfaces:
IDataSource

public class JDBCDataProvider
extends Object
implements IDataSource

Provides access to the JDBC Provider object.

Chart FX can read data from JDBC Resultsets. The JDBCDataProvider works like a read-only, forward-only cursor, which you can use to bind data to your charts.

JDBCDataProvider provider = new JDBCDataProvider(rs);
chart1.setDataSource(provider);


Constructor Summary
JDBCDataProvider(ResultSet val)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCDataProvider

public JDBCDataProvider(ResultSet val)

http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.