Scalable Database Server, HiRDB Version 8 UAP Development Guide
Sets an authorization identifier for database connection.
public void setUser ( String user ) throws SQLException
None.
Sets an authorization identifier.
When one of the following methods is executed, the authorization identifier and password that were specified with the setUser and setPassword methods are used in establishing a physical connection to the database:
If the user argument is the null value, the JDBC driver assumes that no authorization identifier has been set by this method.
For details about how the JDBC driver handles the situation when there is no setting, see 17.11 Connection information priorities.
If the length of the character string specified by the user argument is 0, this method throws an SQLException.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.