Skip to content

Structure

MySQLTime

MYSQL_TIME
struct MySQLTime

Overview

This structure is used to send and receive DATE, TIME, DATETIME, and TIMESTAMP data directly to and from the server. Set the buffer member to point to a MYSQL_TIME structure, and set the buffer_type member of a MYSQL_BIND structure to one of the temporal types (MYSQL_TYPE_TIME, MYSQL_TYPE_DATE, MYSQL_TYPE_DATETIME, MYSQL_TYPE_TIMESTAMP).

https://dev.mysql.com/doc/refman/5.7/en/c-api-prepared-statement-data-structures.html

Topics

Initializers

Instance Properties

Relationships

Conforms To