interface IntoConnection {
    getConnection(): Connection;
}

Implemented by

Methods