Home
last modified time | relevance | path

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

/plugin/database2/
H A Ddatabase2.php1479 $idCol = $this->getSingleNumericPrimaryKey();
1512 if ( $idCol )
1513 array_unshift( $cols, $idCol );
1782 $idCol = $this->getSingleNumericPrimaryKey();
1807 $visibleIDCol = ( $colName == $idCol );
1808 else if ( $colName == $idCol )
1814 $visibleIDCol = $meta[$idCol] && !$meta[$idCol]['auto_id'];
1830 $rowid = $idCol ? intval( $row[$idCol] ) : 0;
1833 unset( $row[$idCol] );
2620 if ( $idCol === false )
[all …]