Class Utf8mb4ConnectionCustomizer

java.lang.Object
com.mchange.v2.c3p0.AbstractConnectionCustomizer
io.datarouter.client.mysql.connection.Utf8mb4ConnectionCustomizer
All Implemented Interfaces:
com.mchange.v2.c3p0.ConnectionCustomizer
Direct Known Subclasses:
ReadOnlyUtf8mb4ConnectionCustomizer

public class Utf8mb4ConnectionCustomizer
extends com.mchange.v2.c3p0.AbstractConnectionCustomizer
  • Constructor Summary

    Constructors 
    Constructor Description
    Utf8mb4ConnectionCustomizer()  
  • Method Summary

    Modifier and Type Method Description
    void onAcquire​(java.sql.Connection connection, java.lang.String parentDataSourceIdentityToken)  

    Methods inherited from class com.mchange.v2.c3p0.AbstractConnectionCustomizer

    extensionsForToken, onCheckIn, onCheckOut, onDestroy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onAcquire

      public void onAcquire​(java.sql.Connection connection, java.lang.String parentDataSourceIdentityToken) throws java.lang.Exception
      Specified by:
      onAcquire in interface com.mchange.v2.c3p0.ConnectionCustomizer
      Overrides:
      onAcquire in class com.mchange.v2.c3p0.AbstractConnectionCustomizer
      Throws:
      java.lang.Exception