Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/data/tables/countrytest.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of philippe thomassigny  >  Dominion  >  examples/data/tables/countrytest.xml  >  Download  
File: examples/data/tables/countrytest.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dominion
Build and execute portable SQL queries
Author: By
Last change:
Date: 2012-03-27 17:54
Size: 618 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?>
<table>
  <name>BASE_country</name>
  <id>BASE_cou_</id>
  <type>table</type>
  <fields>
    <key>
      <type>varchar</type>
      <length>8</length>
      <primarykey>true</primarykey>
    </key>
    <name>
      <type>varchar</type>
      <length>100</length>
      <notnull>true</notnull>
    </name>
    <father>
      <type>varchar</type>
      <length>8</length>
      <foreignkey><table>BASE_country</table><field>BASE_cou_key</field></foreignkey>
    </father>
    <condition>
      <type>varchar</type>
      <length>255</length>
    </condition>
  </fields>
</table>