| P | |||
| prepared statement | |||
| add binary binding to | |||
hc_pstmt_set_binary ( ) |
|||
| add char binding to | |||
hc_pstmt_set_char ( ) |
|||
| add date binding to | |||
hc_pstmt_set_date ( ) |
|||
| add double precision binding to | |||
hc_pstmt_set_double ( ) |
|||
| add hc_long_t binding to | |||
hc_pstmt_set_long ( ) |
|||
| add string binding to | |||
hc_pstmt_set_string ( ) |
|||
| add time-of-day binding to | |||
hc_pstmt_set_time ( ) |
|||
| add timestamp binding to | |||
hc_pstmt_set_timestamp ( ) |
|||
creating ( ) |
|||
| freeing | |||
hc_pstmt_free ( ) |
|||
querying example ( ) |
|||
| retrieve OIDs, optionally retrieve name-value record | |||
hc_pstmt_query_ez ( ) |
|||