Assign data from the passed ISQLAlias to this one.
This Alias becomes a clone of rhs.
Parameters: rhs - ISQLAlias to copy data from. Parameters: b - exception: ValidationException - Thrown if an error occurs assigning data fromrhs.
Compare this SQLAlias to another object. If the passed object
is a SQLAlias, then the getName() functions of the two
SQLAlias objects are used to compare them. Otherwise, it throws a
ClassCastException (as SQLAlias objects are comparable only to
other SQLAlias objects).
Set whether this alias should be logged on automatically.
Parameters: value - true if alias should be autologged onelse false
setConnectAtStartup
public void setConnectAtStartup(boolean value)(Code)
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.