public class HybsJDBCCategoryDataset
extends org.jfree.data.jdbc.JDBCCategoryDataset
3.8.9.2 (2007/07/28) 新規作成 |
コンストラクタと説明 |
---|
HybsJDBCCategoryDataset(Connection connection,
String query)
Creates a new dataset with the given database connection, and executes
the supplied query to populate the dataset.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
executeQuery(Connection con,
String query)
Populates the dataset by executing the supplied query against the
existing database connection.
|
addValue, addValue, clear, clone, equals, getColumnCount, getColumnIndex, getColumnKey, getColumnKeys, getRowCount, getRowIndex, getRowKey, getRowKeys, getValue, getValue, hashCode, incrementValue, removeColumn, removeColumn, removeRow, removeRow, removeValue, setValue, setValue
public HybsJDBCCategoryDataset(Connection connection, String query) throws SQLException
connection
- the connection.query
- the query.SQLException
- if there is a problem executing the query.public void executeQuery(Connection con, String query) throws SQLException
executeQuery
クラス内 org.jfree.data.jdbc.JDBCCategoryDataset
con
- the connection.query
- the query.SQLException
- if there is a problem executing the query.JDBCCategoryDataset.executeQuery(Connection , String )
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.