org.objectweb.medor.datasource.rdb.api

Interface RdbDataStore

All Superinterfaces:
DataStore

public interface RdbDataStore
extends DataStore

This interface specialized the DataStore for relational databases.

Fields inherited from interface org.objectweb.medor.datasource.api.DataStore

JDBC_STORE, MEDORTC_STORE, ODMG_STORE, TEXTFILE_STORE, UDDI_STORE, XMLDOCUMENT_STORE

Method Summary

String
getDatabaseName()
String
getUrl()
String
getUser()

Methods inherited from interface org.objectweb.medor.datasource.api.DataStore

getClientName, getDataStoreType, getName, isCapable, isSameAs, setClientName

Method Details

getDatabaseName

public String getDatabaseName()


getUrl

public String getUrl()


getUser

public String getUser()