odbc::Time Class Reference

An SQL TIME. More...

#include <types.h>

Inheritance diagram for odbc::Time:

odbc::Timestamp List of all members.

Public Member Functions


Detailed Description

An SQL TIME.


Constructor & Destructor Documentation

odbc::Time::Time (  )  [explicit]

Constructor.

Sets the time to now.

odbc::Time::Time ( std::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 libodbc++ homepage