![]() |
TerraLib 4.1
|
This is the class for TeFirebird driver factory. More...
#include <TeFirebird.h>
Public Member Functions | |
| TeFirebirdFactory () | |
| ~TeFirebirdFactory () | |
Protected Member Functions | |
| TeDatabase * | build (const TeDatabaseFactoryParams &arg) |
This is the class for TeFirebird driver factory.
| TeFirebirdFactory::TeFirebirdFactory | ( | ) | [inline] |
Default constructor
| TeFirebirdFactory::~TeFirebirdFactory | ( | ) | [inline] |
Default Destructor
| TeDatabase* TeFirebirdFactory::build | ( | const TeDatabaseFactoryParams & | arg | ) | [inline, protected, virtual] |
Implementation for the abstract TeFactory::build.
| arg | A const reference to the parameters used by the database. |
Implements TeFactory< TeDatabase, TeDatabaseFactoryParams >.