Getting a DB connection in the Client SDK

The following code is what we should do, but WSConnectionManager found in Client SDK doesn’t have the getWSDbPoolConnection method. It works just fine in a server side context and we are looking for a comparable for the client SDK.

 

WSConnectionManager connectionManager = wsContext.getConnectionManager();

Connection connection = connectionManager.getWSDbPoolConnection();

 

Any suggestions on how we can accomplish this?