q-and-a-add-edit-oracle.xql
DB Query file
Related Files
- packages/faq/www/admin/q-and-a-add-edit.tcl
- packages/faq/www/admin/q-and-a-add-edit.adp
- packages/faq/www/admin/q-and-a-add-edit-postgresql.xql
- packages/faq/www/admin/q-and-a-add-edit-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<rdbms><type>oracle</type><version>8.1.6</version></rdbms>
<fullquery name="create_q_and_a">
<querytext>
begin
:1 := faq.new_q_and_a (
entry_id => :entry_id,
context_id => :faq_id,
faq_id=> :faq_id,
question => :question,
answer => :answer,
sort_key => :sort_key,
creation_user => :user_id,
creation_ip => :creation_ip
);
end;
</querytext>
</fullquery>
</queryset>