File: sqlite_specs_drop_table.xml.in

package info (click to toggle)
libgda4 4.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,928 kB
  • ctags: 18,543
  • sloc: ansic: 187,884; sh: 10,317; xml: 7,903; yacc: 3,454; makefile: 1,974; java: 1,253; python: 896; sql: 321
file content (7 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<serv_op>
  <parameters id="TABLE_DESC_P">
    <parameter id="TABLE_NAME" _name="Table" _descr="Table to delete" gdatype="gchararray" nullok="FALSE" source="_DICT_TABLES_"/>
    <parameter id="TABLE_IFEXISTS" _name="If exists" _descr="Drop table only if it exists" gdatype="gboolean"/>
  </parameters>
</serv_op>