パッケージ org.postgresql
インタフェース PGNotification
- 既知の実装クラスのリスト:
Notification
public interface PGNotification
This interface defines the public PostgreSQL extension for Notifications.
-
メソッドの詳細
-
getName
String getName()Returns name of this notification.- 戻り値:
- name of this notification
- 導入されたバージョン:
- 7.3
-
getPID
int getPID()Returns the process id of the backend process making this notification.- 戻り値:
- process id of the backend process making this notification
- 導入されたバージョン:
- 7.3
-
getParameter
String getParameter()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.- 戻り値:
- additional information from the notifying process
- 導入されたバージョン:
- 8.0
-