Sun StorageTek 5800 System Client API Reference Guide

Description

This function binds a date in the form of the POSIX struct to one of the variables in a prepared statement. The variable must be of the appropriate type in the database. Errors in binding and type are returned when the hc_pstmt_t is used to query the server.

The struct tm fields are as defined in the POSIX standard and interpreted by mktime(3C). All fields are ignored except:

     int tm_mday; /* day of the month - [1, 31] */
     int tm_mon; /* months since January - [0, 11] */
     int tm_year; /* years since 1900 */