summaryrefslogtreecommitdiffstats
path: root/relstorageif
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 19:48:12 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-06-08 15:48:01 +0200
commite74dc34bfd53cdc363e2915f247aa60fe6cbb166 (patch)
treeef6a346ae3d704b32af6eff5952c707b881c75b2 /relstorageif
parentfe78744f0417681dd9b9058f2264bbbd118af485 (diff)
downloadrasdaman-upstream-e74dc34bfd53cdc363e2915f247aa60fe6cbb166.tar.gz
rasdaman-upstream-e74dc34bfd53cdc363e2915f247aa60fe6cbb166.tar.xz
rasdaman-upstream-e74dc34bfd53cdc363e2915f247aa60fe6cbb166.zip
Module for relstorageif
Diffstat (limited to 'relstorageif')
-rw-r--r--relstorageif/dbstoragelayout.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/relstorageif/dbstoragelayout.hh b/relstorageif/dbstoragelayout.hh
index c18beed..80ed69f 100644
--- a/relstorageif/dbstoragelayout.hh
+++ b/relstorageif/dbstoragelayout.hh
@@ -48,6 +48,13 @@ rasdaman GmbH.
Every storage parameter which is not defined using the proper set* methods will result in a default value to be returned. the supports* methods will tell if the value is a default value defined at instantiation time through the static storagemgr/StorageLayout attributes or an explicitly defined value.
For information on the meaning of these attributes refere to storagemgr/storagelayout
*/
+/**
+ * \defgroup Relstorageifs Relstorageif Classes
+ */
+
+/**
+ * \ingroup Relstorageifs
+ */
class DBStorageLayout : public DBObject
{