Home
last modified time | relevance | path

Searched refs:getColumnMeta (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/pdo/tests/
H A Dpdo_022.phpt2 PDO Common: PDOStatement::getColumnMeta
14 * We've not yet defined exactly what makes sense for getColumnMeta,
48 $meta = $select->getColumnMeta(0);
50 $meta = $select->getColumnMeta(1);
52 $meta = $select->getColumnMeta(2);
57 $meta = $select->getColumnMeta(0);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_51670.phpt2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)
16 if(!is_array($query->getColumnMeta(0))) die('FAIL!');
19 if(!is_array($query->getColumnMeta(0))) die('FAIL!');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt2 MySQL: PDOStatement->getColumnMeta()
29 if (false !== ($tmp = $stmt->getColumnMeta(0)))
34 if (false !== ($tmp = @$stmt->getColumnMeta()))
49 $emulated = $stmt->getColumnMeta(0);
58 $native = $stmt->getColumnMeta(0);
65 if (false !== ($tmp = $stmt->getColumnMeta(1)))
87 $meta = $stmt->getColumnMeta(1);
241 $meta = $stmt->getColumnMeta(1);
262 $meta = $stmt->getColumnMeta(0);
283 $meta = $stmt->getColumnMeta(1);
[all …]
H A Dbug_33689.phpt25 print_r($stmt->getColumnMeta(0));
27 $tmp = $stmt->getColumnMeta(0);
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt2 PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name)
15 $meta1 = $result->getColumnMeta(0);
16 $meta2 = $result->getColumnMeta(1);
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_45876.phpt14 var_dump($stmt->getColumnMeta(0));
/PHP-5.5/ext/pdo/
H A DTODO38 Formalize getColumnMeta().
H A Dpdo_stmt.c1827 static PHP_METHOD(PDOStatement, getColumnMeta) in PHP_METHOD() argument
2218 PHP_ME(PDOStatement, getColumnMeta, arginfo_pdostatement_getcolumnmeta, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS2147 . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
2154 . Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT,
2502 . Fixed Bug #63149 getColumnMeta should return the table name
5056 - Fixed bug #51670 (getColumnMeta causes segfault when re-executing query
6067 - Added table info to PDO::getColumnMeta() with SQLite. (Martin Jansen, Scott)
7444 - Implemented FR #41416 (getColumnMeta() should also return table name). (Tony)
8785 - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes). (Derick)

Completed in 44 milliseconds