IConnectionEventListener.ConnectionClosed(ConnectionEvent) メソッド

定義

アプリケーションがプールされた接続の表現で メソッドcloseを呼び出したことを通知ConnectionEventListenerします。

[Android.Runtime.Register("connectionClosed", "(Ljavax/sql/ConnectionEvent;)V", "GetConnectionClosed_Ljavax_sql_ConnectionEvent_Handler:Javax.Sql.IConnectionEventListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ConnectionClosed (Javax.Sql.ConnectionEvent? e);
[<Android.Runtime.Register("connectionClosed", "(Ljavax/sql/ConnectionEvent;)V", "GetConnectionClosed_Ljavax_sql_ConnectionEvent_Handler:Javax.Sql.IConnectionEventListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ConnectionClosed : Javax.Sql.ConnectionEvent -> unit

パラメーター

属性

注釈

アプリケーションがプールされた接続の表現で メソッドcloseを呼び出したことを通知ConnectionEventListenerします。

の Java ドキュメント javax.sql.ConnectionEventListener.connectionClosed(javax.sql.ConnectionEvent)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象