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 classLobStorageMap.BlobMeta.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) longbyteCount(package private) longhashbyte[]streamStoreIdStream identifier.(package private) inttableId
-
Constructor Summary
Constructors Constructor Description BlobMeta(byte[] streamStoreId, int tableId, long byteCount, long hash)
-