public synchronized AliasScript | get(ISQLAlias alias) Return the AliasScript for the passed ISQLAlias.
Parameters: alias - SQLALias to retrieve collection of scripts for. throws: IllegalArgumentException - Thrown if nullISQLAlias passed. throws: InternalError - Thrown if we try to add a script for an aliasand one already exists. |