パッケージ org.postgresql.core
クラス Notification
java.lang.Object
org.postgresql.core.Notification
- すべての実装されたインタフェース:
PGNotification
-
コンストラクタの詳細
-
Notification
-
Notification
-
-
メソッドの詳細
-
getName
インタフェースからコピーされた説明:PGNotification
Returns name of this notification.- 定義:
getName
インタフェース内PGNotification
- 戻り値:
- name of this notification
-
getPID
public int getPID()インタフェースからコピーされた説明:PGNotification
Returns the process id of the backend process making this notification.- 定義:
getPID
インタフェース内PGNotification
- 戻り値:
- process id of the backend process making this notification
-
getParameter
インタフェースからコピーされた説明:PGNotification
Returns additional information from the notifying process. This feature has only been implemented in server versions 9.0 and later, so previous versions will always return an empty String.- 定義:
getParameter
インタフェース内PGNotification
- 戻り値:
- additional information from the notifying process
-