Uses of Interface
net.ontopia.persistence.proxy.RDBMSMetricsIF
-
Packages that use RDBMSMetricsIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. -
-
Uses of RDBMSMetricsIF in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy that return RDBMSMetricsIF Modifier and Type Method Description RDBMSMetricsIF
RDBMSStorage. getMetrics()
PUBLIC: provides proxy access to aRDBMSMetricsIF
object that provides access to the metrics regarding this storage. -
Uses of RDBMSMetricsIF in net.ontopia.topicmaps.impl.rdbms
Methods in net.ontopia.topicmaps.impl.rdbms that return RDBMSMetricsIF Modifier and Type Method Description RDBMSMetricsIF
RDBMSTopicMapSource. getMetrics()
PUBLIC: provides access to theRDBMSStorage.getMetrics()
.
-