Lines Matching refs:idColumn
866 $idColumn = $this->getSingleNumericPrimaryKey();
868 if ( $aclName && $idColumn )
872 $this->table, $idColumn );
955 $idColumn = $this->getSingleNumericPrimaryKey();
1035 if ( $def['isColumn'] && ( $column != $idColumn ) )
1082 if ( $column !== $idColumn )
1098 if ( !( $record[$idColumn] = $this->nextID( $this->table, true ) ) )
1107 $log = array( $record[$idColumn], 'insert' );
1119 $idColumn );
1121 $record[$idColumn] = $rowid;
1191 if ( $def['isColumn'] && ( $column != $idColumn ) )
1205 $this->options['view'], $idColumn );
1208 $cols, $this->table, $idColumn );
1225 unset( $record[$idColumn] );
1394 $idColumn = $this->getSingleNumericPrimaryKey();
1397 $idColumn . '=?' );
4557 $idColumn = $this->getSingleNumericPrimaryKey();
4559 if ( !$idColumn )
4572 $column, $idColumn, $rowid, $this->getPageID(),