![]() |
TrinityCore
|
#include <DB2FileLoader.h>
Inheritance diagram for DB2FileSource:Public Member Functions | |
| DB2FileSource () | |
| DB2FileSource (DB2FileSource const &other)=delete | |
| DB2FileSource (DB2FileSource &&other) noexcept=delete | |
| DB2FileSource & | operator= (DB2FileSource const &other)=delete |
| DB2FileSource & | operator= (DB2FileSource &&other) noexcept=delete |
| virtual | ~DB2FileSource () |
| virtual bool | IsOpen () const =0 |
| virtual bool | Read (void *buffer, std::size_t numBytes)=0 |
| virtual int64 | GetPosition () const =0 |
| virtual bool | SetPosition (int64 position)=0 |
| virtual int64 | GetFileSize () const =0 |
| virtual char const * | GetFileName () const =0 |
| virtual DB2EncryptedSectionHandling | HandleEncryptedSection (DB2SectionHeader const §ionHeader) const =0 |
Definition at line 100 of file DB2FileLoader.h.
|
default |
|
delete |
|
deletenoexcept |
|
virtualdefault |
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function:
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function:
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function:
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function:
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function:
|
deletenoexcept |
|
delete |
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function:
|
pure virtual |
Implemented in DB2FileSystemSource, and DB2CascFileSource.
Here is the caller graph for this function: