|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Class
org.hsqldb.Cache
| Uses of Cache in org.hsqldb |
| Subclasses of Cache in org.hsqldb | |
(package private) class |
ReverseTextCache
Cache class declaration |
(package private) class |
TextCache
Handles operations on a DatabaseFile object and uses signle TextDdatbaseRowInput and TextDatabaseRowOutput objects to read and write rows of data to the file in text table format. |
| Fields in org.hsqldb declared as Cache | |
protected Cache |
Table.cCache
|
private Cache |
Log.cCache
|
| Methods in org.hsqldb that return Cache | |
(package private) Cache |
Log.getCache()
|
(package private) Cache |
Log.openTextCache(java.lang.String table,
java.lang.String source,
boolean readOnlyData,
boolean reversed)
|
(package private) Cache |
Database.Logger.getCache()
Returns the Cache object or null if one doesn't exist. |
(package private) Cache |
Database.Logger.openTextCache(java.lang.String table,
java.lang.String source,
boolean readOnlyData,
boolean reversed)
Opens the TextCache object if a Log object exists. |
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||