| org.netbeans.modules.sql.framework.model.impl.SQLDBConnectionDefinitionImpl
SQLDBConnectionDefinitionImpl | public class SQLDBConnectionDefinitionImpl extends DBConnectionParameters implements Cloneable,Comparable,SQLDBConnectionDefinition(Code) | | This class implements DBConnectionDefnition
version: $Revision$ author: Sudhi Seshachala author: Jonathan Giron |
SQLDBConnectionDefinitionImpl | public SQLDBConnectionDefinitionImpl()(Code) | | SQLDBConnectionDefinitionImpl Constructor is used for the potential collection of
DBConnectionDefinitions that might be parsed from a given file.
|
SQLDBConnectionDefinitionImpl | public SQLDBConnectionDefinitionImpl(DBConnectionDefinition connectionDefn)(Code) | | Constructs an instance of SQLDBConnectionDefinitionImpl, copying the contents of
the given DBConnectionDefinition implementation.
Parameters: connectionDefn - DBConnectionDefinition implementation whose contents will becopied. |
SQLDBConnectionDefinitionImpl | public SQLDBConnectionDefinitionImpl(Element theElement) throws BaseException(Code) | | Constructs an instance of SQLDBConnectionDefinitionImpl using the information
contained in the given XML element.
Parameters: theElement - DOM element containing XML representation of this newSQLDBConnectionDefinitionImpl instance throws: BaseException - if error occurs while parsing |
clone | public Object clone()(Code) | | Creates a clone of this SQLDBConnectionDefinitionImpl object.
clone of this object |
copyFrom | public synchronized void copyFrom(DBConnectionDefinition source)(Code) | | Copies member values to those contained in the given DBConnectionDefinition
instance. Does shallow copy of properties and flatfiles collections.
Parameters: source - DBConnectionDefinition whose contents are to be copied into thisinstance |
copyFrom | public synchronized void copyFrom(SQLDBConnectionDefinition source)(Code) | | Copies member values to those contained in the given SQLDBConnectionDefinition
instance. Does shallow copy of properties and flatfiles collections.
Parameters: source - SQLDBConnectionDefinition whose contents are to be copied into thisinstance |
equals | public boolean equals(Object refObj)(Code) | | Doesn't take table name into consideration.
Parameters: refObj - SQLColumn to be compared. true if the object is identical. false if it is not. |
hashCode | public int hashCode()(Code) | | |
isIdentical | public boolean isIdentical(DBConnectionDefinition def)(Code) | | Indicates whether contents of given DBConnectionDefinition implementer are
identical to this SQLDBConnectionDefinitionImpl object.
Parameters: def - DBConnectionDefinition implementer to compare against true if contents are identical; false otherwise |
isIdentical | public boolean isIdentical(SQLDBConnectionDefinition def)(Code) | | Indicates whether contents of given DBConnectionDefinition implementer are
identical to this SQLDBConnectionDefinitionImpl object.
Parameters: def - DBConnectionDefinition implementer to compare against true if contents are identical; false otherwise |
setConnectionURL | public void setConnectionURL(String url)(Code) | | |
|
|