Compare this ISQLAlias to another object. If the passed object
is a ISQLAlias, then the getName() functions of the two
ISQLAlias objects are used to compare them. Otherwise, it throws
a ClassCastException (as ISQLAlias objects are comparable only
to other ISQLAlias objects).
Set whether alias should be connected when the application is started up.
Parameters: value - true if alias should be connected when theapplication is started up.