#include <oracleconfigsource.h>
Inheritance diagram for OracleConfigSource:

Public Member Functions | |
| OracleConfigSource () | |
| bool | LoadFromDB (int p_servertype, int p_originId=-1) |
| int | ReadLine () |
Protected Attributes | |
| std::vector< std::string > | CommandLines |
| int | CurrentLineIndex |
|
|
Definition at line 11 of file oracleconfigsource.cpp. References CurrentLineIndex. |
|
||||||||||||
|
Definition at line 16 of file oracleconfigsource.cpp. References CommandLines, CurrentLineIndex, ConfigSource::LastError, ConfigSource::LastMessage, ConfigSource::LineParseIndex, and ConfigSource::Token. |
|
|
Reimplemented from ConfigSource. Definition at line 105 of file oracleconfigsource.cpp. References COMFILE_EOF, COMFILE_ERROR, CommandLines, CurrentLineIndex, ConfigSource::LastError, ConfigSource::LastMessage, ConfigSource::LineParseIndex, and ConfigSource::Token. |
|
|
Definition at line 23 of file oracleconfigsource.h. Referenced by LoadFromDB(), and ReadLine(). |
|
|
Definition at line 25 of file oracleconfigsource.h. Referenced by LoadFromDB(), OracleConfigSource(), and ReadLine(). |
1.3-rc3