MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getConnection

Method getConnection

src/redempt/redlib/sql/SQLHelper.java:406–408  ·  view source on GitHub ↗

@return The Connection this SQLHelper wraps

()

Source from the content-addressed store, hash-verified

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

Callers 3

openSQLiteMethod · 0.80
openMySQLMethod · 0.80
attemptMigrationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected