Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/sql/
DRowSetMetaData.java69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException; in setAutoIncrement() argument
81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException; in setCaseSensitive() argument
93 void setSearchable(int columnIndex, boolean property) throws SQLException; in setSearchable() argument
105 void setCurrency(int columnIndex, boolean property) throws SQLException; in setCurrency() argument
120 void setNullable(int columnIndex, int property) throws SQLException; in setNullable() argument
132 void setSigned(int columnIndex, boolean property) throws SQLException; in setSigned() argument
144 void setColumnDisplaySize(int columnIndex, int size) throws SQLException; in setColumnDisplaySize() argument
154 void setColumnLabel(int columnIndex, String label) throws SQLException; in setColumnLabel() argument
163 void setColumnName(int columnIndex, String columnName) throws SQLException; in setColumnName() argument
173 void setSchemaName(int columnIndex, String schemaName) throws SQLException; in setSchemaName() argument
[all …]
/libcore/ojluni/src/main/java/java/sql/
DResultSet.java239 String getString(int columnIndex) throws SQLException; in getString() argument
260 boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() argument
274 byte getByte(int columnIndex) throws SQLException; in getByte() argument
288 short getShort(int columnIndex) throws SQLException; in getShort() argument
302 int getInt(int columnIndex) throws SQLException; in getInt() argument
316 long getLong(int columnIndex) throws SQLException; in getLong() argument
330 float getFloat(int columnIndex) throws SQLException; in getFloat() argument
344 double getDouble(int columnIndex) throws SQLException; in getDouble() argument
366 BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException; in getBigDecimal() argument
381 byte[] getBytes(int columnIndex) throws SQLException; in getBytes() argument
[all …]