Uses of Class
org.h2.mvstore.db.LobStorageMap.BlobMeta
Packages that use LobStorageMap.BlobMeta
-
Uses of LobStorageMap.BlobMeta in org.h2.mvstore.db
Subclasses with type arguments of type LobStorageMap.BlobMeta in org.h2.mvstore.dbFields in org.h2.mvstore.db with type parameters of type LobStorageMap.BlobMetaModifier and TypeFieldDescriptionprivate final MVMap<Long, LobStorageMap.BlobMeta> LobStorageMap.lobMapThe lob metadata map.Methods in org.h2.mvstore.db that return LobStorageMap.BlobMetaModifier and TypeMethodDescriptionLobStorageMap.BlobMeta.Type.createStorage(int size) LobStorageMap.BlobMeta.Type.read(ByteBuffer buff) Methods in org.h2.mvstore.db that return types with arguments of type LobStorageMap.BlobMetaModifier and TypeMethodDescriptionstatic MVMap<Long, LobStorageMap.BlobMeta> LobStorageMap.openLobMap(TransactionStore txStore) Open map used to store LOB metadataMethods in org.h2.mvstore.db with parameters of type LobStorageMap.BlobMetaModifier and TypeMethodDescriptionintLobStorageMap.BlobMeta.Type.getMemory(LobStorageMap.BlobMeta blobMeta) voidLobStorageMap.BlobMeta.Type.write(WriteBuffer buff, LobStorageMap.BlobMeta blobMeta)