Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

odbc::Time Class Reference

An SQL TIME. More...

#include <types.h>

Inheritance diagram for odbc::Time:

odbc::Timestamp List of all members.

Public Methods


Detailed Description

An SQL TIME.


Constructor & Destructor Documentation

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

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