Inheritance diagram for sfi.director.repository.FileDB:

Public Member Functions | ||||
| FileDB () | ||||
| FileDB (String url) | ||||
| * | ||||
| void | setURL (String url) throws DirectorException | |||
| set URL of the RemoteFile used for input/output | ||||
| Enumeration | search (final String expr, Options searchopt) throws DirectorException | |||
*
| ||||
| void | append (DBObject dbo) throws DirectorException | |||
*
| ||||
| void | truncate () throws DirectorException | |||
| void | close () throws DirectorException | |||
Protected Member Functions | ||||
| void | finalize () | |||
| DBAccessor | readNext (BufferedReader in, Filter expr) | |||
| void | open_append () throws DirectorException | |||
| int | eatspace (String s, int idx) | |||
| int | backeatspace (String s, int idx) | |||
| String | readRecord (BufferedReader file) throws Exception | |||
| String | readRecord_line (BufferedReader file) throws Exception | |||
| String | readRecord_freeline (BufferedReader file) throws Exception | |||
| String | readRecord_freemultiline (BufferedReader file) throws Exception | |||
| String | readRecord_separator (BufferedReader file, String separator) throws Exception | |||
| String | readRecord_startSeparator (BufferedReader file, String separator) throws Exception | |||
| DBObject | decode (String record) throws DirectorException | |||
| String | encode (DBObject dbo) throws DirectorException | |||
| String | file (DBObject dbo) throws DirectorException | |||
Protected Attributes | ||||
| RemoteFile | file = null | |||
| OutputStream | out = null | |||
|
|
|
|
|
*
|
|
|
*
Implements sfi.director.repository.DBConnection. |
|
||||||||||||
|
Reimplemented in sfi.director.repository.NidumpFile. |
|
|
Reimplemented from sfi.director.repository.DBConnection. Reimplemented in sfi.director.repository.NCUserCfgFile. |
|
|
||||||||||||
|
Reimplemented in sfi.director.repository.NidumpFile. |
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
*
|
|
|
set URL of the RemoteFile used for input/output
Reimplemented from sfi.director.repository.DBConnection. |
|
|
Implements sfi.director.repository.DBConnection. |
|
|
|
|
|
|
1.4.5