Package org.perfmon4j.utils.sql
Class TraceRow
- java.lang.Object
-
- org.perfmon4j.utils.sql.TraceRow
-
public class TraceRow extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TraceRow
fromResultSet(ResultSet rs)
String
getCategoryName()
List<TraceRow>
getChildren()
long
getDuration()
long
getEndTime()
Long
getParentRowID()
Long
getRowID()
long
getSqlDuration()
long
getStartTime()
String
getSystemName()
String
toString()
-
-
-
Method Detail
-
fromResultSet
public static TraceRow fromResultSet(ResultSet rs) throws SQLException
- Throws:
SQLException
-
getSystemName
public String getSystemName()
-
getCategoryName
public String getCategoryName()
-
getRowID
public Long getRowID()
-
getParentRowID
public Long getParentRowID()
-
getDuration
public long getDuration()
-
getSqlDuration
public long getSqlDuration()
-
getStartTime
public long getStartTime()
-
getEndTime
public long getEndTime()
-
-