Uses of Class
org.h2.engine.SessionRemote
Packages that use SessionRemote
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Implementation of the JDBC database metadata API (package java.sql).
Implementation of row and internal result sets.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
LOB data for values.
-
Uses of SessionRemote in org.h2.command
Fields in org.h2.command declared as SessionRemoteMethods in org.h2.command with parameters of type SessionRemoteModifier and TypeMethodDescriptionprivate void
CommandRemote.prepare
(SessionRemote s, boolean createParams) Constructors in org.h2.command with parameters of type SessionRemoteModifierConstructorDescriptionCommandRemote
(SessionRemote session, ArrayList<Transfer> transferList, String sql, int fetchSize) -
Uses of SessionRemote in org.h2.jdbc.meta
Fields in org.h2.jdbc.meta declared as SessionRemoteConstructors in org.h2.jdbc.meta with parameters of type SessionRemoteModifierConstructorDescriptionDatabaseMetaRemote
(SessionRemote session, ArrayList<Transfer> transferList) -
Uses of SessionRemote in org.h2.result
Fields in org.h2.result declared as SessionRemoteConstructors in org.h2.result with parameters of type SessionRemoteModifierConstructorDescriptionResultRemote
(SessionRemote session, Transfer transfer, int id, int columnCount, int fetchSize) -
Uses of SessionRemote in org.h2.store
Fields in org.h2.store declared as SessionRemoteModifier and TypeFieldDescriptionprivate final SessionRemote
LobStorageFrontend.sessionRemote
private final SessionRemote
LobStorageRemoteInputStream.sessionRemote
Constructors in org.h2.store with parameters of type SessionRemoteModifierConstructorDescriptionLobStorageFrontend
(SessionRemote handler) LobStorageRemoteInputStream
(SessionRemote handler, long lobId, byte[] hmac) -
Uses of SessionRemote in org.h2.value.lob
Fields in org.h2.value.lob declared as SessionRemote