artefaktur
software engineer &        architecture

 
 
 
 

class Driver

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::sql::Driver Class Reference

#include <Driver.h>

Inheritance diagram for acdk::sql::Driver:

acdk::sql::odbc::ODBCDriver acdk::sql::sqlite::LiteDriver List of all members.

Detailed Description

API: JDBC 2.0.

Author:
Roger Rene Kommer
Version:
Revision
1.14
Date:
Date
2005/04/08 10:53:21


Public Member Functions

virtual int getMajorVersionNumber ()=0
virtual int getMinorVersion ()=0
virtual bool jdbcCompliant ()=0
virtual RDriverPropertyInfoArray getPropertyInfo (INP(RString) url, INP(acdk::util::RProperties) properties)=0 throw ( RException )
virtual bool acceptsURL (INP(RString) url)=0 throw ( RException )
virtual RConnection connect (INP(RString) url, INP(acdk::util::RProperties) properties)=0 throw ( RException )

Member Function Documentation

virtual bool acdk::sql::Driver::acceptsURL INP(RString url  )  throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::odbc::ODBCDriver, and acdk::sql::sqlite::LiteDriver.

virtual RConnection acdk::sql::Driver::connect INP(RString url,
INP(acdk::util::RProperties properties
throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::odbc::ODBCDriver, and acdk::sql::sqlite::LiteDriver.

virtual int acdk::sql::Driver::getMajorVersionNumber  )  [pure virtual]
 

Implemented in acdk::sql::odbc::ODBCDriver, and acdk::sql::sqlite::LiteDriver.

virtual int acdk::sql::Driver::getMinorVersion  )  [pure virtual]
 

Implemented in acdk::sql::odbc::ODBCDriver, and acdk::sql::sqlite::LiteDriver.

virtual RDriverPropertyInfoArray acdk::sql::Driver::getPropertyInfo INP(RString url,
INP(acdk::util::RProperties properties
throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::odbc::ODBCDriver, and acdk::sql::sqlite::LiteDriver.

virtual bool acdk::sql::Driver::jdbcCompliant  )  [pure virtual]
 

Implemented in acdk::sql::odbc::ODBCDriver, and acdk::sql::sqlite::LiteDriver.

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer