Class ProtocolLoggingProxy
- java.lang.Object
-
- org.mariadb.jdbc.internal.logging.ProtocolLoggingProxy
-
- All Implemented Interfaces:
InvocationHandler
public class ProtocolLoggingProxy extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description ProtocolLoggingProxy(Protocol protocol, Options options)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
String
subQuery(String sql)
Get query, truncated if to big.
-