Index

Package: com.pavelvlasov.jsel.impl.sql

Class CallTraceImpl

extends com.pavelvlasov.sql.MeasuringDatabaseObject
implements CallTrace

Methods
MethodDescription
public void <init>( ) Default constructor
public void <init>( boolean force ) Constructor with force parameter
public void <init>( org.w3c.dom.Element holder, boolean force )  throws com.pavelvlasov.config.ConfigurationExceptionConstructor from DOM element
public void <init>( org.w3c.dom.Element holder, java.util.Properties pathMap, org.apache.xpath.CachedXPathAPI cxpa, boolean force )  throws com.pavelvlasov.config.ConfigurationExceptionConstructor from DOM element
public void <init>( java.sql.ResultSet rs )  throws java.sql.SQLExceptionConstructor from row
public Object clone( )  throws java.lang.CloneNotSupportedExceptionDeep clone - clones columns.
public Integer getCallee( ) Accessor for CALLEE
public String getCalleeName( ) Accessor for CALLEE_NAME
public int getCaller( ) Accessor for CALLER
public int getId( ) Accessor for ID
public static java.util.Collection project( com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer ) Returns database backed collection with elements of type com.pavelvlasov.jsel.impl.sql.CallTraceImpl
public static java.util.Collection project( com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer, java.util.Collection receiver )  throws java.sql.SQLExceptionPopulates receiver collection with elements of type com.pavelvlasov.jsel.impl.sql.CallTraceImpl and returns it
public void setCallee( Integer Callee ) Mutator for CALLEE
public void setCalleeName( String CalleeName ) Mutator for CALLEE_NAME
public void setCaller( int Caller ) Mutator for CALLER
public void setId( int Id ) Mutator for ID