#include <QOpenOCCI.h>
Public Member Functions | |
virtual void | free ()=0 |
virtual void * | ptrValue ()=0 |
virtual QVariant | toQVariant () const =0 |
virtual | ~QOpenOCCIBindElement () |
Static Public Member Functions | |
static char * | QStringToChar (const QString &str) |
static OCI_Date * | QDateToOCIDate (OCI_Connection *c, const QDate &date) |
static OCI_Date * | QDateToOCIDateTime (OCI_Connection *c, const QDateTime &date) |
static OCI_Date * | QDateToOCITime (OCI_Connection *c, const QTime &time) |
static OCI_Lob * | QByteArrayToBLOB (OCI_Connection *c, const QByteArray &buf) |
Definition at line 80 of file QOpenOCCI.h.
virtual QOpenOCCIBindElement::~QOpenOCCIBindElement | ( | ) | [inline, virtual] |
Definition at line 85 of file QOpenOCCI.h.
virtual void QOpenOCCIBindElement::free | ( | ) | [pure virtual] |
Implemented in QOpenOCCIBindElementI< C >, QOpenOCCIBindElementI< C >, and QOpenOCCIBindElementI< C >.
virtual void* QOpenOCCIBindElement::ptrValue | ( | ) | [pure virtual] |
virtual QVariant QOpenOCCIBindElement::toQVariant | ( | ) | const [pure virtual] |
Implemented in QOpenOCCIBindElementI< C >, QOpenOCCIBindElementI< C >, QOpenOCCIBindElementI< C >, and QOpenOCCIBindElementI< C >.
static char* QOpenOCCIBindElement::QStringToChar | ( | const QString & | str | ) | [inline, static] |
static OCI_Date* QOpenOCCIBindElement::QDateToOCIDate | ( | OCI_Connection * | c, | |
const QDate & | date | |||
) | [inline, static] |
static OCI_Date* QOpenOCCIBindElement::QDateToOCIDateTime | ( | OCI_Connection * | c, | |
const QDateTime & | date | |||
) | [inline, static] |
static OCI_Date* QOpenOCCIBindElement::QDateToOCITime | ( | OCI_Connection * | c, | |
const QTime & | time | |||
) | [inline, static] |
static OCI_Lob* QOpenOCCIBindElement::QByteArrayToBLOB | ( | OCI_Connection * | c, | |
const QByteArray & | buf | |||
) | [inline, static] |