Search for fetchCol
- Search 7.x for fetchCol
 - Search 9.5.x for fetchCol
 - Search 8.9.x for fetchCol
 - Search 10.3.x for fetchCol
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| FetchLegacyTest::testQueryFetchColumn | function | core/ | 
                                                                                        Confirms that we can fetch a single column value. | 
| FetchLegacyTest::testQueryFetchColumnOutOfRange | function | core/ | 
                                                                                        Confirms that an out of range index throws an error. | 
| FetchTest::testLegacyFetchColumn | function | core/ | 
                                                                                        Confirms deprecation of StatementPrefetchIterator::fetchColumn(). | 
| FetchTest::testQueryFetchCol | function | core/ | 
                                                                                        Confirms that we can fetch an entire column of a result set at once. | 
| FetchTest::testQueryFetchColEdgeCases | function | core/ | 
                                                                                        Tests ::fetchCol() for edge values returned. | 
| FetchTest::testQueryFetchColIndexOutOfRange | function | core/ | 
                                                                                        Confirms that an out of range index in fetchCol() throws an error. | 
| FetchTest::testQueryFetchColIndexOutOfRangeOnEmptyResultSet | function | core/ | 
                                                                                        Confirms empty result set prevails on out of range index in fetchCol(). | 
| FetchTest::testQueryFetchColumn | function | core/ | 
                                                                                        Confirms that we can fetch a single column value. | 
| FetchTest::testQueryFetchColumnOutOfRange | function | core/ | 
                                                                                        Confirms that an out of range index throws an error. | 
| PdoTrait::clientFetchColumn | function | core/ | 
                                                                                        Returns a single column from the next row of a result set. | 
| StatementBase::fetchCol | function | core/ | 
                                                                                        Returns an entire single column of a result set as an indexed array. | 
| StatementInterface::fetchCol | function | core/ | 
                                                                                        Returns an entire single column of a result set as an indexed array. | 
| StatementPrefetchIterator::fetchColumn | function | core/ | 
                                                                                        |
| StatementTest::testPartiallyIteratedStatementFetchCol | function | core/ | 
                                                                                        Tests statement fetchCol after a partial traversal. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.