Assign data from the passed ISQLDriver to this one. This
does not copy the identifier.
Parameters: rhs - ISQLDriver to copy data from. exception: ValidationException - Thrown if an error occurs assigning data fromrhs.
Compare this ISQLDriver to another object. If the passed object
is a ISQLDriver, then the getName() functions of the two
ISQLDriver objects are used to compare them. Otherwise, it throws a
ClassCastException (as ISQLDriver objects are comparable only to
other ISQLDriver objects).