@return The Connection this SQLHelper wraps
()
| 404 | * @return The Connection this SQLHelper wraps |
| 405 | */ |
| 406 | public Connection getConnection() { |
| 407 | return connection; |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Sets the wrapped connection's auto-commit property. Calling this method will automatically disable |
no outgoing calls
no test coverage detected