File: sample_database.xml

package info (click to toggle)
libgda2 1.2.4-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,724 kB
  • ctags: 6,979
  • sloc: ansic: 47,166; xml: 19,896; sh: 8,797; makefile: 863; yacc: 202; lex: 129; cpp: 73
file content (15 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<database name="sample" date="Wed Dec 22 13:19:07 1999">
  <tables>
    <table name="people">
      <field name="name" size="64" scale="0" gdatype="GDA_TypeVarchar" position="0"/>
      <field name="email" size="32" scale="0" gdatype="GDA_TypeVarchar" position="1"/>
      <data>
        <row number="0">
	  <field position="0">Rodrigo Moya</field>
	  <field position="1">rodrigo@gnome-db.org</field>
        </row>
      </data>
    </table>
  </tables>
</database>