Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOCIDateTime Class Reference
+ Collaboration diagram for QOCIDateTime:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

OCIDateTime * dateTime
 

Detailed Description

Definition at line 123 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCIDateTime()

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

Definition at line 132 of file qsql_oci.cpp.

References date, dateTime, QDate::day(), QTime::hour(), QString::length(), QTime::minute(), QDate::month(), QTime::msec(), QTime::second(), time, QString::utf16(), and QDate::year().

+ Here is the call graph for this function:

◆ ~QOCIDateTime()

QOCIDateTime::~QOCIDateTime ( )

Definition at line 148 of file qsql_oci.cpp.

References dateTime.

Member Function Documentation

◆ fromOCIDateTime()

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

Definition at line 154 of file qsql_oci.cpp.

References dateTime, QTimeZone::fromSecondsAheadOfUtc(), and qAbs().

Referenced by QOCICols::execBatch(), QOCICols::getValues(), and qOraOutValue().

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

Member Data Documentation

◆ dateTime

OCIDateTime* QOCIDateTime::dateTime

Definition at line 128 of file qsql_oci.cpp.

Referenced by QOCIDateTime(), ~QOCIDateTime(), and fromOCIDateTime().


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