Solutions Open Source

Référence du fichier Z:/doxygen/typo3_src-4.1.2/typo3/sysext/adodb/adodb/tests/test-xmlschema.php


Variables

 $db = ADONewConnection( 'mysql' )
 $schema = new adoSchema( $db )
print< b > SQL to
build xmlschema 
xml</b >
 $sql = $schema->ParseSchema( "xmlschema.xml" )
print</pre > n
print< b > SQL to
build xmlschema
mssql 
xml</b >
 $db2 = ADONewConnection('mssql')
 $schema = new adoSchema( $db2 )
 $sql = $schema->ParseSchema( "xmlschema-mssql.xml" )
print</pre > n
$db2 debug = 1

Documentation des variables

$db = ADONewConnection( 'mysql' )

$db2 = ADONewConnection('mssql')

$schema = new adoSchema( $db2 )

$schema = new adoSchema( $db )

$sql = $schema->ParseSchema( "xmlschema-mssql.xml" )

$sql = $schema->ParseSchema( "xmlschema.xml" )

$db2 debug = 1

print</pre> n

print</pre> n

print<b> SQL to build xmlschema mssql xml</b >

print<b> SQL to build xmlschema xml</b >


Généré le Fri Aug 31 11:38:54 2007 pour OBLADY - Typo3 API v4.1.2 par  doxygen 1.5.3