SqlFactory Class Reference

Factory class to create appropriate implementation of SQL API. More...


Static Public Member Functions

static AbsSqlConnectioncreateConnection (SqlApiImplType implFlag)
 creates appropriate implementation of AbsSqlConnection based on implFlag passed
static AbsSqlStatementcreateStatement (SqlApiImplType implFlag)
 creates appropriate implementation of AbsSqlStatement based on implFlag passed


Detailed Description

Factory class to create appropriate implementation of SQL API.


Member Function Documentation

static AbsSqlConnection* SqlFactory::createConnection ( SqlApiImplType  implFlag  )  [static]

creates appropriate implementation of AbsSqlConnection based on implFlag passed

Parameters:
implFlag 1->SqlConnection, 2->?
Returns:
AbsSqlConnection

static AbsSqlStatement* SqlFactory::createStatement ( SqlApiImplType  implFlag  )  [static]

creates appropriate implementation of AbsSqlStatement based on implFlag passed

Parameters:
implFlag 1->SqlConnection, 2->?
Returns:
AbsSqlStatement


The documentation for this class was generated from the following file:
CSQL Project Page