Home
last modified time | relevance | path

Searched refs:columnIndex (Results 1 – 1 of 1) 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 …]