Searched refs:getColumnNames (Results 1 – 8 of 8) sorted by relevance
103 return (byte[]) this.currentRow.get(getColumnNames()[columnIndex]); in getBlob()109 Object value = this.currentRow.get(getColumnNames()[columnIndex]); in getString()124 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getShort()132 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getInt()140 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getLong()148 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getFloat()157 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getDouble()191 Object o = this.currentRow.get(getColumnNames()[columnIndex]); in isNull()223 for (String s : getColumnNames()) { in fillRowValues()
105 public String[] getColumnNames() { in getColumnNames() method in ShadowAbstractCursor130 return getColumnNames().length; in getColumnCount()
94 public String[] getColumnNames() { in getColumnNames() method in ShadowCursorWrapper95 return wrappedCursor.getColumnNames(); in getColumnNames()
49 String[] columnNames = cursor.getColumnNames(); in testGetColumnNames()57 String[] columnNames = cursor.getColumnNames(); in testGetColumnNamesEmpty()
62 assertThat(cursor.getColumnNames(), equalTo(new String[]{"a", "b", "c"})); in shouldDefineColumnNames()
239 public String[] getColumnNames() { in getColumnNames() method in AbstractCursorTest.TestCursor
88 public String[] getColumnNames() { in getColumnNames() method in TestCursor
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...