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.
-
Uses of SessionRemote in org.h2.command
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
Constructors in org.h2.jdbc.meta with parameters of type SessionRemoteModifierConstructorDescriptionDatabaseMetaRemote(SessionRemote session, ArrayList<Transfer> transferList) -
Uses of SessionRemote in org.h2.result
Constructors 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
Constructors in org.h2.store with parameters of type SessionRemoteModifierConstructorDescriptionLobStorageFrontend(SessionRemote handler) LobStorageRemoteInputStream(SessionRemote handler, long lobId, byte[] hmac)