Searched refs:columnIndex (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/java/javax/sql/ |
D | RowSetMetaData.java | 51 public void setAutoIncrement(int columnIndex, boolean autoIncrement) in setAutoIncrement() argument 67 public void setCaseSensitive(int columnIndex, boolean caseSensitive) in setCaseSensitive() argument 81 public void setCatalogName(int columnIndex, String catalogName) in setCatalogName() argument 106 public void setColumnDisplaySize(int columnIndex, int displaySize) in setColumnDisplaySize() argument 121 public void setColumnLabel(int columnIndex, String theLabel) in setColumnLabel() argument 135 public void setColumnName(int columnIndex, String theColumnName) in setColumnName() argument 149 public void setColumnType(int columnIndex, int theSQLType) in setColumnType() argument 164 public void setColumnTypeName(int columnIndex, String theTypeName) in setColumnTypeName() argument 181 public void setCurrency(int columnIndex, boolean isCurrency) in setCurrency() argument 203 public void setNullable(int columnIndex, int nullability) in setNullable() argument [all …]
|
/libcore/luni/src/main/java/java/sql/ |
D | ResultSet.java | 247 public Array getArray(int columnIndex) throws SQLException; in getArray() argument 271 public InputStream getAsciiStream(int columnIndex) throws SQLException; in getAsciiStream() argument 295 public BigDecimal getBigDecimal(int columnIndex) throws SQLException; in getBigDecimal() argument 311 public BigDecimal getBigDecimal(int columnIndex, int scale) in getBigDecimal() argument 359 public InputStream getBinaryStream(int columnIndex) throws SQLException; in getBinaryStream() argument 388 public Blob getBlob(int columnIndex) throws SQLException; in getBlob() argument 413 public boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() argument 438 public byte getByte(int columnIndex) throws SQLException; in getByte() argument 462 public byte[] getBytes(int columnIndex) throws SQLException; in getBytes() argument 488 public Reader getCharacterStream(int columnIndex) throws SQLException; in getCharacterStream() argument [all …]
|