|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataBook.WriteBackIsolationLevel | |
---|---|
com.sibvisions.rad.model.mem | Contains all storage independent model classes. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
Uses of IDataBook.WriteBackIsolationLevel in com.sibvisions.rad.model.mem |
---|
Methods in com.sibvisions.rad.model.mem that return IDataBook.WriteBackIsolationLevel | |
---|---|
IDataBook.WriteBackIsolationLevel |
MemDataSource.getWritebackIsolationLevel()
Returns the current write back isolation level. |
IDataBook.WriteBackIsolationLevel |
MemDataBook.getWritebackIsolationLevel()
Returns the current write back isolation level. |
Methods in com.sibvisions.rad.model.mem with parameters of type IDataBook.WriteBackIsolationLevel | |
---|---|
void |
MemDataSource.setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel pIsolationLevel)
Sets when the IDataSource needs to write back the data to the storage. |
void |
MemDataBook.setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel pIsolationLevel)
Sets when the IDataSource needs to write back the
data to the storage. |
Uses of IDataBook.WriteBackIsolationLevel in javax.rad.model |
---|
Methods in javax.rad.model that return IDataBook.WriteBackIsolationLevel | |
---|---|
IDataBook.WriteBackIsolationLevel |
IDataSource.getWritebackIsolationLevel()
Returns the current write back isolation level. |
IDataBook.WriteBackIsolationLevel |
IDataBook.getWritebackIsolationLevel()
Returns the current write back isolation level. |
static IDataBook.WriteBackIsolationLevel |
IDataBook.WriteBackIsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IDataBook.WriteBackIsolationLevel[] |
IDataBook.WriteBackIsolationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in javax.rad.model with parameters of type IDataBook.WriteBackIsolationLevel | |
---|---|
void |
IDataSource.setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel pIsolationLevel)
Sets when the IDataSource needs to write back the data to the storage. |
void |
IDataBook.setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel pIsolationLevel)
Sets when the IDataSource needs to write back the
data to the storage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |