![]() |
MAK Data Logger API Documentation for DIS
|
The class which holds the export settings. More...
Collaboration diagram for MAKLogger::DtSqlExportSettings:Public Types | |
| typedef std::list < DtLgrPacketFilter * > | PacketFilterList |
Public Member Functions | |
| DtSqlExportSettings () | |
| virtual | ~DtSqlExportSettings () |
| DtString | encodeDestination () const |
| Encode a destination string using the current settings. More... | |
| void | setFromDestination (const DtString &destination) |
| Set the current state using a destination string. More... | |
| virtual void | getPrimaryAndFomModuleOmtFiles (std::vector< DtString > &omtFileList) |
| Get a list of the combined primary OMT, FOM Module OMT and MIM OMT files. More... | |
| virtual PacketFilterList & | packetFilters () |
| Get the packet filters. More... | |
| virtual const PacketFilterList & | packetFilters () const |
| virtual void | setDriver (const DtString &str) |
| Mutator and Accessor for driver. More... | |
| virtual const DtString & | driver () const |
| Mutator and Accessor for driver. More... | |
| virtual void | setServerName (const DtString &str) |
| Mutator and Accessor for server name. More... | |
| virtual const DtString & | serverName () const |
| Mutator and Accessor for server name. More... | |
| virtual void | setUserName (const DtString &str) |
| Mutator and Accessor for user name. More... | |
| virtual const DtString & | userName () const |
| Mutator and Accessor for user name. More... | |
| virtual void | setPassword (const DtString &str) |
| Mutator and Accessor for password. More... | |
| virtual const DtString & | password () const |
| Mutator and Accessor for password. More... | |
| virtual void | setDataSource (const DtString &str) |
| Mutator and Accessor for data source. More... | |
| virtual const DtString & | dataSource () const |
| Mutator and Accessor for data source. More... | |
| virtual void | setOmtFile (const DtString &str) |
| Mutator and Accessor for OMT file. More... | |
| virtual const DtString & | omtFile () const |
| Mutator and Accessor for OMT file. More... | |
| virtual void | setFomModuleOmtFiles (const DtString &str) |
| Mutator and Accessor for FOM Module OMT Files. More... | |
| virtual const DtString & | fomModuleOmtFiles () const |
| Mutator and Accessor for FOM Module OMT Files. More... | |
| virtual void | setMimOmtFile (const DtString &str) |
| Mutator and Accessor for MIM OMT Files. More... | |
| virtual const DtString & | mimOmtFile () const |
| Mutator and Accessor for MIM OMT Files. More... | |
| virtual void | setShortTableNames (bool use) |
| Mutator and Accessor for short table names. More... | |
| virtual bool | shortTableNames () const |
| Mutator and Accessor for short table names. More... | |
| virtual void | setGenerateInstanceTable (bool generate) |
| Mutator and Accessor for generate instance table. More... | |
| virtual bool | generateInstanceTable () const |
| Mutator and Accessor for generate instance table. More... | |
| virtual void | setGenerateCheckpointTable (bool generate) |
| Mutator and Accessor for checkpoint table. More... | |
| virtual bool | generateCheckpointTable () const |
| Mutator and Accessor for checkpoint table. More... | |
| virtual void | setGenerateLargeSubcomponentTables (bool generate) |
| Mutator and Accessor for subcomponent breakout checkbox. More... | |
| virtual bool | generateLargeSubcomponentTables () const |
| Mutator and Accessor for subcomponent breakout checkbox. More... | |
| virtual void | setLargeSubcomponentThreshold (int threshold) |
| Mutator and Accessor for subcomponent breakout threshold. More... | |
| virtual int | largeSubcomponentThreshold () const |
| Mutator and Accessor for subcomponent breakout threshold. More... | |
Protected Attributes | |
| DtString | myDriver |
| DtString | myServerName |
| DtString | myUserName |
| DtString | myPassword |
| DtString | myDataSource |
| DtString | myOmtFile |
| DtString | myFomModuleOmtFiles |
| DtString | myMimOmtFile |
| bool | myUseShortNames |
| bool | myGenerateInstanceTable |
| bool | myGenerateCheckpointTable |
| bool | myGenerateLargeSubcomponentTables |
| int | myLargeSubcomponentThreshold |
| PacketFilterList | myFilters |
The class which holds the export settings.
| typedef std::list<DtLgrPacketFilter*> MAKLogger::DtSqlExportSettings::PacketFilterList |
| MAKLogger::DtSqlExportSettings::DtSqlExportSettings | ( | ) |
|
virtual |
|
virtual |
Mutator and Accessor for data source.
|
virtual |
Mutator and Accessor for driver.
| DtString MAKLogger::DtSqlExportSettings::encodeDestination | ( | ) | const |
Encode a destination string using the current settings.
|
virtual |
Mutator and Accessor for FOM Module OMT Files.
File names are provided as a deliminated string.
|
virtual |
Mutator and Accessor for checkpoint table.
|
virtual |
Mutator and Accessor for generate instance table.
|
virtual |
Mutator and Accessor for subcomponent breakout checkbox.
|
virtual |
Get a list of the combined primary OMT, FOM Module OMT and MIM OMT files.
MIM is first (if present), followed by primary, then additional FOM Modules
|
virtual |
Mutator and Accessor for subcomponent breakout threshold.
|
virtual |
Mutator and Accessor for MIM OMT Files.
File names are provided as a deliminated string.
|
virtual |
Mutator and Accessor for OMT file.
|
virtual |
Get the packet filters.
|
virtual |
|
virtual |
Mutator and Accessor for password.
|
virtual |
Mutator and Accessor for server name.
|
virtual |
Mutator and Accessor for data source.
|
virtual |
Mutator and Accessor for driver.
|
virtual |
Mutator and Accessor for FOM Module OMT Files.
File names are provided as a deliminated string.
| void MAKLogger::DtSqlExportSettings::setFromDestination | ( | const DtString & | destination | ) |
Set the current state using a destination string.
|
virtual |
Mutator and Accessor for checkpoint table.
|
virtual |
Mutator and Accessor for generate instance table.
|
virtual |
Mutator and Accessor for subcomponent breakout checkbox.
|
virtual |
Mutator and Accessor for subcomponent breakout threshold.
|
virtual |
Mutator and Accessor for MIM OMT Files.
File names are provided as a deliminated string.
|
virtual |
Mutator and Accessor for OMT file.
|
virtual |
Mutator and Accessor for password.
|
virtual |
Mutator and Accessor for server name.
|
virtual |
Mutator and Accessor for short table names.
|
virtual |
Mutator and Accessor for user name.
|
virtual |
Mutator and Accessor for short table names.
|
virtual |
Mutator and Accessor for user name.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |