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.Fields in org.h2.engine declared as SessionFields in org.h2.engine with type parameters of type SessionModifier and TypeFieldDescriptionprivate static final ThreadLocal<Session> SessionLocal.THREAD_LOCAL_SESSIONThread local session for comparison operations between different data types.Methods in org.h2.engine that return SessionModifier and TypeMethodDescriptionSessionRemote.connectEmbeddedOrServer(boolean openNew) Open a new (remote or embedded) session.(package private) static SessionSessionLocal.getThreadLocalSession()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 SessionModifier and TypeFieldDescriptionprivate SessionJdbcConnection.sessionprotected SessionJdbcStatement.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
Fields in org.h2.jdbc.meta declared as SessionConstructors 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
Fields in org.h2.value declared as SessionMethods in org.h2.value with parameters of type SessionModifier and TypeMethodDescriptionprivate static ValueValueToObjectConverter.arrayToValue(Session session, Object x) static ValueValueToObjectConverter.objectToValue(Session session, Object x, int type) Convert a Java object to a value.private static ValueValueToObjectConverter.otherToValue(Session session, Object x) private static LinkedHashMap<String, TypeInfo> ValueToObjectConverter.readResultSetMeta(Session session, ResultSetMetaData meta, int columnCount) 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.private static ValueValueToObjectConverter2.readValueOther(Session session, ResultSet rs, int columnIndex, int type) (package private) static ValueValueToObjectConverter.resultSetToValue(Session session, ResultSet rs) voidTransfer.setSession(Session session) Set the session.Constructors in org.h2.value with parameters of type Session