On 2/16/17 1:31 AM, John Patrick wrote: > >From my understanding of you question. You would need a pool per role/user.
That is available in PerUserPoolDataSource [1]. Phil [1] http://commons.apache.org/proper/commons-dbcp/api-2.1.1/index.html Note to devs: the 2.2 javadocs seem to be missing from the web site. > > John > > > On 16 February 2017 at 08:48, 王钦 <[email protected]> wrote: >> Hi All: >> >> I define some roles and grant different privileges in database. And I >> use DBCP to manage the connection. How could I set different user name when >> I get one connection from DBCP? >> >> Thanks for reading this mail. >> >> >> Qin >> >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
