Uses of Class
org.h2.engine.SessionWithState

Packages that use SessionWithState
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
 

Uses of SessionWithState in org.h2.engine
 

Subclasses of SessionWithState in org.h2.engine
 class Session
          A session represents an embedded database connection.
 class SessionRemote
          The client side part of a session when using the server mode.