Lines Matching refs:column

148  * object, demonstrate how to iterate through the rows, retrieving the column
150 * getter methods that take a column number; the second example
151 * uses the version that takes a column name. Column numbers are generally
153 * is of the form <code>SELECT * FROM TABLENAME</code>; column names are most
185 * the third line gets the JDBC type of values stored in the second column of
201 * object. For example, methods retrieving whether a column value is writable
220 * the code required to update two column values in the current row and also
233 * either a column index or a column name to designate the column being acted upon.
946 * Indicates whether the designated column in the current row of this
949 * @param idx an <code>int</code> identifying the column to be checked for updates
950 * @return <code>true</code> if the designated column has been visibly updated;
960 * Indicates whether the designated column in the current row of this
964 * column to be checked for updates
965 * @return <code>true</code> if the column has been visibly updated;
983 * An SQL <code>NULL</code> column value must be represented as a <code>null</code>
1014 * Converts the designated column in this <code>CachedRowSet</code> object
1018 * Each column value should be fully represented in either a
1021 * An SQL <code>NULL</code> column value must be represented as a <code>null</code>
1025 * to contain the column values, and it is expected
1030 * @param column an <code>int</code> indicating the column whose values
1033 * stored in the specified column of this <code>CachedRowSet</code>
1036 * an invalid column id is provided
1040 public Collection<?> toCollection(int column) throws SQLException;
1043 * Converts the designated column in this <code>CachedRowSet</code> object
1047 * Each column value should be fully represented in either a
1050 * An SQL <code>NULL</code> column value must be represented as a <code>null</code>
1054 * to contain the column values, and it is expected
1059 * @param column a <code>String</code> object giving the name of the
1060 * column whose values are to be represented in a collection
1062 * stored in the specified column of this <code>CachedRowSet</code>
1065 * an invalid column id is provided
1069 public Collection<?> toCollection(String column) throws SQLException;
1263 * Returns an array containing one or more column numbers indicating the columns
1267 * @return an array containing the column number or numbers that indicate which columns
1280 * field with the given array of column numbers, which forms a key