public interface IDataSource
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes read and write access to the data source.
|
void |
commit()
Commits changes to the data source.
|
void |
open()
Opens read and write access to the data source.
|
void |
rollback()
Rolls back changes from the data source.
|
void open() throws DataSourceException
DataSourceException
void close() throws DataSourceException
DataSourceException
void commit() throws DataSourceException
DataSourceException
void rollback() throws DataSourceException
DataSourceException