@Test
public void connection_prepared_statement_select_01() throws SQLException, MalformedURLException {
// Prepare a dataset
Dataset ds = DatasetFactory.createMem();
ds.asDatasetGraph().add(
new Quad(NodeFactory.createURI("http://example/graph"), NodeFactory.createURI("http://example/subject"),
NodeFactory.createURI("http://example/predicate"), NodeFactory.createURI("http://example/object")));
// Work with the connection
JenaConnection conn = this.getConnection(ds);
conn.setJdbcCompatibilityLevel(JdbcCompatibility.HIGH);