Interface IPooledConnection
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/PooledConnection.html
public interface IPooledConnection
Properties
Connection
Connection Connection { get; }
Property Value
Methods
AddConnectionEventListener(ConnectionEventListener)
void AddConnectionEventListener(ConnectionEventListener arg0)
Parameters
AddStatementEventListener(StatementEventListener)
void AddStatementEventListener(StatementEventListener arg0)
Parameters
Close()
void Close()
Exceptions
RemoveConnectionEventListener(ConnectionEventListener)
void RemoveConnectionEventListener(ConnectionEventListener arg0)
Parameters
RemoveStatementEventListener(StatementEventListener)
void RemoveStatementEventListener(StatementEventListener arg0)