Class JDBC4CommentClientInfoProvider

java.lang.Object
com.mysql.jdbc.JDBC4CommentClientInfoProvider
All Implemented Interfaces:
JDBC4ClientInfoProvider

public class JDBC4CommentClientInfoProvider extends Object implements JDBC4ClientInfoProvider
An implementation of JDBC4ClientInfoProvider that exposes the client info as a comment prepended to all statements issued by the driver. Client information is never read from the server with this implementation, it is always cached locally.
  • Constructor Details

    • JDBC4CommentClientInfoProvider

      public JDBC4CommentClientInfoProvider()
  • Method Details