com.arsdigita.webdevsupport
Class QueryInfo

java.lang.Object
  extended bycom.arsdigita.webdevsupport.QueryInfo

public class QueryInfo
extends Object

Version:
1.0
Author:
Joseph A. Bank (jbank@alum.mit.edu)

Field Summary
static String versionId
           
 
Constructor Summary
QueryInfo(int id, int connection_id, String type, String query, HashMap bindvars, long time, SQLException sqle)
           
 
Method Summary
 boolean equals(Object o)
           
 HashMap getBindvars()
           
 int getConnectionID()
           
 int getID()
           
 String getQuery()
           
 SQLException getSQLE()
           
 String getStackTrace()
           
 long getTime()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

QueryInfo

public QueryInfo(int id,
                 int connection_id,
                 String type,
                 String query,
                 HashMap bindvars,
                 long time,
                 SQLException sqle)
Method Detail

getID

public int getID()

getConnectionID

public int getConnectionID()

getType

public String getType()

getQuery

public String getQuery()

getBindvars

public HashMap getBindvars()

getTime

public long getTime()

getSQLE

public SQLException getSQLE()

getStackTrace

public String getStackTrace()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC