Source for file datadict-ibase.inc.php
Documentation is available at datadict-ibase.inc.php
V5.04 13 Feb 2008 (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
Set tabs to 4 for best viewing.
case 'C':
return 'VARCHAR';
case 'X':
return 'VARCHAR(4000)';
case 'C2':
return 'VARCHAR'; // up to 32K
case 'X2':
return 'VARCHAR(4000)';
case 'T':
return 'TIMESTAMP';
case 'L':
return 'SMALLINT';
case 'I':
return 'INTEGER';
case 'I1':
return 'SMALLINT';
case 'I2':
return 'SMALLINT';
case 'I4':
return 'INTEGER';
case 'I8':
return 'INTEGER';
case 'F':
return 'DOUBLE PRECISION';
case 'N':
return 'DECIMAL';
if ($this->debug) ADOConnection::outp("AlterColumnSQL not supported");
if ($this->debug) ADOConnection::outp("DropColumnSQL not supported");
Documentation generated on Sun, 09 Mar 2008 23:51:29 -0300 by phpDocumentor 1.4.0