jodd.db.debug
Class LoggableAdvice

java.lang.Object
  extended by jodd.db.debug.LoggableAdvice
All Implemented Interfaces:
jodd.proxetta.ProxyAdvice

public class LoggableAdvice
extends java.lang.Object
implements jodd.proxetta.ProxyAdvice

Loggable advice over java.sql.PreparedStatement.


Field Summary
protected  java.util.ArrayList<java.lang.String> parameterValues
          Used for storing parameter values needed for producing log.
 java.lang.String sqlTemplate
           
 
Constructor Summary
LoggableAdvice()
           
 
Method Summary
 java.lang.Object execute()
           
 java.lang.String getQueryString()
          Returns the query string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterValues

protected java.util.ArrayList<java.lang.String> parameterValues
Used for storing parameter values needed for producing log.


sqlTemplate

public java.lang.String sqlTemplate
Constructor Detail

LoggableAdvice

public LoggableAdvice()
Method Detail

execute

public java.lang.Object execute()
Specified by:
execute in interface jodd.proxetta.ProxyAdvice

getQueryString

public java.lang.String getQueryString()
Returns the query string.



Copyright © 2003-2013 Jodd Team