Main Page   Namespace List   Class Hierarchy   Compound List   Header Files   Namespace Members   Compound Members  

odbc::Time Class Reference

An SQL TIME. More...

#include <odbc++/types.h>

Class diagram for odbc::Time:

odbc::Timestamp

List of all members.

Public Members


Detailed Description

An SQL TIME.


Member Function Documentation

explicit odbc::Time::Time ()

Constructor.

Sets the time to now.

odbc::Time::Time (time_t t)

Constructor.

Sets the time to the specified time_t value.

odbc::Time::Time (const std::string & str)

Constructor.

Sets the time to the specified string in the HH:MM:SS format.


The documentation for this class was generated from the following file:
Go back to the freeodbc++ homepage