Package com.mysql.cj

Interface Session

All Known Implementing Classes:
CoreSession, MysqlxSession, NativeSession

public interface Session
Session exposes logical level which user API uses internally to call Protocol methods. It's a higher-level abstraction than MySQL server session (ServerSession). Protocol and ServerSession methods should never be used directly from user API.