Uses of Interface org.objectweb.medor.datasource.api.DataStore

Uses in package org.objectweb.medor.datasource.api

Methods with parameter type org.objectweb.medor.datasource.api.DataStore

Wrapper
boolean
Checks whether the current DataStore object represents the same data store as another DataStore object.

Uses in package org.objectweb.medor.query.jorm.lib

Fields of type org.objectweb.medor.datasource.api.DataStore

DataStore
The datastore of the extent

Methods with parameter type org.objectweb.medor.datasource.api.DataStore

void

Methods with return type org.objectweb.medor.datasource.api.DataStore

DataStore
Methods inherited from QueryLeaf

Uses in package org.objectweb.medor.query.rdb.lib

Constructors with parameter type org.objectweb.medor.datasource.api.DataStore

AggregateRdbQueryNode.AggregateRdbQueryNode(QueryTreeField[] groupedFields, String groupedFieldName, QueryTreeField[] groupByFields, BasicRdbExpQueryLeaf subQL, DataStore ds, String nodeName)
Constructs a RDB QueryNode for an aggregation.
Constructs a BasicRdbExpQueryLeaf from an Expression and a set of QualifiedTables.
BasicRdbQueryLeaf.BasicRdbQueryLeaf(String _name, DataStore ds, String query)
BasicRdbStringQueryLeaf.BasicRdbStringQueryLeaf(DataStore ds, String query, String nodeName)
Constructs a BasicRdbStringQueryLeaf from an SQL string.

Fields of type org.objectweb.medor.datasource.api.DataStore

DataStore
DataStore

Methods with parameter type org.objectweb.medor.datasource.api.DataStore

void

Methods with return type org.objectweb.medor.datasource.api.DataStore

DataStore
DataStore

Uses in package org.objectweb.medor.datasource.lib

Classes implementing org.objectweb.medor.datasource.api.DataStore

class
MEDOR: Middleware Enabling Distributed Object Requests Copyright (C) 2001-2003 France Telecom R&D Contact: alexandre.lefebvre@rd.francetelecom.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
class
This implementation of the DataStore interface could be used in all cases where a data store could be identified by a connection factory.

Methods with parameter type org.objectweb.medor.datasource.api.DataStore

Wrapper
boolean
A simple example of an implementation of this method will tests equality between DataStore name only.
boolean
Two ConnectionFactoryDataStore with the same connection factory are equals.

Uses in package org.objectweb.medor.query.jorm.api

Methods with parameter type org.objectweb.medor.datasource.api.DataStore

void

Uses in package org.objectweb.medor.query.lib

Fields of type org.objectweb.medor.datasource.api.DataStore

DataStore

Methods with return type org.objectweb.medor.datasource.api.DataStore

DataStore

Uses in package org.objectweb.medor.query.api

Methods with return type org.objectweb.medor.datasource.api.DataStore

DataStore

Uses in package org.objectweb.medor.optim.rdb

Fields of type org.objectweb.medor.datasource.api.DataStore

DataStore