Package org.h2.mvstore.db
Class LobStorageMap.BlobMeta
- java.lang.Object
-
- org.h2.mvstore.db.LobStorageMap.BlobMeta
-
- Enclosing class:
- LobStorageMap
public static final class LobStorageMap.BlobMeta extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LobStorageMap.BlobMeta.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) long
byteCount
(package private) long
hash
byte[]
streamStoreId
Stream identifier.(package private) int
tableId
-
Constructor Summary
Constructors Constructor Description BlobMeta(byte[] streamStoreId, int tableId, long byteCount, long hash)
-