album-add-oracle.xql
DB Query file
Related Files
- packages/photo-album/www/album-add.xql
- packages/photo-album/www/album-add.tcl
- packages/photo-album/www/album-add.adp
- packages/photo-album/www/album-add-postgresql.xql
- packages/photo-album/www/album-add-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="new_album"> <querytext> begin :1 := pa_album.new ( name => :name, album_id => :album_id, parent_id => :parent_id, is_live => 't', creation_user => :user_id, creation_ip => :peeraddr, title => :title, description => :description, story => :story, photographer => :photographer ); end; </querytext> </fullquery> </queryset>