postgresql7.1
select us_selection__new (
null,
:package_id,
:title,
:description,
:full_sql,
:bind_vars,
:package_id,
:user_id,
current_timestamp,
:creation_ip);
select us_selection__edit (
:selection_id,
:title,
:description,
:full_sql,
:bind_vars,
:user_id,
:modifying_ip);
select us_selection__delete(:selection_id);