unwrap

inline fun <T> DataSource.unwrap(): T

Unwraps this DataSource to an instance of the specified type T.

Return

The underlying object of type T.


inline fun <T : Any> Connection.unwrap(): T

Unwraps this Connection to an instance of the specified type T.

Return

The underlying object of type T.