Interface IConnectionPoolDataSource
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/ConnectionPoolDataSource.html
public interface IConnectionPoolDataSource : ICommonDataSource
- Inherited Members
Properties
LogWriter
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/ConnectionPoolDataSource.html#getLogWriter() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/ConnectionPoolDataSource.html#setLogWriter(java.io.PrintWriter)
PrintWriter LogWriter { get; set; }
Property Value
LoginTimeout
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/ConnectionPoolDataSource.html#getLoginTimeout() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/ConnectionPoolDataSource.html#setLoginTimeout(int)
int LoginTimeout { get; set; }
Property Value
PooledConnection
PooledConnection PooledConnection { get; }
Property Value
Methods
CreatePooledConnectionBuilder()
PooledConnectionBuilder CreatePooledConnectionBuilder()
Returns
Exceptions
GetPooledConnection(String, String)
PooledConnection GetPooledConnection(String arg0, String arg1)