|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataStore in org.objectweb.medor.datasource.api |
Methods in org.objectweb.medor.datasource.api with parameters of type DataStore | |
Wrapper |
WrapperFactory.getWrapper(DataStore dl)
|
boolean |
DataStore.isSameAs(DataStore ds)
Checks whether the current DataStore object represents the same data store as another DataStore object. |
Uses of DataStore in org.objectweb.medor.datasource.lib |
Classes in org.objectweb.medor.datasource.lib that implement DataStore | |
class |
BasicDataStore
|
class |
ConnectionFactoryDataStore
This implementation of the DataStore interface could be used in all cases where a data store could be identified by a connection factory. |
Methods in org.objectweb.medor.datasource.lib with parameters of type DataStore | |
Wrapper |
MedorWrapperFactory.getWrapper(DataStore dl)
|
boolean |
ConnectionFactoryDataStore.isSameAs(DataStore ds)
Two ConnectionFactoryDataStore with the same connection factory are equals. |
boolean |
BasicDataStore.isSameAs(DataStore ds)
A simple example of an implementation of this method will tests equality between DataStore name only. |
Uses of DataStore in org.objectweb.medor.datasource.rdb.api |
Subinterfaces of DataStore in org.objectweb.medor.datasource.rdb.api | |
interface |
RdbDataStore
This interface specialized the DataStore for relational databases. |
Uses of DataStore in org.objectweb.medor.optim.rdb |
Fields in org.objectweb.medor.optim.rdb declared as DataStore | |
DataStore |
GroupSameDBRule.RdbQuery.ds
|
Uses of DataStore in org.objectweb.medor.query.api |
Methods in org.objectweb.medor.query.api that return DataStore | |
DataStore |
QueryLeaf.getDataStore()
|
Uses of DataStore in org.objectweb.medor.query.jorm.api |
Methods in org.objectweb.medor.query.jorm.api with parameters of type DataStore | |
void |
JormExtent.setDataStore(DataStore ds)
|
Uses of DataStore in org.objectweb.medor.query.jorm.lib |
Fields in org.objectweb.medor.query.jorm.lib declared as DataStore | |
protected DataStore |
BasicJormExtent.myStore
The datastore of the extent |
Methods in org.objectweb.medor.query.jorm.lib that return DataStore | |
DataStore |
BasicJormExtent.getDataStore()
Methods inherited from QueryLeaf |
Methods in org.objectweb.medor.query.jorm.lib with parameters of type DataStore | |
void |
BasicJormExtent.setDataStore(DataStore ds)
|
Uses of DataStore in org.objectweb.medor.query.lib |
Methods in org.objectweb.medor.query.lib that return DataStore | |
DataStore |
MedorTCQueryLeaf.getDataStore()
|
Uses of DataStore in org.objectweb.medor.query.rdb.lib |
Methods in org.objectweb.medor.query.rdb.lib that return DataStore | |
DataStore |
BasicRdbStringQueryLeaf.getDataStore()
|
DataStore |
BasicRdbExpQueryLeaf.getDataStore()
|
Constructors in org.objectweb.medor.query.rdb.lib with parameters of type DataStore | |
BasicRdbStringQueryLeaf(DataStore ds,
java.lang.String request,
java.lang.String nodeName)
Constructs a BasicRdbStringQueryLeaf from an SQL string. |
|
BasicRdbExpQueryLeaf(DataStore ds,
QualifiedTable[] from,
java.lang.String nodeName)
Constructs a BasicRdbExpQueryLeaf from an Expression and a set of QualifiedTables. |
|
BasicRdbExpQueryLeaf(DataStore ds,
java.lang.String nodeName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |