Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOCIDateTime Class Reference
Collaboration diagram for QOCIDateTime:

Public Member Functions

 QOCIDateTime (OCIEnv *env, OCIError *err, const QDateTime &dt=QDateTime())
 ~QOCIDateTime ()
 QOCIDateTime (OCIEnv *env, OCIError *err, const QDateTime &dt=QDateTime())
 ~QOCIDateTime ()

Static Public Member Functions

static QDateTime fromOCIDateTime (OCIEnv *env, OCIError *err, OCIDateTime *dt)
static QDateTime fromOCIDateTime (OCIEnv *env, OCIError *err, OCIDateTime *dt)

Public Attributes

OCIDateTime * dateTime

Detailed Description

Definition at line 126 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCIDateTime() [1/2]

QOCIDateTime::QOCIDateTime ( OCIEnv * env,
OCIError * err,
const QDateTime & dt = QDateTime() )

Definition at line 135 of file qsql_oci.cpp.

References QOCIDateTime().

Referenced by QOCIDateTime().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QOCIDateTime() [1/2]

QOCIDateTime::~QOCIDateTime ( )

Definition at line 151 of file qsql_oci.cpp.

◆ QOCIDateTime() [2/2]

QOCIDateTime::QOCIDateTime ( OCIEnv * env,
OCIError * err,
const QDateTime & dt = QDateTime() )

◆ ~QOCIDateTime() [2/2]

QOCIDateTime::~QOCIDateTime ( )

Member Function Documentation

◆ fromOCIDateTime() [1/2]

QDateTime QOCIDateTime::fromOCIDateTime ( OCIEnv * env,
OCIError * err,
OCIDateTime * dt )
static

Definition at line 157 of file qsql_oci.cpp.

◆ fromOCIDateTime() [2/2]

QDateTime QOCIDateTime::fromOCIDateTime ( OCIEnv * env,
OCIError * err,
OCIDateTime * dt )
static

Member Data Documentation

◆ dateTime

OCIDateTime * QOCIDateTime::dateTime

Definition at line 131 of file qsql_oci.cpp.


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