#include <dbstreamerfactory.hpp>
Inheritance diagram for DBStreamerFactory:
Definition at line 75 of file dbstreamerfactory.hpp.
Public Methods | |
DBStreamerFactory () | |
Constructor. Inits private data members. Inits OTL. | |
virtual | ~DBStreamerFactory () |
Destructor. Destroys definitions from definition cache and releases private data members. Teminates OTL. | |
otl_connect * | getConnection (const char *p_pszConnectionString, unsigned int p_uiThreadId) |
void | releaseConnection (const char *p_pszConnectionString, unsigned int p_uiThreadId) |
void | tick (unsigned long p_ulClock) |
Time ticker method. This method is to be called periodically by a separate thread for the handler to make its state maintenance tasks. | |
Static Public Methods | |
void | setSQLSyntax (const char *p_pszSQLSyntax=0) |
unsigned int | getSQLSyntax () |
|
Constructor. Inits private data members. Inits OTL.
Definition at line 76 of file dbstreamerfactory.cpp. References DBConnectionPool, DEBUG_CREATE, DEBUG_ECHO, and XMLProcessor::getThreadCount(). |
|
Destructor. Destroys definitions from definition cache and releases private data members. Teminates OTL.
Definition at line 112 of file dbstreamerfactory.cpp. References DEBUG_DEL, and XMLProcessor::getThreadCount(). |
|
Definition at line 145 of file dbstreamerfactory.cpp. References DEBUG_FUNC. |
|
Definition at line 68 of file dbstreamerfactory.cpp. Referenced by AutodescStreamer::completeDefinitionNode(), DDLStreamer::getColumnDDL_Simple(), DBOBJSetStreamer::getFieldBindVar(), and SAXDBOBJDefinitionBuilder::startElement(). |
|
Definition at line 156 of file dbstreamerfactory.cpp. References DEBUG_FUNC. |
|
Definition at line 54 of file dbstreamerfactory.cpp. References SQL_SYNTAX_DB2, SQL_SYNTAX_MSSQL, and SQL_SYNTAX_ORA. |
|
Time ticker method. This method is to be called periodically by a separate thread for the handler to make its state maintenance tasks.
Reimplemented from XMLStreamerFactory. Definition at line 167 of file dbstreamerfactory.cpp. References DEBUG_FUNC, and XMLProcessor::getThreadCount(). |