public class HybsJDBCCategoryDataset2 extends org.jfree.data.jdbc.JDBCCategoryDataset
3.8.9.2 (2007/07/28) 新規作成 |
コンストラクタと説明 |
---|
HybsJDBCCategoryDataset2(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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(java.lang.Object object)
この文字列と指定されたオブジェクトを比較します。
|
void |
executeQuery(java.sql.Connection con,
java.lang.String query)
Populates the dataset by executing the supplied query against the
existing database connection.
|
org.jfree.data.Range |
getRange()
レンジオブジェクトを取得します。
|
java.lang.Number |
getValue(int row,
int column)
指定された行列から、数字オブジェクトを取得します。
|
int |
hashCode()
このオブジェクトのハッシュコードを取得します。
|
addValue, addValue, clear, clone, getColumnCount, getColumnIndex, getColumnKey, getColumnKeys, getRowCount, getRowIndex, getRowKey, getRowKeys, getValue, incrementValue, removeColumn, removeColumn, removeRow, removeRow, removeValue, setValue, setValue
public HybsJDBCCategoryDataset2(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.4.0.0.0 (2007/11/28) new Long(long) ⇒ Long.valueOf(long) 変更 |
4.0.0.0 (2007/11/28) resultSet,statement を Closer でclose する。 |
4.0.0.0 (2007/11/28) Range 求めで nullポインタを参照外しの修正 |
4.0.0.0 (2007/11/30) public な executeQuery メソッドを private 化します。 |
public java.lang.Number getValue(int row, int column)
getValue
インタフェース内 org.jfree.data.Values2D
getValue
クラス内 org.jfree.data.category.DefaultCategoryDataset
row
- 行番号column
- カラム番号(列番号)public org.jfree.data.Range getRange()
public boolean equals(java.lang.Object object)
equals
クラス内 org.jfree.data.category.DefaultCategoryDataset
object
- 比較するオブジェクト5.1.8.0 (2010/07/01) findbug対応 |
5.1.9.0 (2010/08/01) findbug対応 |
public int hashCode()
hashCode
クラス内 org.jfree.data.category.DefaultCategoryDataset
5.1.8.0 (2010/07/01) findbug対応 |
5.1.9.0 (2010/08/01) findbug対応 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.