Package org.h2.store

Class LobStorageFrontend

java.lang.Object
org.h2.store.LobStorageFrontend
All Implemented Interfaces:
LobStorageInterface

public class LobStorageFrontend extends Object implements LobStorageInterface
This factory creates in-memory objects and temporary files. It is used on the client side.
  • Field Details

    • TABLE_ID_SESSION_VARIABLE

      public static final int TABLE_ID_SESSION_VARIABLE
      The table id for session variables (LOBs not assigned to a table).
      See Also:
    • TABLE_TEMP

      public static final int TABLE_TEMP
      The table id for temporary objects (not assigned to any object).
      See Also:
    • TABLE_RESULT

      public static final int TABLE_RESULT
      The table id for result sets.
      See Also:
    • sessionRemote

      private final SessionRemote sessionRemote
  • Constructor Details

    • LobStorageFrontend

      public LobStorageFrontend(SessionRemote handler)
  • Method Details