return extendedSQLQuery;
}
protected SQLInsertClause mysqlReplace(RelationalPath<?> path) {
MySQLReplaceClause mySQLReplaceClause = new MySQLReplaceClause(connection, configuration, path);
mySQLReplaceClause.addListener(new TestLoggingListener());
return mySQLReplaceClause;
}
protected TestQuery query() {
TestQuery testQuery = new TestQuery(connection, configuration);