|
dbXML API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RecordMetaData | |
| com.dbxml.db.common.btree | Defines the dbXML BTree implementation as well as the low-level Paged file system. |
| com.dbxml.db.common.filers | Defines the standard dbXML Filer implementations which include MemFiler and FSFiler. |
| com.dbxml.db.core | This is the top-level package for all dbXML Core functionality. |
| com.dbxml.db.core.data | Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. |
| com.dbxml.db.core.filer | Defines the dbXML Filer interfaces. |
| com.dbxml.db.enterprise.dbfiler | Defines the dbXML DBFiler class as well as a Connection pooling system. |
| Uses of RecordMetaData in com.dbxml.db.common.btree |
| Methods in com.dbxml.db.common.btree that return RecordMetaData | |
RecordMetaData |
BTreeFiler.getRecordMetaData(Transaction tx,
Key key)
|
| Uses of RecordMetaData in com.dbxml.db.common.filers |
| Methods in com.dbxml.db.common.filers that return RecordMetaData | |
RecordMetaData |
MemFiler.getRecordMetaData(Transaction tx,
Key key)
|
RecordMetaData |
FSFiler.getRecordMetaData(Transaction tx,
Key key)
|
| Uses of RecordMetaData in com.dbxml.db.core |
| Methods in com.dbxml.db.core that return RecordMetaData | |
RecordMetaData |
Collection.getRecordMetaData(Transaction tx,
java.lang.Object docKey)
getRecordMetaData returns metadata about the Record identified by the provided Key. |
| Uses of RecordMetaData in com.dbxml.db.core.data |
| Methods in com.dbxml.db.core.data that return RecordMetaData | |
RecordMetaData |
Record.getMetaData()
getMetaData returns metadata about the Record. |
| Constructors in com.dbxml.db.core.data with parameters of type RecordMetaData | |
Record(Key key,
Value value,
RecordMetaData meta)
|
|
| Uses of RecordMetaData in com.dbxml.db.core.filer |
| Methods in com.dbxml.db.core.filer that return RecordMetaData | |
RecordMetaData |
Filer.getRecordMetaData(Transaction tx,
Key key)
getRecordMetaData returns metadata about the Record identified by the provided Key. |
| Uses of RecordMetaData in com.dbxml.db.enterprise.dbfiler |
| Methods in com.dbxml.db.enterprise.dbfiler that return RecordMetaData | |
RecordMetaData |
DBFiler.getRecordMetaData(Transaction tx,
Key key)
|
|
dbXML API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||