Uses of Class
org.h2.engine.Session
Packages that use Session
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the JDBC API (package java.sql).
Implementation of the JDBC database metadata API (package java.sql).
Implementation of row and internal result sets.
Data type and value implementations.
-
Uses of Session in org.h2.engine
Subclasses of Session in org.h2.engineModifier and TypeClassDescriptionfinal classA session represents an embedded database connection.final classThe client side part of a session when using the server mode.Methods in org.h2.engine that return SessionModifier and TypeMethodDescriptionSessionRemote.connectEmbeddedOrServer(boolean openNew) Open a new (remote or embedded) session.Session.setThreadLocalSession()Sets this session as thread local session, if this session is a local session.SessionLocal.setThreadLocalSession()Methods in org.h2.engine with parameters of type SessionModifier and TypeMethodDescriptionvoidSession.resetThreadLocalSession(Session oldSession) Resets old thread local session.voidSessionLocal.resetThreadLocalSession(Session oldSession) -
Uses of Session in org.h2.jdbc
Fields in org.h2.jdbc declared as SessionMethods in org.h2.jdbc that return SessionConstructors in org.h2.jdbc with parameters of type Session -
Uses of Session in org.h2.jdbc.meta
Constructors in org.h2.jdbc.meta with parameters of type Session -
Uses of Session in org.h2.result
Methods in org.h2.result with parameters of type SessionModifier and TypeMethodDescriptionfinal ResultInterfaceFetchedResult.createShallowCopy(Session targetSession) LocalResult.createShallowCopy(Session targetSession) Create a shallow copy of the result set.ResultInterface.createShallowCopy(Session targetSession) Create a shallow copy of the result set.ResultWithPaddedStrings.createShallowCopy(Session targetSession) SimpleResult.createShallowCopy(Session targetSession) -
Uses of Session in org.h2.value
Methods in org.h2.value with parameters of type SessionModifier and TypeMethodDescriptionstatic ValueValueToObjectConverter.objectToValue(Session session, Object x, int type) Convert a Java object to a value.static ValueValueToObjectConverter.readValue(Session session, JdbcResultSet rs, int columnIndex) Read a value from the given result set.static ValueRead a value from the given result set.voidTransfer.setSession(Session session) Set the session.Constructors in org.h2.value with parameters of type Session