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

/libcore/luni/src/main/java/java/sql/
H A DResultSet.java1955 public RowId getRowId(String columnLabel) throws SQLException; argument
1969 public void updateRowId(String columnLabel, RowId value) throws SQLException; argument
1996 public void updateNString(String columnLabel, String nString) throws SQLException; argument
2010 public void updateNClob(String columnLabel, NClob nClob) throws SQLException; argument
2022 public NClob getNClob(String columnLabel) throws SQLException; argument
2034 public SQLXML getSQLXML(String columnLabel) throws SQLException; argument
2048 public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; argument
2060 public String getNString(String columnLabel) throws SQLException; argument
2072 public Reader getNCharacterStream(String columnLabel) throws SQLException; argument
2086 public void updateNCharacterStream(String columnLabel, Reade argument
2114 updateAsciiStream(String columnLabel, InputStream x, long length) argument
2121 updateBinaryStream(String columnLabel, InputStream x, long length) argument
2128 updateCharacterStream(String columnLabel, Reader reader, long length) argument
2142 updateBlob(String columnLabel, InputStream inputStream, long length) argument
2156 updateClob(String columnLabel, Reader reader, long length) argument
2170 updateNClob(String columnLabel, Reader reader, long length) argument
2184 updateNCharacterStream(String columnLabel, Reader reader) argument
2212 updateAsciiStream(String columnLabel, InputStream x) argument
2219 updateBinaryStream(String columnLabel, InputStream x) argument
2226 updateCharacterStream(String columnLabel, Reader reader) argument
2240 updateBlob(String columnLabel, InputStream inputStream) argument
2254 updateClob(String columnLabel, Reader reader) argument
2268 updateNClob(String columnLabel, Reader reader) argument
[all...]

Completed in 37 milliseconds