Lines Matching refs:columnIndex

63    * @param columnIndex the first column is 1, the second is 2, ...
69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException;
75 * @param columnIndex the first column is 1, the second is 2, ...
81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException;
87 * @param columnIndex the first column is 1, the second is 2, ...
93 void setSearchable(int columnIndex, boolean property) throws SQLException;
99 * @param columnIndex the first column is 1, the second is 2, ...
105 void setCurrency(int columnIndex, boolean property) throws SQLException;
112 * @param columnIndex the first column is 1, the second is 2, ...
120 void setNullable(int columnIndex, int property) throws SQLException;
126 * @param columnIndex the first column is 1, the second is 2, ...
132 void setSigned(int columnIndex, boolean property) throws SQLException;
138 * @param columnIndex the first column is 1, the second is 2, ...
144 void setColumnDisplaySize(int columnIndex, int size) throws SQLException;
150 * @param columnIndex the first column is 1, the second is 2, ...
154 void setColumnLabel(int columnIndex, String label) throws SQLException;
159 * @param columnIndex the first column is 1, the second is 2, ...
163 void setColumnName(int columnIndex, String columnName) throws SQLException;
169 * @param columnIndex the first column is 1, the second is 2, ...
173 void setSchemaName(int columnIndex, String schemaName) throws SQLException;
179 * @param columnIndex the first column is 1, the second is 2, ...
183 void setPrecision(int columnIndex, int precision) throws SQLException;
189 * @param columnIndex the first column is 1, the second is 2, ...
193 void setScale(int columnIndex, int scale) throws SQLException;
199 * @param columnIndex the first column is 1, the second is 2, ...
203 void setTableName(int columnIndex, String tableName) throws SQLException;
209 * @param columnIndex the first column is 1, the second is 2, ...
213 void setCatalogName(int columnIndex, String catalogName) throws SQLException;
218 * @param columnIndex the first column is 1, the second is 2, ...
223 void setColumnType(int columnIndex, int SQLType) throws SQLException;
229 * @param columnIndex the first column is 1, the second is 2, ...
233 void setColumnTypeName(int columnIndex, String typeName) throws SQLException;