Searched refs:columnIndex (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/sql/
H A DRowSetMetaData.java42 * @param columnIndex
51 public void setAutoIncrement(int columnIndex, boolean autoIncrement) argument
58 * @param columnIndex
67 public void setCaseSensitive(int columnIndex, boolean caseSensitive) argument
73 * @param columnIndex
81 public void setCatalogName(int columnIndex, String catalogName) argument
98 * @param columnIndex
106 public void setColumnDisplaySize(int columnIndex, int displaySize) argument
113 * @param columnIndex
121 public void setColumnLabel(int columnIndex, Strin argument
135 setColumnName(int columnIndex, String theColumnName) argument
149 setColumnType(int columnIndex, int theSQLType) argument
164 setColumnTypeName(int columnIndex, String theTypeName) argument
181 setCurrency(int columnIndex, boolean isCurrency) argument
203 setNullable(int columnIndex, int nullability) argument
218 setPrecision(int columnIndex, int thePrecision) argument
233 setScale(int columnIndex, int theScale) argument
246 setSchemaName(int columnIndex, String theSchemaName) argument
262 setSearchable(int columnIndex, boolean isSearchable) argument
277 setSigned(int columnIndex, boolean isSigned) argument
291 setTableName(int columnIndex, String theTableName) argument
[all...]
/libcore/luni/src/main/java/java/sql/
H A DResultSet.java241 * @param columnIndex
247 public Array getArray(int columnIndex) throws SQLException; argument
265 * @param columnIndex
271 public InputStream getAsciiStream(int columnIndex) throws SQLException; argument
289 * @param columnIndex
295 public BigDecimal getBigDecimal(int columnIndex) throws SQLException; argument
302 * @param columnIndex
311 public BigDecimal getBigDecimal(int columnIndex, int scale) argument
352 * @param columnIndex
359 public InputStream getBinaryStream(int columnIndex) throw argument
388 getBlob(int columnIndex) argument
413 getBoolean(int columnIndex) argument
438 getByte(int columnIndex) argument
462 getBytes(int columnIndex) argument
488 getCharacterStream(int columnIndex) argument
514 getClob(int columnIndex) argument
559 getDate(int columnIndex) argument
574 getDate(int columnIndex, Calendar cal) argument
615 getDouble(int columnIndex) argument
664 getFloat(int columnIndex) argument
690 getInt(int columnIndex) argument
716 getLong(int columnIndex) argument
758 getObject(int columnIndex) argument
778 getObject(int columnIndex, Map<String, Class<?>> map) argument
829 getRef(int columnIndex) argument
864 getShort(int columnIndex) argument
901 getString(int columnIndex) argument
926 getTime(int columnIndex) argument
942 getTime(int columnIndex, Calendar cal) argument
984 getTimestamp(int columnIndex) argument
1000 getTimestamp(int columnIndex, Calendar cal) argument
1060 getUnicodeStream(int columnIndex) argument
1087 getURL(int columnIndex) argument
1337 updateArray(int columnIndex, Array x) argument
1364 updateAsciiStream(int columnIndex, InputStream x, int length) argument
1393 updateBigDecimal(int columnIndex, BigDecimal x) argument
1422 updateBinaryStream(int columnIndex, InputStream x, int length) argument
1451 updateBlob(int columnIndex, Blob x) argument
1477 updateBoolean(int columnIndex, boolean x) argument
1501 updateByte(int columnIndex, byte x) argument
1526 updateBytes(int columnIndex, byte[] x) argument
1553 updateCharacterStream(int columnIndex, Reader x, int length) argument
1583 updateClob(int columnIndex, Clob x) argument
1609 updateDate(int columnIndex, Date x) argument
1634 updateDouble(int columnIndex, double x) argument
1658 updateFloat(int columnIndex, float x) argument
1682 updateInt(int columnIndex, int x) argument
1706 updateLong(int columnIndex, long x) argument
1728 updateNull(int columnIndex) argument
1751 updateObject(int columnIndex, Object x) argument
1768 updateObject(int columnIndex, Object x, int scale) argument
1811 updateRef(int columnIndex, Ref x) argument
1845 updateShort(int columnIndex, short x) argument
1869 updateString(int columnIndex, String x) argument
1893 updateTime(int columnIndex, Time x) argument
1918 updateTimestamp(int columnIndex, Timestamp x) argument
1949 getRowId(int columnIndex) argument
1962 updateRowId(int columnIndex, RowId value) argument
1989 updateNString(int columnIndex, String nString) argument
2003 updateNClob(int columnIndex, NClob nClob) argument
2016 getNClob(int columnIndex) argument
2028 getSQLXML(int columnIndex) argument
2041 updateSQLXML(int columnIndex, SQLXML xmlObject) argument
2054 getNString(int columnIndex) argument
2066 getNCharacterStream(int columnIndex) argument
2079 updateNCharacterStream(int columnIndex, Reader x, long length) argument
2093 updateAsciiStream(int columnIndex, InputStream x, long length) argument
2100 updateBinaryStream(int columnIndex, InputStream x, long length) argument
2107 updateCharacterStream(int columnIndex, Reader x, long length) argument
2135 updateBlob(int columnIndex, InputStream inputStream, long length) argument
2149 updateClob(int columnIndex, Reader reader, long length) argument
2163 updateNClob(int columnIndex, Reader reader, long length) argument
2177 updateNCharacterStream(int columnIndex, Reader x) argument
2191 updateAsciiStream(int columnIndex, InputStream x) argument
2198 updateBinaryStream(int columnIndex, InputStream x) argument
2205 updateCharacterStream(int columnIndex, Reader x) argument
2233 updateBlob(int columnIndex, InputStream inputStream) argument
2247 updateClob(int columnIndex, Reader reader) argument
2261 updateNClob(int columnIndex, Reader reader) argument
[all...]

Completed in 81 milliseconds