File: sqlcipher_specs_drop_table.xml.in

package info (click to toggle)
libgda5 5.2.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,168 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
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>