public class DBCacheEntry extends Object
Constructor and Description |
---|
DBCacheEntry() |
DBCacheEntry(DataInputStream dis)
Read the data for this Cache entry from a data input stream
|
DBCacheEntry(String dbname,
String sql) |
public DBCacheEntry()
public DBCacheEntry(DataInputStream dis) throws KettleFileException
dis
- The DataInputStream to read this entry from.KettleFileException
- if the cache can't be read from disk when it should be able to. If the cache file doesn't exists, no
exception is thrownpublic boolean sameDB(String otherDb)
public boolean write(DataOutputStream dos)
dos
- The DataOutputStream to write this entry to.