(flags & MysqliModule.MYSQL_CLIENT_INTERACTIVE) != 0,
(flags & MysqliModule.MYSQL_CLIENT_COMPRESS) != 0,
(flags & MysqliModule.MYSQL_CLIENT_SSL) != 0);
}
ConnectionEntry jConn
= env.getConnection(driver, url, userName, password, ! isNewLink);
checkDriverVersion(env, jConn);
Connection conn = jConn.getConnection();
if (! (conn instanceof QuercusConnection)) {
Statement stmt = conn.createStatement();
// php/1465