|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataSource | |
---|---|
com.sibvisions.rad.model.mem | Contains all storage independent model classes. |
com.sibvisions.rad.model.remote | Contains model implementations for accessing remote data. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
Uses of IDataSource in com.sibvisions.rad.model.mem |
---|
Classes in com.sibvisions.rad.model.mem that implement IDataSource | |
---|---|
class |
MemDataSource
The MemDataSource is a base class for all DataSources. |
Methods in com.sibvisions.rad.model.mem that return IDataSource | |
---|---|
IDataSource |
MemDataBook.getDataSource()
Returns the IDataSource for this IDataBook . |
Methods in com.sibvisions.rad.model.mem with parameters of type IDataSource | |
---|---|
void |
MemDataBook.setDataSource(IDataSource pDataSource)
Sets the IDataSource for this IDataBook . |
Uses of IDataSource in com.sibvisions.rad.model.remote |
---|
Classes in com.sibvisions.rad.model.remote that implement IDataSource | |
---|---|
class |
RemoteDataSource
The RemoteDataSource is a remote DataSource for all RemoteDataBook's,
which uses a connection to the server to forward the storage operation to server objects. |
Methods in com.sibvisions.rad.model.remote with parameters of type IDataSource | |
---|---|
void |
RemoteDataBook.setDataSource(IDataSource pDataSource)
Sets the IDataSource for this IDataBook . |
Uses of IDataSource in javax.rad.model |
---|
Methods in javax.rad.model that return IDataSource | |
---|---|
IDataSource |
IDataBook.getDataSource()
Returns the IDataSource for this IDataBook . |
Methods in javax.rad.model with parameters of type IDataSource | |
---|---|
void |
IDataBook.setDataSource(IDataSource pDataSource)
Sets the IDataSource for this IDataBook . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |