This Object operates on client part of the MYSQL Connection.
Returns the Client Flags. The list of possible flag values is in the description of the Handshake Initialisation Packet, for server_capabilities. For some of the bits, the server passed "what it's capable of". The client leaves some of the bits on, adds others and passes back to the server. One important flag is: whether compression is desired. Another interesting one is CLIENT_CONNECT_WITH_DB, which shows the presence of the optional databasename).
Returns: num_atReturns the character set of the client.
Returns: mysql_charset_eReturns the Database name of the client.
Returns: text_tReturns the User associated with the client.
Returns: text_t