Library: Data/ODBC
Package: ODBC
Header: Poco/Data/ODBC/Connector.h
Connector instantiates SqLite SessionImpl objects.
Direct Base Classes: Poco::Data::Connector
All Base Classes: Poco::Data::Connector
Member Functions: createSession, registerConnector, unregisterConnector
Inherited Functions: createSession
Connector();
Creates the Connector.
 
 ~Connector();
Destroys the Connector.
Poco::AutoPtr < Poco::Data::SessionImpl > createSession(
    const std::string & connectionString
);
Creates a ODBC SessionImpl object and initializes it with the given connectionString.
 
 static void registerConnector();
Registers the Connector under the Keyword Connector::KEY at the Poco::Data::SessionFactory
 
 static void unregisterConnector();
Unregisters the Connector under the Keyword Connector::KEY at the Poco::Data::SessionFactory
 
 static const std::string KEY;
Keyword for creating ODBC sessions