Class ProtocolLoggingProxy

java.lang.Object
org.mariadb.jdbc.internal.logging.ProtocolLoggingProxy
All Implemented Interfaces:
InvocationHandler

public class ProtocolLoggingProxy extends Object implements InvocationHandler
  • Constructor Details

    • ProtocolLoggingProxy

      public ProtocolLoggingProxy(Protocol protocol, Options options)
      Constructor. Will create a proxy around protocol to log queries.
      Parameters:
      protocol - protocol to proxy
      options - options
  • Method Details