| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
| org.h2.tools |
Various tools.
|
| org.h2.util |
Internal utility classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SmallLRUCache<String,String[]> |
Database.getLobFileListCache() |
SmallLRUCache<String,String[]> |
SessionRemote.getLobFileListCache() |
SmallLRUCache<String,String[]> |
SessionRemote.getLobFileListCache() |
SmallLRUCache<String,String[]> |
Database.getLobFileListCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
SmallLRUCache<String,String[]> |
DataHandler.getLobFileListCache()
Get the lob file list cache if it is used.
|
SmallLRUCache<String,String[]> |
DataHandler.getLobFileListCache()
Get the lob file list cache if it is used.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SmallLRUCache<String,String[]> |
Recover.getLobFileListCache()
INTERNAL
|
SmallLRUCache<String,String[]> |
Recover.getLobFileListCache()
INTERNAL
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> SmallLRUCache<K,V> |
SmallLRUCache.newInstance(int size)
Create a new object with all elements of the given collection.
|
static <K,V> SmallLRUCache<K,V> |
SmallLRUCache.newInstance(int size)
Create a new object with all elements of the given collection.
|
Copyright © 2022. All rights reserved.