/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/ |
H A D | ResultSet.java | 239 String getString(int columnIndex) throws SQLException; in getString() 260 boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() 274 byte getByte(int columnIndex) throws SQLException; in getByte() 288 short getShort(int columnIndex) throws SQLException; in getShort() 302 int getInt(int columnIndex) throws SQLException; in getInt() 316 long getLong(int columnIndex) throws SQLException; in getLong() 330 float getFloat(int columnIndex) throws SQLException; in getFloat() 344 double getDouble(int columnIndex) throws SQLException; in getDouble() 366 BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException; in getBigDecimal() 381 byte[] getBytes(int columnIndex) throws SQLException; in getBytes() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 239 String getString(int columnIndex) throws SQLException; in getString() 260 boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() 274 byte getByte(int columnIndex) throws SQLException; in getByte() 288 short getShort(int columnIndex) throws SQLException; in getShort() 302 int getInt(int columnIndex) throws SQLException; in getInt() 316 long getLong(int columnIndex) throws SQLException; in getLong() 330 float getFloat(int columnIndex) throws SQLException; in getFloat() 344 double getDouble(int columnIndex) throws SQLException; in getDouble() 366 BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException; in getBigDecimal() 381 byte[] getBytes(int columnIndex) throws SQLException; in getBytes() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 239 String getString(int columnIndex) throws SQLException; in getString() 260 boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() 274 byte getByte(int columnIndex) throws SQLException; in getByte() 288 short getShort(int columnIndex) throws SQLException; in getShort() 302 int getInt(int columnIndex) throws SQLException; in getInt() 316 long getLong(int columnIndex) throws SQLException; in getLong() 330 float getFloat(int columnIndex) throws SQLException; in getFloat() 344 double getDouble(int columnIndex) throws SQLException; in getDouble() 366 BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException; in getBigDecimal() 381 byte[] getBytes(int columnIndex) throws SQLException; in getBytes() [all …]
|
/aosp_15_r20/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
H A D | Impl_RowSet.java | 281 public Array getArray(int columnIndex) throws SQLException { in getArray() 289 public InputStream getAsciiStream(int columnIndex) throws SQLException { in getAsciiStream() 297 public BigDecimal getBigDecimal(int columnIndex, int scale) in getBigDecimal() 302 public BigDecimal getBigDecimal(int columnIndex) throws SQLException { in getBigDecimal() 315 public InputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() 323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() 331 public boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() 339 public byte getByte(int columnIndex) throws SQLException { in getByte() 347 public byte[] getBytes(int columnIndex) throws SQLException { in getBytes() 355 public Reader getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/28/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSetMetaData.java | 69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException; in setAutoIncrement() 81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException; in setCaseSensitive() 93 void setSearchable(int columnIndex, boolean property) throws SQLException; in setSearchable() 105 void setCurrency(int columnIndex, boolean property) throws SQLException; in setCurrency() 120 void setNullable(int columnIndex, int property) throws SQLException; in setNullable() 132 void setSigned(int columnIndex, boolean property) throws SQLException; in setSigned() 144 void setColumnDisplaySize(int columnIndex, int size) throws SQLException; in setColumnDisplaySize() 154 void setColumnLabel(int columnIndex, String label) throws SQLException; in setColumnLabel() 163 void setColumnName(int columnIndex, String columnName) throws SQLException; in setColumnName() 173 void setSchemaName(int columnIndex, String schemaName) throws SQLException; in setSchemaName() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/sql/ |
H A D | RowSetMetaData.java | 69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException; in setAutoIncrement() 81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException; in setCaseSensitive() 93 void setSearchable(int columnIndex, boolean property) throws SQLException; in setSearchable() 105 void setCurrency(int columnIndex, boolean property) throws SQLException; in setCurrency() 120 void setNullable(int columnIndex, int property) throws SQLException; in setNullable() 132 void setSigned(int columnIndex, boolean property) throws SQLException; in setSigned() 144 void setColumnDisplaySize(int columnIndex, int size) throws SQLException; in setColumnDisplaySize() 154 void setColumnLabel(int columnIndex, String label) throws SQLException; in setColumnLabel() 163 void setColumnName(int columnIndex, String columnName) throws SQLException; in setColumnName() 173 void setSchemaName(int columnIndex, String schemaName) throws SQLException; in setSchemaName() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSetMetaData.java | 69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException; in setAutoIncrement() 81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException; in setCaseSensitive() 93 void setSearchable(int columnIndex, boolean property) throws SQLException; in setSearchable() 105 void setCurrency(int columnIndex, boolean property) throws SQLException; in setCurrency() 120 void setNullable(int columnIndex, int property) throws SQLException; in setNullable() 132 void setSigned(int columnIndex, boolean property) throws SQLException; in setSigned() 144 void setColumnDisplaySize(int columnIndex, int size) throws SQLException; in setColumnDisplaySize() 154 void setColumnLabel(int columnIndex, String label) throws SQLException; in setColumnLabel() 163 void setColumnName(int columnIndex, String columnName) throws SQLException; in setColumnName() 173 void setSchemaName(int columnIndex, String schemaName) throws SQLException; in setSchemaName() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/database/ |
H A D | AbstractWindowedCursor.java | 46 public byte[] getBlob(int columnIndex) { in getBlob() 52 public String getString(int columnIndex) { in getString() 58 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 64 public short getShort(int columnIndex) { in getShort() 70 public int getInt(int columnIndex) { in getInt() 76 public long getLong(int columnIndex) { in getLong() 82 public float getFloat(int columnIndex) { in getFloat() 88 public double getDouble(int columnIndex) { in getDouble() 94 public boolean isNull(int columnIndex) { in isNull() 103 public boolean isBlob(int columnIndex) { in isBlob() [all …]
|
H A D | RedactingCursor.java | 82 public double getDouble(int columnIndex) { in getDouble() 92 public float getFloat(int columnIndex) { in getFloat() 102 public int getInt(int columnIndex) { in getInt() 112 public long getLong(int columnIndex) { in getLong() 122 public short getShort(int columnIndex) { in getShort() 132 public String getString(int columnIndex) { in getString() 142 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 153 public byte[] getBlob(int columnIndex) { in getBlob() 163 public int getType(int columnIndex) { in getType() 173 public boolean isNull(int columnIndex) { in isNull()
|
H A D | CursorWrapper.java | 96 public String getColumnName(int columnIndex) { in getColumnName() 106 public double getDouble(int columnIndex) { in getDouble() 121 public float getFloat(int columnIndex) { in getFloat() 126 public int getInt(int columnIndex) { in getInt() 131 public long getLong(int columnIndex) { in getLong() 136 public short getShort(int columnIndex) { in getShort() 141 public String getString(int columnIndex) { in getString() 146 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 151 public byte[] getBlob(int columnIndex) { in getBlob() 181 public int getType(int columnIndex) { in getType() [all …]
|
H A D | TranslatingCursor.java | 147 public double getDouble(int columnIndex) { in getDouble() 156 public float getFloat(int columnIndex) { in getFloat() 165 public int getInt(int columnIndex) { in getInt() 174 public long getLong(int columnIndex) { in getLong() 183 public short getShort(int columnIndex) { in getShort() 192 public String getString(int columnIndex) { in getString() 202 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 211 public byte[] getBlob(int columnIndex) { in getBlob() 220 public int getType(int columnIndex) { in getType() 229 public boolean isNull(int columnIndex) { in isNull()
|
/aosp_15_r20/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockCursor.java | 59 public String getColumnName(int columnIndex) { in getColumnName() 74 public boolean isNull(int columnIndex) { in isNull() 79 public int getInt(int columnIndex) { in getInt() 84 public long getLong(int columnIndex) { in getLong() 89 public short getShort(int columnIndex) { in getShort() 94 public float getFloat(int columnIndex) { in getFloat() 99 public double getDouble(int columnIndex) { in getDouble() 104 public byte[] getBlob(int columnIndex) { in getBlob() 109 public String getString(int columnIndex) { in getString() 179 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/fakes/ |
H A D | BaseCursor.java | 89 public String getColumnName(int columnIndex) { in getColumnName() 104 public byte[] getBlob(int columnIndex) { in getBlob() 109 public String getString(int columnIndex) { in getString() 114 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 119 public short getShort(int columnIndex) { in getShort() 124 public int getInt(int columnIndex) { in getInt() 129 public long getLong(int columnIndex) { in getLong() 134 public float getFloat(int columnIndex) { in getFloat() 139 public double getDouble(int columnIndex) { in getDouble() 144 public boolean isNull(int columnIndex) { in isNull() [all …]
|
H A D | RoboCursor.java | 52 public String getString(int columnIndex) { in getString() 58 public short getShort(int columnIndex) { in getShort() 68 public int getInt(int columnIndex) { in getInt() 78 public long getLong(int columnIndex) { in getLong() 88 public float getFloat(int columnIndex) { in getFloat() 98 public double getDouble(int columnIndex) { in getDouble() 108 public byte[] getBlob(int columnIndex) { in getBlob() 113 public int getType(int columnIndex) { in getType() 118 public boolean isNull(int columnIndex) { in isNull()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
D | ContactFilterCursor.java | 413 public String getColumnName(int columnIndex) { in getColumnName() 428 public byte[] getBlob(int columnIndex) { in getBlob() 433 public String getString(int columnIndex) { in getString() 438 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 443 public short getShort(int columnIndex) { in getShort() 448 public int getInt(int columnIndex) { in getInt() 453 public long getLong(int columnIndex) { in getLong() 458 public float getFloat(int columnIndex) { in getFloat() 463 public double getDouble(int columnIndex) { in getDouble() 468 public int getType(int columnIndex) { in getType() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowAbstractCursorTest.java | 242 public double getDouble(int columnIndex) { in getDouble() 247 public float getFloat(int columnIndex) { in getFloat() 252 public int getInt(int columnIndex) { in getInt() 257 public long getLong(int columnIndex) { in getLong() 262 public short getShort(int columnIndex) { in getShort() 267 public String getString(int columnIndex) { in getString() 272 public boolean isNull(int columnIndex) { in isNull()
|
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteRawStatement.java | 570 public int getColumnType(int columnIndex) { in getColumnType() 593 public String getColumnName(int columnIndex) { in getColumnName() 619 public int getColumnLength(int columnIndex) { in getColumnLength() 646 public byte[] getColumnBlob(int columnIndex) { in getColumnBlob() 679 public int readColumnBlob(int columnIndex, @NonNull byte[] buffer, int offset, in readColumnBlob() 707 public double getColumnDouble(int columnIndex) { in getColumnDouble() 732 public int getColumnInt(int columnIndex) { in getColumnInt() 757 public long getColumnLong(int columnIndex) { in getColumnLong() 783 public String getColumnText(int columnIndex) { in getColumnText()
|
/aosp_15_r20/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
H A D | Adapters.java | 321 public abstract boolean bind(View view, Cursor cursor, int columnIndex); in bind() 362 public abstract String transform(Cursor cursor, int columnIndex); in transform() 374 public int transformToResource(Cursor cursor, int columnIndex) { in transformToResource() 1004 public String transform(Cursor cursor, int columnIndex) { in transform() 1057 public String transform(Cursor cursor, int columnIndex) { in transform() 1133 public String transform(Cursor cursor, int columnIndex) { in transform() 1140 public int transformToResource(Cursor cursor, int columnIndex) { in transformToResource() 1160 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() 1179 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() 1196 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | TableLayout.java | 155 int columnIndex = Integer.parseInt(columnIdentifier); in parseColumns() local 288 public void setColumnCollapsed(int columnIndex, boolean isCollapsed) { in setColumnCollapsed() 309 public boolean isColumnCollapsed(int columnIndex) { in isColumnCollapsed() 325 public void setColumnStretchable(int columnIndex, boolean isStretchable) { in setColumnStretchable() 336 public boolean isColumnStretchable(int columnIndex) { in isColumnStretchable() 352 public void setColumnShrinkable(int columnIndex, boolean isShrinkable) { in setColumnShrinkable() 363 public boolean isColumnShrinkable(int columnIndex) { in isColumnShrinkable() 383 int columnIndex = collapsedColumns.keyAt(i); in trackCollapsedColumns() local
|
/aosp_15_r20/cts/tests/tests/database/src/android/database/cts/ |
H A D | AbstractCursorTest.java | 644 public String getString(int columnIndex) { in getString() 650 public short getShort(int columnIndex) { in getShort() 656 public int getInt(int columnIndex) { in getInt() 662 public long getLong(int columnIndex) { in getLong() 668 public float getFloat(int columnIndex) { in getFloat() 674 public double getDouble(int columnIndex) { in getDouble() 695 protected Object getUpdatedField(int columnIndex) { in getUpdatedField() 700 protected boolean isFieldUpdated(int columnIndex) { in isFieldUpdated()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/model/ |
D | AlbumsCursorWrapper.java | 80 public String getColumnName(int columnIndex) { in getColumnName() 97 public long getLong(int columnIndex) { in getLong() 102 public int getInt(int columnIndex) { in getInt() 107 public String getString(int columnIndex) { in getString() 173 public int getType(int columnIndex) { in getType()
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | BatteryConsumer.java | 789 boolean hasValue(int columnIndex) { in hasValue() 796 void putInt(int columnIndex, int value) { in putInt() 803 int getInt(int columnIndex) { in getInt() 810 void putDouble(int columnIndex, double value) { in putDouble() 817 double getDouble(int columnIndex) { in getDouble() 824 void putLong(int columnIndex, long value) { in putLong() 831 long getLong(int columnIndex) { in getLong() 838 void putString(int columnIndex, String value) { in putString() 845 String getString(int columnIndex) { in getString() 885 int columnIndex = firstColumn; in BatteryConsumerDataLayout() local [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | PickerDataLayer.java | 529 map.put(ALL_PROJECTION[columnIndex], columnIndex); in map.put() 565 final int columnIndex = getColumnIndex(columnName); in getColumnIndexOrThrow() local 575 public String getColumnName(int columnIndex) { in getColumnName() 585 public String getString(int columnIndex) { in getString() 612 public int getType(int columnIndex) { in getType()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | DenseImmutableTable.java | 76 int columnIndex = requireNonNull(columnKeyToIndex.get(columnKey)); in DenseImmutableTable() local 195 private final int columnIndex; field in Column 197 Column(int columnIndex) { in Column() 308 Integer columnIndex = columnKeyToIndex.get(columnKey); in get() local 320 int columnIndex = cellColumnIndices[index]; in getCell() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | DenseImmutableTable.java | 76 int columnIndex = requireNonNull(columnKeyToIndex.get(columnKey)); in DenseImmutableTable() local 195 private final int columnIndex; field in Column 197 Column(int columnIndex) { in Column() 308 Integer columnIndex = columnKeyToIndex.get(columnKey); in get() local 320 int columnIndex = cellColumnIndices[index]; in getCell() local
|