Lines Matching refs:column

157      * methods to insert column values into the insert row.
190 * Used to track match column for JoinRowSet consumption
195 * Used to track match column for JoinRowSet consumption
1297 * Returns the specified column of this <code>CachedRowSetImpl</code> object
1299 * column's data and utilitizes the <code>Vector</code> to establish the
1305 * stored in the specified column of this
1309 * an invalid column is provided.
1314 public Collection<?> toCollection(int column) throws SQLException {
1325 vec.add(crsTemp.getObject(column));
1333 * Returns the specified column of this <code>CachedRowSetImpl</code> object
1335 * column's data and utilitizes the <code>Vector</code> to establish the
1341 * stored in the specified column of this
1345 * an invalid column is provided.
1350 public Collection<?> toCollection(String column) throws SQLException {
1351 return toCollection(getColIdxByName(column));
1549 * Reports whether the last column read was SQL <code>NULL</code>.
1551 * on a column to try to read its value and then call the method
1555 * @return <code>true</code> if the value in the last column read
1568 * the last column read was SQL <code>NULL</code>;
1575 // Methods for accessing results by column index
1578 * Checks to see whether the given index is a valid column number
1587 * @param idx the number of a column in this <code>CachedRowSetImpl</code>
1617 * Returns the column number of the column with the given name in this
1622 * @param name a <code>String</code> object that is the name of a column in
1675 * Retrieves the value of the designated column in the current row
1679 * @param columnIndex the first column is <code>1</code>, the second
1682 * @return the column value; if the value is SQL <code>NULL</code>, the
1684 * @throws SQLException if (1) the given column index is out of bounds,
1686 * insert row, or (3) the designated column does not store an
1713 * Retrieves the value of the designated column in the current row
1717 * @param columnIndex the first column is <code>1</code>, the second
1720 * @return the column value as a <code>boolean</code> in the Java progamming language;
1722 * @throws SQLException if (1) the given column index is out of bounds,
1724 * insert row, or (3) the designated column does not store an
1765 * Retrieves the value of the designated column in the current row
1769 * @param columnIndex the first column is <code>1</code>, the second
1772 * @return the column value as a <code>byte</code> in the Java programming
1774 * @throws SQLException if (1) the given column index is out of bounds,
1776 * insert row, or (3) the designated column does not store an
1808 * Retrieves the value of the designated column in the current row
1812 * @param columnIndex the first column is <code>1</code>, the second
1815 * @return the column value; if the value is SQL <code>NULL</code>, the
1817 * @throws SQLException if (1) the given column index is out of bounds,
1819 * insert row, or (3) the designated column does not store an
1852 * Retrieves the value of the designated column in the current row
1856 * @param columnIndex the first column is <code>1</code>, the second
1859 * @return the column value; if the value is SQL <code>NULL</code>, the
1861 * @throws SQLException if (1) the given column index is out of bounds,
1863 * insert row, or (3) the designated column does not store an
1895 * Retrieves the value of the designated column in the current row
1899 * @param columnIndex the first column is <code>1</code>, the second
1902 * @return the column value; if the value is SQL <code>NULL</code>, the
1904 * @throws SQLException if (1) the given column index is out of bounds,
1906 * insert row, or (3) the designated column does not store an
1938 * Retrieves the value of the designated column in the current row
1942 * @param columnIndex the first column is <code>1</code>, the second
1945 * @return the column value; if the value is SQL <code>NULL</code>, the
1947 * @throws SQLException if (1) the given column index is out of bounds,
1949 * insert row, or (3) the designated column does not store an
1981 * Retrieves the value of the designated column in the current row
1985 * @param columnIndex the first column is <code>1</code>, the second
1988 * @return the column value; if the value is SQL <code>NULL</code>, the
1990 * @throws SQLException if (1) the given column index is out of bounds,
1992 * insert row, or (3) the designated column does not store an
2025 * Retrieves the value of the designated column in the current row
2033 * @param columnIndex the first column is <code>1</code>, the second
2038 * @return the column value with the specified number of digits to the right
2041 * @throws SQLException if the given column index is out of bounds,
2071 * Retrieves the value of the designated column in the current row
2075 * @param columnIndex the first column is <code>1</code>, the second
2078 * @return the column value as a <code>byte</code> array in the Java programming
2082 * @throws SQLException if (1) the given column index is out of bounds,
2084 * insert row, or (3) the designated column does not store an
2104 * Retrieves the value of the designated column in the current row
2108 * @param columnIndex the first column is <code>1</code>, the second
2111 * @return the column value as a <code>java.sql.Data</code> object; if
2114 * @throws SQLException if the given column index is out of bounds,
2169 * Retrieves the value of the designated column in the current row
2173 * @param columnIndex the first column is <code>1</code>, the second
2176 * @return the column value; if the value is SQL <code>NULL</code>, the
2178 * @throws SQLException if the given column index is out of bounds,
2232 * Retrieves the value of the designated column in the current row
2236 * @param columnIndex the first column is <code>1</code>, the second
2239 * @return the column value; if the value is SQL <code>NULL</code>, the
2241 * @throws SQLException if the given column index is out of bounds,
2299 * Retrieves the value of the designated column in the current row of this
2303 * A column value can be retrieved as a stream of ASCII characters
2309 * read prior to getting the value of any other column. The next
2314 * @param columnIndex the first column is <code>1</code>, the second
2317 * @return a Java input stream that delivers the database column value
2320 * @throws SQLException if (1) the given column index is out of bounds,
2322 * insert row, or (3) the designated column does not store an
2360 * A column value can be retrieved as a stream of Unicode characters
2366 * read prior to getting the value of any other column. The next
2371 * @param columnIndex the first column is <code>1</code>, the second
2374 * @return a Java input stream that delivers the database column value
2406 * Retrieves the value of the designated column in the current row of this
2410 * A column value can be retrieved as a stream of uninterpreted bytes
2415 * read prior to getting the value of any other column. The next
2421 * @param columnIndex the first column is <code>1</code>, the second
2424 * @return a Java input stream that delivers the database column value
2427 * @throws SQLException if (1) the given column index is out of bounds,
2429 * insert row, or (3) the designated column does not store an
2462 // Methods for accessing results by column name
2465 * Retrieves the value stored in the designated column
2469 * a column in this <code>CachedRowSetImpl</code> object
2470 * @return the column value; if the value is SQL <code>NULL</code>,
2472 * @throws SQLException if (1) the given column name is not the name of
2473 * a column in this rowset, (2) the cursor is not on one of
2475 * column does not store an SQL <code>TINYINT, SMALLINT, INTEGER
2485 * Retrieves the value stored in the designated column
2489 * a column in this <code>CachedRowSetImpl</code> object
2490 * @return the column value as a <code>boolean</code> in the Java programming
2493 * @throws SQLException if (1) the given column name is not the name of
2494 * a column in this rowset, (2) the cursor is not on one of
2496 * column does not store an SQL <code>BOOLEAN</code> value
2504 * Retrieves the value stored in the designated column
2508 * a column in this <code>CachedRowSetImpl</code> object
2509 * @return the column value as a <code>byte</code> in the Java programming
2511 * @throws SQLException if (1) the given column name is not the name of
2512 * a column in this rowset, (2) the cursor is not on one of
2514 * column does not store an SQL <code><B>TINYINT</B>, SMALLINT, INTEGER,
2524 * Retrieves the value stored in the designated column
2528 * a column in this <code>CachedRowSetImpl</code> object
2529 * @return the column value; if the value is SQL <code>NULL</code>,
2531 * @throws SQLException if (1) the given column name is not the name of
2532 * a column in this rowset, (2) the cursor is not on one of
2534 * column does not store an SQL <code>TINYINT, <b>SMALLINT</b>, INTEGER
2545 * Retrieves the value stored in the designated column
2549 * a column in this <code>CachedRowSetImpl</code> object
2550 * @return the column value; if the value is SQL <code>NULL</code>,
2552 * @throws SQLException if (1) the given column name is not the name
2553 * of a column in this rowset,
2555 * insert row, or (3) the designated column does not store an
2566 * Retrieves the value stored in the designated column
2570 * a column in this <code>CachedRowSetImpl</code> object
2571 * @return the column value; if the value is SQL <code>NULL</code>,
2573 * @throws SQLException if (1) the given column name is not the name of
2574 * a column in this rowset, (2) the cursor is not on one of
2576 * column does not store an SQL <code>TINYINT, SMALLINT, INTEGER
2587 * Retrieves the value stored in the designated column
2591 * a column in this <code>CachedRowSetImpl</code> object
2592 * @return the column value; if the value is SQL <code>NULL</code>,
2594 * @throws SQLException if (1) the given column name is not the name of
2595 * a column in this rowset, (2) the cursor is not on one of
2597 * column does not store an SQL <code>TINYINT, SMALLINT, INTEGER
2608 * Retrieves the value stored in the designated column
2613 * a column in this <code>CachedRowSetImpl</code> object
2614 * @return the column value; if the value is SQL <code>NULL</code>,
2616 * @throws SQLException if (1) the given column name is not the name of
2617 * a column in this rowset, (2) the cursor is not on one of
2619 * column does not store an SQL <code>TINYINT, SMALLINT, INTEGER
2630 * Retrieves the value stored in the designated column
2634 * a column in this <code>CachedRowSetImpl</code> object
2638 * @throws SQLException if (1) the given column name is not the name of
2639 * a column in this rowset, (2) the cursor is not on one of
2641 * column does not store an SQL <code>TINYINT, SMALLINT, INTEGER
2654 * Retrieves the value stored in the designated column
2659 * a column in this <code>CachedRowSetImpl</code> object
2660 * @return the column value as a <code>byte</code> array in the Java programming
2662 * @throws SQLException if (1) the given column name is not the name of
2663 * a column in this rowset, (2) the cursor is not on one of
2665 * column does not store an SQL <code><b>BINARY</b>, <b>VARBINARY</b>
2675 * Retrieves the value stored in the designated column
2679 * a column in this <code>CachedRowSetImpl</code> object
2680 * @return the column value; if the value is SQL <code>NULL</code>,
2682 * @throws SQLException if (1) the given column name is not the name of
2683 * a column in this rowset, (2) the cursor is not on one of
2685 * column does not store an SQL <code>DATE</code> or
2693 * Retrieves the value stored in the designated column
2697 * a column in this <code>CachedRowSetImpl</code> object
2698 * @return the column value; if the value is SQL <code>NULL</code>,
2700 * @throws SQLException if the given column name does not match one of
2701 * this rowset's column names or the cursor is not on one of
2709 * Retrieves the value stored in the designated column
2713 * a column in this <code>CachedRowSetImpl</code> object
2714 * @return the column value; if the value is SQL <code>NULL</code>,
2716 * @throws SQLException if the given column name does not match one of
2717 * this rowset's column names or the cursor is not on one of
2725 * Retrieves the value of the designated column in the current row of this
2729 * A column value can be retrieved as a stream of ASCII characters
2736 * be read prior to getting the value of any other column. The
2740 * a column in this <code>CachedRowSetImpl</code> object
2741 * @return a Java input stream that delivers the database column value
2744 * @throws SQLException if (1) the given column name is not the name of
2745 * a column in this rowset
2747 * insert row, or (3) the designated column does not store an
2760 * A column value can be retrieved as a stream of Unicode characters
2767 * be read prior to getting the value of any other column. The
2771 * a column in this <code>CachedRowSetImpl</code> object
2772 * @return a Java input stream that delivers the database column value
2775 * @throws SQLException if the given column name does not match one of
2776 * this rowset's column names or the cursor is not on one of
2785 * Retrieves the value of the designated column in the current row of this
2789 * A column value can be retrieved as a stream of uninterpreted bytes
2794 * read prior to getting the value of any other column. The next
2800 * a column in this <code>CachedRowSetImpl</code> object
2801 * @return a Java input stream that delivers the database column value
2804 * @throws SQLException if (1) the given column name is unknown,
2806 * insert row, or (3) the designated column does not store an
2909 * Retrieves the value of the designated column in the current row
2914 * Java object type corresponding to the column's SQL type,
2925 * When the specified column contains
2930 * @param columnIndex the first column is <code>1</code>, the second
2933 * @return a <code>java.lang.Object</code> holding the column value;
2935 * @throws SQLException if the given column index is out of bounds,
2987 * Retrieves the value of the designated column in the current row
2992 * Java object type corresponding to the column's SQL type,
3003 * in the Java programming language. When the specified column contains
3009 * SQL name of a column in this rowset, ignoring case
3010 * @return a <code>java.lang.Object</code> holding the column value;
3012 * @throws SQLException if (1) the given column name does not match one of
3013 * this rowset's column names, (2) the cursor is not
3025 * Maps the given column name for one of this <code>CachedRowSetImpl</code>
3026 * object's columns to its column number.
3029 * SQL name of a column in this rowset, ignoring case
3030 * @return the column index of the given column name
3031 * @throws SQLException if the given column name does not match one
3032 * of this rowset's column names
3046 * Retrieves the value stored in the designated column
3050 * be read prior to getting the value of any other column. The
3053 * @param columnIndex the first column is <code>1</code>, the second
3056 * @return a Java character stream that delivers the database column value
3060 * @throws SQLException if (1) the given column index is out of bounds,
3062 * insert row, or (3) the designated column does not store an
3098 * Retrieves the value stored in the designated column
3102 * be read prior to getting the value of any other column. The
3106 * a column in this <code>CachedRowSetImpl</code> object
3107 * @return a Java input stream that delivers the database column value
3110 * @throws SQLException if (1) the given column name is not the name of
3111 * a column in this rowset, (2) the cursor is not on one of
3113 * column does not store an SQL <code>CHAR, VARCHAR, <b>LONGVARCHAR</b>,
3122 * Retrieves the value of the designated column in the current row
3126 * @param columnIndex the first column is <code>1</code>, the second
3131 * @throws SQLException if (1) the given column index is out of bounds,
3133 * insert row, or (3) the designated column does not store an
3165 * Retrieves the value of the designated column in the current row
3170 * SQL name of a column in this rowset, ignoring case
3173 * @throws SQLException if (1) the given column name is not the name of
3174 * a column in this rowset, (2) the cursor is not on one of
3176 * column does not store an SQL <code>TINYINT, SMALLINT, INTEGER
3776 * Indicates whether the designated column of the current row of
3781 * @param idx the index identifier of the column that may be have been updated.
3782 * @return <code>true</code> is the designated column has been updated
3799 * Indicates whether the designated column of the current row of
3804 * @param columnName the <code>String</code> column name column that may be have
3806 * @return <code>true</code> is the designated column has been updated
4190 * Sets the designated nullable column in the current row or the
4194 * This method updates a column value in the current row or the insert
4207 * @param columnIndex the first column is <code>1</code>, the second
4210 * @throws SQLException if (1) the given column index is out of bounds,
4227 * Sets the designated column in either the current row or the insert
4231 * This method updates a column value in the current row or the insert
4240 * @param columnIndex the first column is <code>1</code>, the second
4243 * @param x the new column value
4244 * @throws SQLException if (1) the given column index is out of bounds,
4262 * Sets the designated column in either the current row or the insert
4266 * This method updates a column value in the current row or the insert
4275 * @param columnIndex the first column is <code>1</code>, the second
4278 * @param x the new column value
4279 * @throws SQLException if (1) the given column index is out of bounds,
4298 * Sets the designated column in either the current row or the insert
4302 * This method updates a column value in the current row or the insert
4311 * @param columnIndex the first column is <code>1</code>, the second
4314 * @param x the new column value
4315 * @throws SQLException if (1) the given column index is out of bounds,
4334 * Sets the designated column in either the current row or the insert
4338 * This method updates a column value in the current row or the insert
4347 * @param columnIndex the first column is <code>1</code>, the second
4350 * @param x the new column value
4351 * @throws SQLException if (1) the given column index is out of bounds,
4369 * Sets the designated column in either the current row or the insert
4373 * This method updates a column value in the current row or the insert
4382 * @param columnIndex the first column is <code>1</code>, the second
4385 * @param x the new column value
4386 * @throws SQLException if (1) the given column index is out of bounds,
4406 * Sets the designated column in either the current row or the insert
4410 * This method updates a column value in the current row or the insert
4419 * @param columnIndex the first column is <code>1</code>, the second
4422 * @param x the new column value
4423 * @throws SQLException if (1) the given column index is out of bounds,
4442 * Sets the designated column in either the current row or the insert
4446 * This method updates a column value in either the current row or
4455 * @param columnIndex the first column is <code>1</code>, the second
4458 * @param x the new column value
4459 * @throws SQLException if (1) the given column index is out of bounds,
4477 * Sets the designated column in either the current row or the insert
4481 * This method updates a column value in the current row or the insert
4490 * @param columnIndex the first column is <code>1</code>, the second
4493 * @param x the new column value
4494 * @throws SQLException if (1) the given column index is out of bounds,
4513 * Sets the designated column in either the current row or the insert
4517 * This method updates a column value in either the current row or
4529 * @param columnIndex the first column is <code>1</code>, the second
4532 * @param x the new column value
4533 * @throws SQLException if (1) the given column index is out of bounds,
4548 * Sets the designated column in either the current row or the insert
4552 * This method updates a column value in either the current row or
4561 * @param columnIndex the first column is <code>1</code>, the second
4564 * @param x the new column value
4565 * @throws SQLException if (1) the given column index is out of bounds,
4584 * Sets the designated column in either the current row or the insert
4588 * This method updates a column value in either the current row or
4597 * @param columnIndex the first column is <code>1</code>, the second
4600 * @param x the new column value
4601 * @throws SQLException if (1) the given column index is out of bounds,
4603 * insert row, (3) the type of the designated column is not
4621 * Sets the designated column in either the current row or the insert
4625 * This method updates a column value in either the current row or
4634 * @param columnIndex the first column is <code>1</code>, the second
4637 * @param x the new column value
4638 * @throws SQLException if (1) the given column index is out of bounds,
4640 * insert row, (3) the type of the designated column is not
4658 * Sets the designated column in either the current row or the insert
4662 * This method updates a column value in either the current row or
4671 * @param columnIndex the first column is <code>1</code>, the second
4674 * @param x the new column value
4675 * @throws SQLException if (1) the given column index is out of bounds,
4677 * insert row, (3) the type of the designated column is not
4696 * Sets the designated column in either the current row or the insert
4700 * This method updates a column value in either the current row or
4709 * @param columnIndex the first column is <code>1</code>, the second
4712 * @param x the new column value
4745 * Sets the designated column in either the current row or the insert
4749 * This method updates a column value in either the current row or
4758 * @param columnIndex the first column is <code>1</code>, the second
4761 * @param x the new column value; must be a <code>java.io.InputStream</code>
4765 * @throws SQLException if (1) the given column index is out of bounds,
4794 * Sets the designated column in either the current row or the insert
4798 * This method updates a column value in either the current row or
4807 * @param columnIndex the first column is <code>1</code>, the second
4810 * @param x the new column value; must be a <code>java.io.Reader</code>
4815 * @throws SQLException if (1) the given column index is out of bounds,
4848 * Sets the designated column in either the current row or the insert
4852 * if the new column value is not a type that will be mapped to an SQL
4855 * This method updates a column value in either the current row or
4864 * @param columnIndex the first column is <code>1</code>, the second
4867 * @param x the new column value
4870 * @throws SQLException if (1) the given column index is out of bounds,
4889 * Sets the designated column in either the current row or the insert
4893 * This method updates a column value in either the current row or
4902 * @param columnIndex the first column is <code>1</code>, the second
4905 * @param x the new column value
4906 * @throws SQLException if (1) the given column index is out of bounds,
4921 * Sets the designated nullable column in the current row or the
4925 * This method updates a column value in the current row or the insert
4934 * SQL name of a column in this rowset, ignoring case
4935 * @throws SQLException if (1) the given column name does not match the
4936 * name of a column in this rowset, (2) the cursor is not on
4945 * Sets the designated column in either the current row or the insert
4949 * This method updates a column value in the current row or the insert
4959 * SQL name of a column in this rowset, ignoring case
4960 * @param x the new column value
4961 * @throws SQLException if (1) the given column name does not match the
4962 * name of a column in this rowset, (2) the cursor is not on
4971 * Sets the designated column in either the current row or the insert
4975 * This method updates a column value in the current row or the insert
4985 * SQL name of a column in this rowset, ignoring case
4986 * @param x the new column value
4987 * @throws SQLException if (1) the given column name does not match the
4988 * name of a column in this rowset, (2) the cursor is not on
4997 * Sets the designated column in either the current row or the insert
5001 * This method updates a column value in the current row or the insert
5011 * SQL name of a column in this rowset, ignoring case
5012 * @param x the new column value
5013 * @throws SQLException if (1) the given column name does not match the
5014 * name of a column in this rowset, (2) the cursor is not on
5023 * Sets the designated column in either the current row or the insert
5027 * This method updates a column value in the current row or the insert
5037 * SQL name of a column in this rowset, ignoring case
5038 * @param x the new column value
5039 * @throws SQLException if (1) the given column name does not match the
5040 * name of a column in this rowset, (2) the cursor is not on
5049 * Sets the designated column in either the current row or the insert
5053 * This method updates a column value in the current row or the insert
5063 * SQL name of a column in this rowset, ignoring case
5064 * @param x the new column value
5065 * @throws SQLException if (1) the given column name does not match the
5066 * name of a column in this rowset, (2) the cursor is not on
5075 * Sets the designated column in either the current row or the insert
5079 * This method updates a column value in the current row or the insert
5089 * SQL name of a column in this rowset, ignoring case
5090 * @param x the new column value
5091 * @throws SQLException if (1) the given column name does not match the
5092 * name of a column in this rowset, (2) the cursor is not on
5101 * Sets the designated column in either the current row or the insert
5105 * This method updates a column value in either the current row or
5115 * SQL name of a column in this rowset, ignoring case
5116 * @param x the new column value
5117 * @throws SQLException if (1) the given column name does not match the
5118 * name of a column in this rowset, (2) the cursor is not on
5127 * Sets the designated column in either the current row or the insert
5131 * This method updates a column value in the current row or the insert
5141 * SQL name of a column in this rowset, ignoring case
5142 * @param x the new column value
5143 * @throws SQLException if (1) the given column name does not match the
5144 * name of a column in this rowset, (2) the cursor is not on
5153 * Sets the designated column in either the current row or the insert
5157 * This method updates a column value in either the current row or
5167 * SQL name of a column in this rowset, ignoring case
5168 * @param x the new column value
5169 * @throws SQLException if (1) the given column name does not match the
5170 * name of a column in this rowset, (2) the cursor is not on
5179 * Sets the designated column in either the current row or the insert
5183 * This method updates a column value in either the current row or
5193 * SQL name of a column in this rowset, ignoring case
5194 * @param x the new column value
5195 * @throws SQLException if (1) the given column name does not match the
5196 * name of a column in this rowset, (2) the cursor is not on
5205 * Sets the designated column in either the current row or the insert
5209 * This method updates a column value in either the current row or
5219 * SQL name of a column in this rowset, ignoring case
5220 * @param x the new column value
5221 * @throws SQLException if (1) the given column name does not match the
5222 * name of a column in this rowset, (2) the cursor is not on
5224 * of the designated column is not an SQL <code>DATE</code> or
5233 * Sets the designated column in either the current row or the insert
5237 * This method updates a column value in either the current row or
5247 * SQL name of a column in this rowset, ignoring case
5248 * @param x the new column value
5249 * @throws SQLException if (1) the given column name does not match the
5250 * name of a column in this rowset, (2) the cursor is not on
5252 * of the designated column is not an SQL <code>TIME</code> or
5261 * Sets the designated column in either the current row or the insert
5265 * This method updates a column value in either the current row or
5275 * SQL name of a column in this rowset, ignoring case
5276 * @param x the new column value
5277 * @throws SQLException if the given column index is out of bounds or
5280 * @throws SQLException if (1) the given column name does not match the
5281 * name of a column in this rowset, (2) the cursor is not on
5283 * of the designated column is not an SQL <code>DATE</code>,
5292 * Sets the designated column in either the current row or the insert
5296 * This method updates a column value in either the current row or
5306 * SQL name of a column in this rowset, ignoring case
5307 * @param x the new column value
5317 * Sets the designated column in either the current row or the insert
5321 * This method updates a column value in either the current row or
5331 * SQL name of a column in this rowset, ignoring case
5332 * @param x the new column value; must be a <code>java.io.InputStream</code>
5336 * @throws SQLException if (1) the given column name does not match the
5337 * name of a column in this rowset, (2) the cursor is not on
5347 * Sets the designated column in either the current row or the insert
5351 * This method updates a column value in either the current row or
5361 * SQL name of a column in this rowset, ignoring case
5362 * @param reader the new column value; must be a
5367 * @throws SQLException if (1) the given column name does not match the
5368 * name of a column in this rowset, (2) the cursor is not on
5380 * Sets the designated column in either the current row or the insert
5384 * and is ignored if the new column value is not a type that will be
5387 * This method updates a column value in either the current row or
5397 * SQL name of a column in this rowset, ignoring case
5398 * @param x the new column value
5401 * @throws SQLException if (1) the given column name does not match the
5402 * name of a column in this rowset, (2) the cursor is not on
5411 * Sets the designated column in either the current row or the insert
5415 * This method updates a column value in either the current row or
5425 * SQL name of a column in this rowset, ignoring case
5426 * @param x the new column value
5427 * @throws SQLException if (1) the given column name does not match the
5428 * name of a column in this rowset, (2) the cursor is not on
5601 * methods to assign a value to each column in the row. A complete
5602 * row must be constructed; that is, every column that is not nullable
5612 * method should be called on a column only after an <code>updateXXX</code>
5613 * method has been called on that column; otherwise, the value returned is
5672 * Retrieves the value of the designated column in this
5678 * @param columnIndex the first column is <code>1</code>, the second
5685 * @throws SQLException if the given column index is out of bounds or
5738 * Retrieves the value of the designated column in this
5742 * @param columnIndex the first column is <code>1</code>, the second
5746 * @throws SQLException if (1) the given column index is out of bounds,
5748 * insert row, or (3) the designated column does not store an
5777 * Retrieves the value of the designated column in this
5781 * @param columnIndex the first column is <code>1</code>, the second
5785 * @throws SQLException if (1) the given column index is out of bounds,
5787 * insert row, or (3) the designated column does not store an
5817 * Retrieves the value of the designated column in this
5821 * @param columnIndex the first column is <code>1</code>, the second
5825 * @throws SQLException if (1) the given column index is out of bounds,
5827 * insert row, or (3) the designated column does not store an
5857 * Retrieves the value of the designated column in this
5861 * @param columnIndex the first column is <code>1</code>, the second
5866 * @throws SQLException if (1) the given column index is out of bounds,
5868 * insert row, or (3) the designated column does not store an
5897 * Retrieves the value of the designated column in this
5904 * SQL name of a column in this rowset, ignoring case
5909 * @throws SQLException if the given column name is not the name of
5910 * a column in this rowset or the cursor is not on one of
5920 * Retrieves the value of the designated column in this
5925 * SQL name of a column in this rowset, ignoring case
5927 * @throws SQLException if (1) the given column name is not the name of
5928 * a column in this rowset, (2) the cursor is not on one of
5929 * this rowset's rows or its insert row, or (3) the column value
5938 * Retrieves the value of the designated column in this
5943 * SQL name of a column in this rowset, ignoring case
5945 * @throws SQLException if (1) the given column name is not the name of
5946 * a column in this rowset, (2) the cursor is not on one of
5948 * column does not store an SQL <code>BLOB</code> value
5956 * Retrieves the value of the designated column in this
5961 * SQL name of a column in this rowset, ignoring case
5964 * @throws SQLException if (1) the given column name is not the name of
5965 * a column in this rowset, (2) the cursor is not on one of
5967 * column does not store an SQL <code>CLOB</code> value
5975 * Retrieves the value of the designated column in this
5980 * SQL name of a column in this rowset, ignoring case
5983 * @throws SQLException if (1) the given column name is not the name of
5984 * a column in this rowset, (2) the cursor is not on one of
5986 * column does not store an SQL <code>ARRAY</code> value
5994 * Retrieves the value of the designated column in the current row
5999 * @param columnIndex the first column is <code>1</code>, the second
6004 * @return the column value; if the value is SQL <code>NULL</code>,
6006 * @throws SQLException if (1) the given column name is not the name of
6007 * a column in this rowset, (2) the cursor is not on one of
6009 * column does not store an SQL <code>DATE</code> or
6055 * Retrieves the value of the designated column in the current row
6061 * SQL name of a column in this rowset, ignoring case
6064 * @return the column value; if the value is SQL <code>NULL</code>,
6066 * @throws SQLException if (1) the given column name is not the name of
6067 * a column in this rowset, (2) the cursor is not on one of
6069 * column does not store an SQL <code>DATE</code> or
6077 * Retrieves the value of the designated column in the current row
6082 * @param columnIndex the first column is <code>1</code>, the second
6087 * @return the column value; if the value is SQL <code>NULL</code>,
6089 * @throws SQLException if (1) the given column name is not the name of
6090 * a column in this rowset, (2) the cursor is not on one of
6092 * column does not store an SQL <code>TIME</code> or
6134 * Retrieves the value of the designated column in the current row
6140 * SQL name of a column in this rowset, ignoring case
6143 * @return the column value; if the value is SQL <code>NULL</code>,
6145 * @throws SQLException if (1) the given column name is not the name of
6146 * a column in this rowset, (2) the cursor is not on one of
6148 * column does not store an SQL <code>TIME</code> or
6156 * Retrieves the value of the designated column in the current row
6161 * @param columnIndex the first column is <code>1</code>, the second
6166 * @return the column value; if the value is SQL <code>NULL</code>,
6168 * @throws SQLException if (1) the given column name is not the name of
6169 * a column in this rowset, (2) the cursor is not on one of
6171 * column does not store an SQL <code>TIME</code> or
6216 * Retrieves the value of the designated column in the current row
6223 * SQL name of a column in this rowset, ignoring case
6226 * @return the column value; if the value is SQL <code>NULL</code>,
6228 * @throws SQLException if (1) the given column name is not the name of
6229 * a column in this rowset, (2) the cursor is not on one of
6231 * column does not store an SQL <code>DATE</code>,
6429 * @return an array of column numbers that constitutes a primary
6431 * if no column is representitive of a primary key
6443 * <code>keyCols</code> field with the given array of column
6476 * Sets the designated column in either the current row or the insert
6480 * This method updates a column value in either the current row or
6489 * @param columnIndex the first column is <code>1</code>, the second
6492 * @param ref the new column <code>java.sql.Ref</code> value
6493 * @throws SQLException if (1) the given column index is out of bounds,
6511 * Sets the designated column in either the current row or the insert
6515 * This method updates a column value in either the current row or
6525 * SQL name of a column in this rowset, ignoring case
6526 * @param ref the new column <code>java.sql.Ref</code> value
6527 * @throws SQLException if (1) the given column name does not match the
6528 * name of a column in this rowset, (2) the cursor is not on
6537 * Sets the designated column in either the current row or the insert
6541 * This method updates a column value in either the current row or
6550 * @param columnIndex the first column is <code>1</code>, the second
6553 * @param c the new column <code>Clob</code> value
6554 * @throws SQLException if (1) the given column index is out of bounds,
6578 * Sets the designated column in either the current row or the insert
6582 * This method updates a column value in either the current row or
6592 * SQL name of a column in this rowset, ignoring case
6593 * @param c the new column <code>Clob</code> value
6594 * @throws SQLException if (1) the given column name does not match the
6595 * name of a column in this rowset, (2) the cursor is not on
6604 * Sets the designated column in either the current row or the insert
6608 * This method updates a column value in either the current row or
6617 * @param columnIndex the first column is <code>1</code>, the second
6620 * @param b the new column <code>Blob</code> value
6621 * @throws SQLException if (1) the given column index is out of bounds,
6645 * Sets the designated column in either the current row or the insert
6649 * This method updates a column value in either the current row or
6659 * SQL name of a column in this rowset, ignoring case
6660 * @param b the new column <code>Blob</code> value
6661 * @throws SQLException if (1) the given column name does not match the
6662 * name of a column in this rowset, (2) the cursor is not on
6671 * Sets the designated column in either the current row or the insert
6675 * This method updates a column value in either the current row or
6684 * @param columnIndex the first column is <code>1</code>, the second
6687 * @param a the new column <code>Array</code> value
6688 * @throws SQLException if (1) the given column index is out of bounds,
6706 * Sets the designated column in either the current row or the insert
6710 * This method updates a column value in either the current row or
6720 * SQL name of a column in this rowset, ignoring case
6721 * @param a the new column <code>Array</code> value
6722 * @throws SQLException if (1) the given column name does not match the
6723 * name of a column in this rowset, (2) the cursor is not on
6733 * Retrieves the value of the designated column in this
6739 * @throws SQLException if (1) the given column index is out of bounds,
6741 * insert row, or (3) the designated column does not store an
6772 * Retrieves the value of the designated column in this
6778 * @throws SQLException if (1) the given column name not the name of a column
6781 * insert row, or (3) the designated column does not store an
6911 * as the column which will form the basis of the join.
6940 * as the column which will form the basis of the join.
6965 * Retrieves the column name as <code>String</code> array
6969 * @return a <code>String</code> array object that contains the column names
6972 * @throws SQLException if an error occurs or column name is not set
6987 * Retrieves the column id as <code>int</code> array that was set using
6990 * @return a <code>int</code> array object that contains the column ids
6993 * @throws SQLException if an error occurs or column index is not set
7020 * <code>JoinRowSet</code> as the column which will form the basis of the
7049 * <code>JoinRowSet</code> as the column which will form the basis of the
7056 * @param columnNames the name of the column into this rowset
7077 * <code>JoinRowSet</code> as the column which will form the basis of the
7105 * <code>JoinRowSet</code> as the column which will form the basis of the
7112 * @param columnName the name of the column into this rowset
7131 * as the column which will form the basis of the join.
7143 // check if we are unsetting the SAME column
7157 * as the column which will form the basis of the join.
7169 // check if we are unsetting the same column
7707 * @param columnIndex the first column is 1, the second is 2, ...
7719 * @param colName the name of the column from which to retrieve the value
7728 * Retrieves the value of the designated column in the current row of this
7732 * @param columnIndex the first column is 1, the second 2, ...
7733 * @return the column value if the value is a SQL <code>NULL</code> the
7743 * Retrieves the value of the designated column in the current row of this
7747 * @param columnName the name of the column
7748 * @return the column value if the value is a SQL <code>NULL</code> the
7758 * Updates the designated column with a <code>RowId</code> value. The updater
7759 * methods are used to update column values in the current row or the insert
7764 * @param columnIndex the first column is 1, the second 2, ...
7765 * @param x the column value
7774 * Updates the designated column with a <code>RowId</code> value. The updater
7775 * methods are used to update column values in the current row or the insert
7780 * @param columnName the name of the column
7781 * @param x the column value
7813 * @param columnIndex the first column is 1, the second 2, ...
7814 * @param nString the value for the column to be updated
7826 * @param nString the value for the column to be updated
7838 * @param columnIndex the first column is 1, the second 2, ...
7839 * @param nClob the value for the column to be updated
7850 * @param columnName name of the column
7851 * @param nClob the value for the column to be updated
7860 * Retrieves the value of the designated column in the current row
7864 * @param i the first column is 1, the second is 2, ...
7866 * <code>NCLOB</code> value in the specified column
7876 * Retrieves the value of the designated column in the current row
7880 * @param colName the name of the column from which to retrieve the value
7882 * value in the specified column
7986 * @param parameterName the name of the column to be set
7999 * Retrieves the value of the designated column in the current row
8006 * @return a <code>java.io.Reader</code> object that contains the column
8009 * @param columnIndex the first column is 1, the second is 2, ...
8019 * Retrieves the value of the designated column in the current row
8026 * @param columnName the name of the column
8027 * @return a <code>java.io.Reader</code> object that contains the column
8039 * Updates the designated column with a <code>java.sql.SQLXML</code> value.
8041 * methods are used to update column values in the current row or the insert
8045 * @param columnIndex the first column is 1, the second 2, ...
8046 * @param xmlObject the value for the column to be updated
8055 * Updates the designated column with a <code>java.sql.SQLXML</code> value.
8057 * methods are used to update column values in the current row or the insert
8062 * @param columnName the name of the column
8063 * @param xmlObject the column value
8072 * Retrieves the value of the designated column in the current row
8079 * @param columnIndex the first column is 1, the second is 2, ...
8080 * @return the column value; if the value is SQL <code>NULL</code>, the
8090 * Retrieves the value of the designated column in the current row
8097 * @param columnName the SQL name of the column
8098 * @return the column value; if the value is SQL <code>NULL</code>, the
8108 * Updates the designated column with a character stream value, which will
8112 * The updater methods are used to update column values in the current row or
8116 * @param columnIndex - the first column is 1, the second is 2, ...
8117 * @param x - the new column value
8130 * Updates the designated column with a character stream value, which will
8134 * The updater methods are used to update column values in the current row or
8139 * @param x - the new column value
8152 * Updates the designated column with a character stream value. The
8159 * The updater methods are used to update column values in the
8168 * @param columnIndex the first column is 1, the second is 2, ...
8169 * @param x the new column value
8182 * Updates the designated column with a character stream value. The
8189 * The updater methods are used to update column values in the
8198 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8199 bel is the name of the column
8201 * the new column value
8216 * Updates the designated column using the given input stream, which
8228 * The updater methods are used to update column values in the
8233 * @param columnIndex the first column is 1, the second is 2, ...
8249 * Updates the designated column using the given input stream, which
8261 * The updater methods are used to update column values in the
8266 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
8282 * Updates the designated column using the given input stream.
8297 * The updater methods are used to update column values in the
8302 * @param columnIndex the first column is 1, the second is 2, ...
8317 * Updates the designated column using the given input stream.
8331 * The updater methods are used to update column values in the
8336 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8337 bel is the name of the column
8352 * Updates the designated column using the given <code>Reader</code>
8364 * The updater methods are used to update column values in the
8369 * @param columnIndex the first column is 1, the second is 2, ...
8384 * Updates the designated column using the given <code>Reader</code>
8396 * The updater methods are used to update column values in the
8401 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
8416 * Updates the designated column using the given <code>Reader</code>
8431 * The updater methods are used to update column values in the
8436 * @param columnIndex the first column is 1, the second is 2, ...
8450 * Updates the designated column using the given <code>Reader</code>
8465 * The updater methods are used to update column values in the
8470 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8471 bel is the name of the column
8485 * Updates the designated column using the given <code>Reader</code>
8497 * The updater methods are used to update column values in the
8502 * @param columnIndex the first column is 1, the second 2, ...
8519 * Updates the designated column using the given <code>Reader</code>
8531 * The updater methods are used to update column values in the
8536 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
8553 * Updates the designated column using the given <code>Reader</code>
8568 * The updater methods are used to update column values in the
8573 * @param columnIndex the first column is 1, the second 2, ...
8589 * Updates the designated column using the given <code>Reader</code>
8604 * The updater methods are used to update column values in the
8609 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8610 bel is the name of the column
8626 * Updates the designated column with an ascii stream value, which will have
8628 * The updater methods are used to update column values in the
8633 * @param columnIndex the first column is 1, the second is 2, ...
8634 * @param x the new column value
8650 * Updates the designated column with a binary stream value, which will have
8652 * The updater methods are used to update column values in the
8657 * @param columnIndex the first column is 1, the second is 2, ...
8658 * @param x the new column value
8673 * Updates the designated column with a character stream value, which will have
8675 * The updater methods are used to update column values in the
8680 * @param columnIndex the first column is 1, the second is 2, ...
8681 * @param x the new column value
8697 * Updates the designated column with a character stream value, which will have
8699 * The updater methods are used to update column values in the
8704 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8705 bel is the name of the column
8707 * the new column value
8722 * Updates the designated column with an ascii stream value, which will have
8724 * The updater methods are used to update column values in the
8729 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
8730 * @param x the new column value
8745 * Updates the designated column with a binary stream value, which will have
8747 * The updater methods are used to update column values in the
8752 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column
8753 * @param x the new column value
8768 * Updates the designated column with a binary stream value.
8769 * The updater methods are used to update column values in the
8778 * @param columnIndex the first column is 1, the second is 2, ...
8779 * @param x the new column value
8794 * Updates the designated column with a binary stream value.
8795 * The updater methods are used to update column values in the
8804 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8805 bel is the name of the column
8806 * @param x the new column value
8820 * Updates the designated column with a character stream value.
8821 * The updater methods are used to update column values in the
8830 * @param columnIndex the first column is 1, the second is 2, ...
8831 * @param x the new column value
8845 * Updates the designated column with a character stream value.
8846 * The updater methods are used to update column values in the
8855 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8856 bel is the name of the column
8858 * the new column value
8872 * Updates the designated column with an ascii stream value.
8873 * The updater methods are used to update column values in the
8882 * @param columnIndex the first column is 1, the second is 2, ...
8883 * @param x the new column value
8897 * Updates the designated column with an ascii stream value.
8898 * The updater methods are used to update column values in the
8907 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
8908 bel is the name of the column
8909 * @param x the new column value
9090 * @param parameterName the name of the column to be set
9126 * @param parameterName the name of the column to be set