Hide Forgot
Title: Datasource Parameters Describe the issue: We can see the following explanation in the document, but this is not clear. ------------------ Specifies if multiple users will access the datasource through the getConnection(user, password) method, and whether the internal pool type accounts for this behavior. ------------------ The above means that the other users can not get a connection with default? and in case other user need to get a connection, this property have to be true? Suggestions for improvement: I think the description should be more detail and mention what can be done with this parameter.