attribute-procs.xql
DB Query file
Related Files
- packages/acs-subsite/tcl/attribute-procs.xql
- packages/acs-subsite/tcl/attribute-procs.tcl
- packages/acs-subsite/tcl/attribute-procs-postgresql.xql
- packages/acs-subsite/tcl/attribute-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<fullquery name="attribute::add.drop_attr_column">
<querytext>
alter table $table_name drop column $attribute_name
</querytext>
</fullquery>
<fullquery name="attribute::add.add_column">
<querytext>
alter table $table_name add $attribute_name $sql_type
</querytext>
</fullquery>
</queryset>