Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java530 String getString(String columnLabel) throws SQLException; in getString() argument
551 boolean getBoolean(String columnLabel) throws SQLException; in getBoolean() argument
565 byte getByte(String columnLabel) throws SQLException; in getByte() argument
579 short getShort(String columnLabel) throws SQLException; in getShort() argument
593 int getInt(String columnLabel) throws SQLException; in getInt() argument
607 long getLong(String columnLabel) throws SQLException; in getLong() argument
621 float getFloat(String columnLabel) throws SQLException; in getFloat() argument
635 double getDouble(String columnLabel) throws SQLException; in getDouble() argument
657 BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException; in getBigDecimal() argument
672 byte[] getBytes(String columnLabel) throws SQLException; in getBytes() argument
[all …]