Returns the number of seconds that this SQLServerDataSource object will wait while trying to make a connection.

public int getLoginTimeout()

Return Value

An integer value that represents the number seconds to wait, Zero means that there is no time out.

Remarks

This getLoginTimeout method is specified by the getLoginTimeout method in the javax.sql.DataSource interface.

See Also