org.hsqldb
Class Table.RowStore
java.lang.Object
org.hsqldb.Table.RowStore
- org.hsqldb.Table
- org.hsqldb.persist.PersistentStore
public class Table.RowStore
extends java.lang.Object
implements org.hsqldb.persist.PersistentStore
void | add(org.hsqldb.persist.CachedObject row)
|
void | commit(org.hsqldb.persist.CachedObject row)
|
org.hsqldb.persist.CachedObject | get(int i)
|
org.hsqldb.persist.CachedObject | get(org.hsqldb.rowio.RowInputInterface in)
|
org.hsqldb.persist.CachedObject | getKeep(int i)
|
org.hsqldb.persist.CachedObject | getNewInstance(int size)
|
int | getStorageSize(int i)
|
void | release(int i)
|
void | remove(int i)
|
void | removePersistence(int i)
|
void | restore(org.hsqldb.persist.CachedObject row)
|
add
public void add(org.hsqldb.persist.CachedObject row)
throws IOException
- add in interface org.hsqldb.persist.PersistentStore
commit
public void commit(org.hsqldb.persist.CachedObject row)
- commit in interface org.hsqldb.persist.PersistentStore
get
public org.hsqldb.persist.CachedObject get(int i)
- get in interface org.hsqldb.persist.PersistentStore
get
public org.hsqldb.persist.CachedObject get(org.hsqldb.rowio.RowInputInterface in)
- get in interface org.hsqldb.persist.PersistentStore
getKeep
public org.hsqldb.persist.CachedObject getKeep(int i)
- getKeep in interface org.hsqldb.persist.PersistentStore
getNewInstance
public org.hsqldb.persist.CachedObject getNewInstance(int size)
- getNewInstance in interface org.hsqldb.persist.PersistentStore
getStorageSize
public int getStorageSize(int i)
- getStorageSize in interface org.hsqldb.persist.PersistentStore
release
public void release(int i)
- release in interface org.hsqldb.persist.PersistentStore
remove
public void remove(int i)
- remove in interface org.hsqldb.persist.PersistentStore
removePersistence
public void removePersistence(int i)
- removePersistence in interface org.hsqldb.persist.PersistentStore
restore
public void restore(org.hsqldb.persist.CachedObject row)
throws IOException
- restore in interface org.hsqldb.persist.PersistentStore
Copyright B) 2001 - 2005 HSQL Development Group. All Rights Reserved.