Initial Commit
This commit is contained in:
219
database/php/CompatInfo/odbc_const_array.php
Normal file
219
database/php/CompatInfo/odbc_const_array.php
Normal file
@@ -0,0 +1,219 @@
|
||||
<?php
|
||||
/**
|
||||
* odbc extension Constant dictionary for PHP_CompatInfo 1.9.0a1 or better
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* @category PHP
|
||||
* @package PHP_CompatInfo
|
||||
* @author Davey Shafik <davey@php.net>
|
||||
* @author Laurent Laville <pear@laurent-laville.org>
|
||||
* @license http://www.opensource.org/licenses/bsd-license.php BSD
|
||||
* @version CVS: $Id: odbc_const_array.php,v 1.1 2008/12/14 17:09:19 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0a1 (2008-11-23)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_CONST_ODBC'] = array (
|
||||
'ODBC_BINMODE_CONVERT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'ODBC_BINMODE_CONVERT',
|
||||
),
|
||||
'ODBC_BINMODE_PASSTHRU' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'ODBC_BINMODE_PASSTHRU',
|
||||
),
|
||||
'ODBC_BINMODE_RETURN' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'ODBC_BINMODE_RETURN',
|
||||
),
|
||||
'ODBC_TYPE' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'ODBC_TYPE',
|
||||
),
|
||||
'SQL_BIGINT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_BIGINT',
|
||||
),
|
||||
'SQL_BINARY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_BINARY',
|
||||
),
|
||||
'SQL_BIT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_BIT',
|
||||
),
|
||||
'SQL_CHAR' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CHAR',
|
||||
),
|
||||
'SQL_CONCURRENCY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CONCURRENCY',
|
||||
),
|
||||
'SQL_CONCUR_LOCK' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CONCUR_LOCK',
|
||||
),
|
||||
'SQL_CONCUR_READ_ONLY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CONCUR_READ_ONLY',
|
||||
),
|
||||
'SQL_CONCUR_ROWVER' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CONCUR_ROWVER',
|
||||
),
|
||||
'SQL_CONCUR_VALUES' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CONCUR_VALUES',
|
||||
),
|
||||
'SQL_CURSOR_DYNAMIC' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CURSOR_DYNAMIC',
|
||||
),
|
||||
'SQL_CURSOR_FORWARD_ONLY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CURSOR_FORWARD_ONLY',
|
||||
),
|
||||
'SQL_CURSOR_KEYSET_DRIVEN' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CURSOR_KEYSET_DRIVEN',
|
||||
),
|
||||
'SQL_CURSOR_STATIC' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CURSOR_STATIC',
|
||||
),
|
||||
'SQL_CURSOR_TYPE' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CURSOR_TYPE',
|
||||
),
|
||||
'SQL_CUR_USE_DRIVER' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CUR_USE_DRIVER',
|
||||
),
|
||||
'SQL_CUR_USE_IF_NEEDED' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CUR_USE_IF_NEEDED',
|
||||
),
|
||||
'SQL_CUR_USE_ODBC' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_CUR_USE_ODBC',
|
||||
),
|
||||
'SQL_DATE' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_DATE',
|
||||
),
|
||||
'SQL_DECIMAL' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_DECIMAL',
|
||||
),
|
||||
'SQL_DOUBLE' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_DOUBLE',
|
||||
),
|
||||
'SQL_FETCH_FIRST' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_FETCH_FIRST',
|
||||
),
|
||||
'SQL_FETCH_NEXT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_FETCH_NEXT',
|
||||
),
|
||||
'SQL_FLOAT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_FLOAT',
|
||||
),
|
||||
'SQL_INTEGER' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_INTEGER',
|
||||
),
|
||||
'SQL_KEYSET_SIZE' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_KEYSET_SIZE',
|
||||
),
|
||||
'SQL_LONGVARBINARY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_LONGVARBINARY',
|
||||
),
|
||||
'SQL_LONGVARCHAR' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_LONGVARCHAR',
|
||||
),
|
||||
'SQL_NUMERIC' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_NUMERIC',
|
||||
),
|
||||
'SQL_ODBC_CURSORS' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_ODBC_CURSORS',
|
||||
),
|
||||
'SQL_REAL' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_REAL',
|
||||
),
|
||||
'SQL_SMALLINT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_SMALLINT',
|
||||
),
|
||||
'SQL_TIME' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_TIME',
|
||||
),
|
||||
'SQL_TIMESTAMP' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_TIMESTAMP',
|
||||
),
|
||||
'SQL_TINYINT' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_TINYINT',
|
||||
),
|
||||
'SQL_VARBINARY' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_VARBINARY',
|
||||
),
|
||||
'SQL_VARCHAR' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SQL_VARCHAR',
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user