public class HybsJDBCCategoryDataset extends org.jfree.data.jdbc.JDBCCategoryDataset
3.8.9.2 (2007/07/28) 新規作成 |
コンストラクタと説明 |
---|
HybsJDBCCategoryDataset(java.sql.Connection connection,
java.lang.String query)
Creates a new dataset with the given database connection, and executes
the supplied query to populate the dataset.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
executeQuery(java.sql.Connection con,
java.lang.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(java.sql.Connection connection, java.lang.String query) throws java.sql.SQLException
connection
- the connection.query
- the query.java.sql.SQLException
- if there is a problem executing the query.public void executeQuery(java.sql.Connection con, java.lang.String query) throws java.sql.SQLException
executeQuery
クラス内 org.jfree.data.jdbc.JDBCCategoryDataset
con
- the connection.query
- the query.java.sql.SQLException
- if there is a problem executing the query.JDBCCategoryDataset.executeQuery(Connection , String )
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.