java.lang .Object net.sourceforge.squirrel_sql.client.session.mainpanel .SQLHistoryItem SQLHistoryItem public class SQLHistoryItem implements Serializable ,Cloneable (Code) This JavaBean is the object stored in The SQLHistoryComboBox . It
represents an SQL query.
author: Colin Bell
SQLHistoryItem public SQLHistoryItem()(Code) Default ctor.
clone public Object clone()(Code) Return a copy of this object.
The cloned object.
equals public boolean equals(Object rhs)(Code) Two objects of this class are considered equal if the SQL that they
represent is equal.
Parameters: rhs - The object that this object is being compared to.
getLastUsageTime public Date getLastUsageTime()(Code)
getSQL public String getSQL()(Code) Retrieve the SQL.
The SQL.
hashCode public int hashCode()(Code)
setAliasName public void setAliasName(String _aliasName)(Code)
setLastUsageTime public void setLastUsageTime(Date _creationTime)(Code)
toString public String toString()(Code) Retrieve a string representation of this object. A cleaned up version
of the SQL is used.
A string representation of this object.