Service to communicate with a pre-configured database
Opens a connection to a pre-configured database
Connection to the database
Do not forget to release() the connection when you are done with it
release()
Use an existing connection to execute a query
Optional type to use for the query result, unknown if omitted.
unknown
Query, optionally a prepared statement, to execute on the database.
Optional values to use for the prepared statement
Query result of type T
Service to communicate with a pre-configured database