[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

mysql_protocol_type

Declaration

Source position: mysql.inc line 788

type mysql_protocol_type = (

  MYSQL_PROTOCOL_DEFAULT,

  MYSQL_PROTOCOL_TCP,

  MYSQL_PROTOCOL_SOCKET,

  MYSQL_PROTOCOL_PIPE,

  MYSQL_PROTOCOL_MEMORY

);