|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
RowSetEvent を使用しているパッケージ | |
---|---|
javax.sql | JavaTM プログラミング言語を使用してサーバ側のデータソースにアクセスして処理するための API を提供します。 |
javax.sql.rowset | JDBC RowSet 実装の標準インタフェースと基底クラスです。 |
javax.sql での RowSetEvent の使用 |
---|
RowSetEvent 型のパラメータを持つ javax.sql のメソッド | |
---|---|
void |
RowSetListener.cursorMoved(RowSetEvent event)
RowSet オブジェクトのカーソルが移動したことを、登録したリスナーに通知します。 |
void |
RowSetListener.rowChanged(RowSetEvent event)
RowSet オブジェクトが 1 行を変更したことを、登録したリスナーに通知します。 |
void |
RowSetListener.rowSetChanged(RowSetEvent event)
指定した RowSetEvent オブジェクト内の RowSet オブジェクトが内容全体を変更したことを、登録したリスナーに通知します。 |
javax.sql.rowset での RowSetEvent の使用 |
---|
RowSetEvent 型のパラメータを持つ javax.sql.rowset のメソッド | |
---|---|
void |
CachedRowSet.rowSetPopulated(RowSetEvent event,
int numRows)
登録済みリスナーに、指定された RowSetEvent オブジェクト内の RowSet オブジェクトが多数の追加行を読み込んだことを通知します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。