HomeSort by relevance Sort by last modified time
    Searched refs:keyColumn (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
insert.c 451 int keyColumn = -1; /* Column that is the INTEGER PRIMARY KEY */
705 ** is named in the IDLIST, then record in the keyColumn variable
706 ** the index into IDLIST of the primary key column. keyColumn is
720 keyColumn = i;
727 keyColumn = i;
739 ** key, the set the keyColumn variable to the primary key column index
743 keyColumn = pTab->iPKey;
818 if( keyColumn<0 ){
823 sqlite3VdbeAddOp3(v, OP_Column, srcTab, keyColumn, regCols);
826 sqlite3ExprCode(pParse, pList->a[keyColumn].pExpr, regCols)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 104 int keyColumn = cursor.getColumnIndexOrThrow(CalendarCache.KEY);
107 String key = cursor.getString(keyColumn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 180 TableColumn keyColumn = keyViewerColumn.getColumn();
181 keyColumn.setWidth(100);
182 keyColumn.setText("Key");

Completed in 794 milliseconds