public static Vector executeSqlQuery(String sqlString,
PreparedStatementParameter[] parameters,
String resourceName) throws Exception {
PersistentConnectorImpl impl = new PersistentConnectorImpl();
return impl.executeSqlQuery( sqlString, parameters, resourceName);
}
/**
* Executes the query which updates the database.