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

/libcore/ojluni/src/main/java/java/sql/
H A DResultSet.java361 * or {@code getBigDecimal(String columnLabel)}
520 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
523 * @exception SQLException if the columnLabel is not valid;
527 String getString(String columnLabel) throws SQLException; argument
541 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
544 * @exception SQLException if the columnLabel is not valid;
548 boolean getBoolean(String columnLabel) throws SQLException; argument
555 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
558 * @exception SQLException if the columnLabel is not valid;
562 byte getByte(String columnLabel) throw argument
576 getShort(String columnLabel) argument
590 getInt(String columnLabel) argument
604 getLong(String columnLabel) argument
618 getFloat(String columnLabel) argument
632 getDouble(String columnLabel) argument
652 getBigDecimal(String columnLabel, int scale) argument
667 getBytes(String columnLabel) argument
681 getDate(String columnLabel) argument
696 getTime(String columnLabel) argument
710 getTimestamp(String columnLabel) argument
736 getAsciiStream(String columnLabel) argument
770 getUnicodeStream(String columnLabel) argument
795 getBinaryStream(String columnLabel) argument
939 getObject(String columnLabel) argument
953 findColumn(String columnLabel) argument
991 getCharacterStream(String columnLabel) argument
1024 getBigDecimal(String columnLabel) argument
1903 updateNull(String columnLabel) argument
1922 updateBoolean(String columnLabel, boolean x) argument
1941 updateByte(String columnLabel, byte x) argument
1960 updateShort(String columnLabel, short x) argument
1979 updateInt(String columnLabel, int x) argument
1998 updateLong(String columnLabel, long x) argument
2017 updateFloat(String columnLabel, float x) argument
2036 updateDouble(String columnLabel, double x) argument
2056 updateBigDecimal(String columnLabel, BigDecimal x) argument
2075 updateString(String columnLabel, String x) argument
2095 updateBytes(String columnLabel, byte x[]) argument
2114 updateDate(String columnLabel, java.sql.Date x) argument
2133 updateTime(String columnLabel, java.sql.Time x) argument
2153 updateTimestamp(String columnLabel, java.sql.Timestamp x) argument
2175 updateAsciiStream(String columnLabel, java.io.InputStream x, int length) argument
2198 updateBinaryStream(String columnLabel, java.io.InputStream x, int length) argument
2222 updateCharacterStream(String columnLabel, java.io.Reader reader, int length) argument
2255 updateObject(String columnLabel, Object x, int scaleOrLength) argument
2275 updateObject(String columnLabel, Object x) argument
2547 getObject(String columnLabel, java.util.Map<String,Class<?>> map) argument
2565 getRef(String columnLabel) argument
2582 getBlob(String columnLabel) argument
2599 getClob(String columnLabel) argument
2616 getArray(String columnLabel) argument
2658 getDate(String columnLabel, Calendar cal) argument
2700 getTime(String columnLabel, Calendar cal) argument
2743 getTimestamp(String columnLabel, Calendar cal) argument
2798 getURL(String columnLabel) argument
2836 updateRef(String columnLabel, java.sql.Ref x) argument
2874 updateBlob(String columnLabel, java.sql.Blob x) argument
2912 updateClob(String columnLabel, java.sql.Clob x) argument
2950 updateArray(String columnLabel, java.sql.Array x) argument
2986 getRowId(String columnLabel) argument
3024 updateRowId(String columnLabel, RowId x) argument
3089 updateNString(String columnLabel, String nString) argument
3131 updateNClob(String columnLabel, NClob nClob) argument
3169 getNClob(String columnLabel) argument
3199 getSQLXML(String columnLabel) argument
3251 updateSQLXML(String columnLabel, SQLXML xmlObject) argument
3292 getNString(String columnLabel) argument
3335 getNCharacterStream(String columnLabel) argument
3390 updateNCharacterStream(String columnLabel, java.io.Reader reader, long length) argument
3484 updateAsciiStream(String columnLabel, java.io.InputStream x, long length) argument
3508 updateBinaryStream(String columnLabel, java.io.InputStream x, long length) argument
3533 updateCharacterStream(String columnLabel, java.io.Reader reader, long length) argument
3582 updateBlob(String columnLabel, InputStream inputStream, long length) argument
3636 updateClob(String columnLabel, Reader reader, long length) argument
3693 updateNClob(String columnLabel, Reader reader, long length) argument
3757 updateNCharacterStream(String columnLabel, java.io.Reader reader) argument
3863 updateAsciiStream(String columnLabel, java.io.InputStream x) argument
3890 updateBinaryStream(String columnLabel, java.io.InputStream x) argument
3917 updateCharacterStream(String columnLabel, java.io.Reader reader) argument
3967 updateBlob(String columnLabel, InputStream inputStream) argument
4024 updateClob(String columnLabel, Reader reader) argument
4084 updateNClob(String columnLabel, Reader reader) argument
[all...]

Completed in 31 milliseconds