File: insert.confdef

package info (click to toggle)
flamerobin 0.9.13.ds.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,300 kB
  • sloc: cpp: 59,818; sh: 10,505; xml: 1,029; ansic: 302; makefile: 27
file content (13 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<root>
    <node>
        <caption>Insert into {%object_name%} (...) values (...)</caption>
        <setting type="relation_columns" style="list">
            <caption>Columns to &amp;insert into:</caption>
            <key>{%object_path%}/columnNames</key>
            <default>{%foreach:column:, :{%object_name%}%}</default>
            <relation>{%object_handle%}</relation>
            <proportion>1</proportion>
        </setting>
    </node>
</root>