| java.lang.Object net.sourceforge.squirrel_sql.plugins.favs.Query
Inner Class :public interface IPropertyNames | |
Query | public Query()(Code) | | Default ctor.
|
Query | public Query(IIdentifier id, String name, String description, String sql)(Code) | | Ctor specifying this objects attributes.
Parameters: id - Uniquely identifies this object. Parameters: name - Name of thi query. Parameters: description - The description of this alias. Parameters: sql - The SQL to execute. |
clone | public Object clone()(Code) | | Return a copy of this object.
|
equals | public boolean equals(Object rhs)(Code) | | Two Query objects are considered equal if their ID's are
identical unless their ID's are
true if this object is equal to the passed one. |
hashCode | public synchronized int hashCode()(Code) | | |
isValid | public synchronized boolean isValid()(Code) | | Returns true if this object is valid.
Implementation for IPersistable .
|
|
|