|
||||||||||
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. |
com.sibvisions.rad.persist | Contains implementations of the persistence definitions. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
javax.rad.model.event | Contains all model event classes and interfaces. |
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()
Gets the IDataSource that is used. |
Methods in com.sibvisions.rad.model.mem with parameters of type IDataSource | |
---|---|
void |
MemDataBook.setDataSource(IDataSource pDataSource)
Sets the IDataSource to use, which allows the IDataBook
to retrieve and set data. |
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 to use, which allows the IDataBook
to retrieve and set data. |
Uses of IDataSource in com.sibvisions.rad.persist |
---|
Methods in com.sibvisions.rad.persist with parameters of type IDataSource | |
---|---|
void |
StorageDataBook.setDataSource(IDataSource pDataSource)
Sets the IDataSource to use, which allows the IDataBook
to retrieve and set data. |
Uses of IDataSource in javax.rad.model |
---|
Methods in javax.rad.model that return IDataSource | |
---|---|
IDataSource |
IDataBook.getDataSource()
Gets the IDataSource that is used. |
Methods in javax.rad.model with parameters of type IDataSource | |
---|---|
void |
IDataBook.setDataSource(IDataSource pDataSource)
Sets the IDataSource to use, which allows the IDataBook
to retrieve and set data. |
Uses of IDataSource in javax.rad.model.event |
---|
Methods in javax.rad.model.event that return IDataSource | |
---|---|
IDataSource |
DataSourceEvent.getDataSource()
Gets the datasource. |
Constructors in javax.rad.model.event with parameters of type IDataSource | |
---|---|
DataSourceEvent(IDataSource pDataSource,
IDataBook pDataBook,
DataSourceEvent.EventType pEventType)
Creates a new instance of DataSourceEvent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |