Lines Matching refs:column

90      * An <code>int</code> that indicates the column index of the match column.
95 * A <code>String</code> object that stores the name of the match column.
148 * already has a match column set.
154 * <code>JoinRowSet</code>; if a match column is not set; or if an
200 // Either column id or column name will be set
238 // Set the match column here because join will be
246 // to the same column
260 * and sets the designated column as the match column.
267 * does not already have a match column set.
272 * @param columnIdx an <code>int</code> giving the index of the column to be set as
273 * the match column
275 * <code>JoinRowSet</code> object, (2) a match column has not been set,
290 * and sets the designated column as the match column. If the given
297 * does not already have a match column set.
301 * @param columnName a <code>String</code> object giving the name of the column
302 * to be set as the match column; must implement the <code>Joinable</code>
305 * <code>JoinRowSet</code> object, (2) a match column has not been set,
324 * in <i>columnIdx</i> is used to set the match column for the first
326 * in <i>columnIdx</i> is used to set the match column for the second
367 * in <i>columnName</i> is used to set the match column for the first
369 * object in <i>columnName</i> is used to set the match column for the second
384 * <code>JoinRowSet</code>, if a match column is not set,
565 * This checks for a match column for
568 * @param <code>CachedRowSet</code> object whose match column needs to be checked.
651 // (common column)
707 // column type also needs to be passed.
730 // will happen only once, for that merged column pass
842 // merged rowset, so pCol will point to the Match column.
885 // get all the column(s) names from each rowset.
984 * Reports whether the last column read was SQL <code>NULL</code>.
986 * on a column to try to read its value and then call the method
990 * @return <code>true</code> if the value in the last column read
999 * Retrieves the value of the designated column in the current row
1003 * @param columnIndex the first column is <code>1</code>, the second
1006 * @return the column value; if the value is SQL <code>NULL</code>, the
1008 * @throws SQLException if the given column index is out of bounds or
1016 * Retrieves the value of the designated column in the current row
1020 * @param columnIndex the first column is <code>1</code>, the second
1023 * @return the column value; if the value is SQL <code>NULL</code>, the
1025 * @throws SQLException if the given column index is out of bounds,
1033 * Retrieves the value of the designated column in the current row
1037 * @param columnIndex the first column is <code>1</code>, the second
1040 * @return the column value; if the value is SQL <code>NULL</code>, the
1042 * @throws SQLException if the given column index is out of bounds,
1050 * Retrieves the value of the designated column in the current row
1054 * @param columnIndex the first column is <code>1</code>, the second
1057 * @return the column value; if the value is SQL <code>NULL</code>, the
1059 * @throws SQLException if the given column index is out of bounds,
1067 * Retrieves the value of the designated column in the current row
1071 * @param columnIndex the first column is <code>1</code>, the second
1074 * @return the column value; if the value is SQL <code>NULL</code>, the
1076 * @throws SQLException if the given column index is out of bounds,
1084 * Retrieves the value of the designated column in the current row
1088 * @param columnIndex the first column is <code>1</code>, the second
1091 * @return the column value; if the value is SQL <code>NULL</code>, the
1093 * @throws SQLException if the given column index is out of bounds,
1101 * Retrieves the value of the designated column in the current row
1105 * @param columnIndex the first column is <code>1</code>, the second
1108 * @return the column value; if the value is SQL <code>NULL</code>, the
1110 * @throws SQLException if the given column index is out of bounds,
1118 * Retrieves the value of the designated column in the current row
1122 * @param columnIndex the first column is <code>1</code>, the second
1125 * @return the column value; if the value is SQL <code>NULL</code>, the
1127 * @throws SQLException if the given column index is out of bounds,
1135 * Retrieves the value of the designated column in the current row
1143 * @param columnIndex the first column is <code>1</code>, the second
1148 * @return the column value with the specified number of digits to the right
1151 * @throws SQLException if the given column index is out of bounds,
1160 * Retrieves the value of the designated column in the current row
1164 * @param columnIndex the first column is <code>1</code>, the second
1167 * @return the column value; if the value is SQL <code>NULL</code>, the
1169 * @throws SQLException if the given column index is out of bounds,
1178 * Retrieves the value of the designated column in the current row
1182 * @param columnIndex the first column is <code>1</code>, the second
1185 * @return the column value; if the value is SQL <code>NULL</code>, the
1187 * @throws SQLException if the given column index is out of bounds,
1195 * Retrieves the value of the designated column in the current row
1199 * @param columnIndex the first column is <code>1</code>, the second
1202 * @return the column value; if the value is SQL <code>NULL</code>, the
1204 * @throws SQLException if the given column index is out of bounds,
1212 * Retrieves the value of the designated column in the current row
1216 * @param columnIndex the first column is <code>1</code>, the second
1219 * @return the column value; if the value is SQL <code>NULL</code>, the
1221 * @throws SQLException if the given column index is out of bounds,
1229 * Retrieves the value of the designated column in the current row
1233 * @param columnIndex the first column is <code>1</code>, the second
1236 * @return the column value; if the value is SQL <code>NULL</code>, the
1238 * @throws SQLException if the given column index is out of bounds,
1246 * A column value can be retrieved as a stream of Unicode characters
1252 * read prior to getting the value of any other column. The next
1257 * @param columnIndex the first column is <code>1</code>, the second
1260 * @return a Java input stream that delivers the database column value
1271 * A column value can be retrieved as a stream of uninterpreted bytes
1276 * read prior to getting the value of any other column. The next
1281 * @param columnIndex the first column is <code>1</code>, the second
1284 * @return a Java input stream that delivers the database column value
1296 * Retrieves the value stored in the designated column
1300 * a column in this <code>JoinRowSetImpl</code> object
1301 * @return the column value; if the value is SQL <code>NULL</code>,
1303 * @throws SQLException if the given column name does not match one of
1304 * this rowset's column names or the cursor is not on one of
1312 * Retrieves the value stored in the designated column
1316 * a column in this <code>JoinRowSetImpl</code> object
1317 * @return the column value; if the value is SQL <code>NULL</code>,
1319 * @throws SQLException if the given column name does not match one of
1320 * this rowset's column names or the cursor is not on one of
1328 * Retrieves the value stored in the designated column
1332 * a column in this <code>JoinRowSetImpl</code> object
1333 * @return the column value; if the value is SQL <code>NULL</code>,
1335 * @throws SQLException if the given column name does not match one of
1336 * this rowset's column names or the cursor is not on one of
1344 * Retrieves the value stored in the designated column
1348 * a column in this <code>JoinRowSetImpl</code> object
1349 * @return the column value; if the value is SQL <code>NULL</code>,
1351 * @throws SQLException if the given column name does not match one of
1352 * this rowset's column names or the cursor is not on one of
1360 * Retrieves the value stored in the designated column
1364 * a column in this <code>JoinRowSetImpl</code> object
1365 * @return the column value; if the value is SQL <code>NULL</code>,
1367 * @throws SQLException if the given column name does not match one of
1368 * this rowset's column names or the cursor is not on one of
1376 * Retrieves the value stored in the designated column
1380 * a column in this <code>JoinRowSetImpl</code> object
1381 * @return the column value; if the value is SQL <code>NULL</code>,
1383 * @throws SQLException if the given column name does not match one of
1384 * this rowset's column names or the cursor is not on one of
1392 * Retrieves the value stored in the designated column
1396 * a column in this <code>JoinRowSetImpl</code> object
1397 * @return the column value; if the value is SQL <code>NULL</code>,
1399 * @throws SQLException if the given column name does not match one of
1400 * this rowset's column names or the cursor is not on one of
1408 * Retrieves the value stored in the designated column
1412 * a column in this <code>JoinRowSetImpl</code> object
1413 * @return the column value; if the value is SQL <code>NULL</code>,
1415 * @throws SQLException if the given column name does not match one of
1416 * this rowset's column names or the cursor is not on one of
1424 * Retrieves the value stored in the designated column
1428 * a column in this <code>JoinRowSetImpl</code> object
1430 * @return the column value; if the value is SQL <code>NULL</code>,
1432 * @throws SQLException if the given column name does not match one of
1433 * this rowset's column names or the cursor is not on one of
1443 * Retrieves the value stored in the designated column
1448 * a column in this <code>JoinRowSetImpl</code> object
1449 * @return the column value; if the value is SQL <code>NULL</code>,
1451 * @throws SQLException if the given column name does not match one of
1452 * this rowset's column names or the cursor is not on one of
1460 * Retrieves the value stored in the designated column
1464 * a column in this <code>JoinRowSetImpl</code> object
1465 * @return the column value; if the value is SQL <code>NULL</code>,
1467 * @throws SQLException if the given column name does not match one of
1468 * this rowset's column names or the cursor is not on one of
1476 * Retrieves the value stored in the designated column
1480 * a column in this <code>JoinRowSetImpl</code> object
1481 * @return the column value; if the value is SQL <code>NULL</code>,
1483 * @throws SQLException if the given column name does not match one of
1484 * this rowset's column names or the cursor is not on one of
1492 * Retrieves the value stored in the designated column
1496 * a column in this <code>JoinRowSetImpl</code> object
1497 * @return the column value; if the value is SQL <code>NULL</code>,
1499 * @throws SQLException if the given column name does not match one of
1500 * this rowset's column names or the cursor is not on one of
1511 * A column value can be retrieved as a stream of ASCII characters
1517 * be read prior to getting the value of any other column. The
1521 * a column in this <code>JoinRowSetImpl</code> object
1522 * @return a Java input stream that delivers the database column value
1532 * Retrieves the value stored in the designated column
1534 * A column value can be retrieved as a stream of Unicode characters
1541 * be read prior to getting the value of any other column. The
1545 * a column in this <code>JoinRowSetImpl</code> object
1546 * @return a Java input stream that delivers the database column value
1549 * @throws SQLException if the given column name does not match one of
1550 * this rowset's column names or the cursor is not on one of
1559 * Retrieves the value stored in the designated column
1561 * A column value can be retrieved as a stream of uninterpreted bytes
1566 * be read prior to getting the value of any other column. The
1570 * a column in this <code>JoinRowSetImpl</code> object
1571 * @return a Java input stream that delivers the database column value
1574 * @throws SQLException if the given column name does not match one of
1575 * this rowset's column names or the cursor is not on one of
1645 * column, and other properties for each column.
1656 * Retrieves the value of the designated column in the current row
1661 * Java object type corresponding to the column's SQL type,
1672 * When the specified column contains
1677 * @param columnIndex the first column is <code>1</code>, the second
1680 * @return a <code>java.lang.Object</code> holding the column value;
1682 * @throws SQLException if the given column index is out of bounds,
1692 * Retrieves the value of the designated column in the current row
1697 * Java object type corresponding to the column's SQL type,
1708 * in the Java programming language. When the specified column contains
1713 * @param columnIndex the first column is <code>1</code>, the second
1719 * @return a <code>java.lang.Object</code> holding the column value;
1722 * @throws SQLException if (1) the given column name does not match
1723 * one of this rowset's column names, (2) the cursor is not
1734 * Retrieves the value of the designated column in the current row
1739 * Java object type corresponding to the column's SQL type,
1750 * in the Java programming language. When the specified column contains
1756 * SQL name of a column in this rowset, ignoring case
1757 * @return a <code>java.lang.Object</code> holding the column value;
1760 * @throws SQLException if (1) the given column name does not match
1761 * one of this rowset's column names, (2) the cursor is not
1770 * Retrieves the value of the designated column in this
1777 * SQL name of a column in this rowset, ignoring case
1782 * @throws SQLException if the given column index is out of bounds or
1793 * Retrieves the value stored in the designated column
1797 * be read prior to getting the value of any other column. The
1800 * @param columnIndex the first column is <code>1</code>, the second
1803 * @return a Java character stream that delivers the database column value
1806 * @throws SQLException if the given column index is out of bounds,
1814 * Retrieves the value stored in the designated column
1818 * be read prior to getting the value of any other column. The
1822 * a column in this <code>JoinRowSetImpl</code> object
1823 * @return a Java input stream that delivers the database column value
1826 * @throws SQLException if the given column index is out of bounds,
1834 * Retrieves the value of the designated column in the current row
1838 * @param columnIndex the first column is <code>1</code>, the second
1843 * @throws SQLException if the given column index is out of bounds,
1851 * Retrieves the value of the designated column in the current row
1856 * SQL name of a column in this rowset, ignoring case
1859 * @throws SQLException if the given column index is out of bounds,
2150 * Returns the index of the column whose name is <i>columnName</i>.
2153 * column for which the index will be returned; the name must
2154 * match the SQL name of a column in this <code>JoinRowSet</code>
2156 * @throws SQLException if the given column name does not match one of the
2157 * column names for this <code>JoinRowSet</code> object
2182 * Indicates whether the designated column of the current row of
2187 * @return <code>true</code> if the column updated
2230 * Sets the designated nullable column in the current row or the
2234 * This method updates a column value in the current row or the insert
2247 * @param columnIndex the first column is <code>1</code>, the second
2250 * @throws SQLException if (1) the given column index is out of bounds,
2260 * Sets the designated column in either the current row or the insert
2264 * This method updates a column value in the current row or the insert
2273 * @param columnIndex the first column is <code>1</code>, the second
2276 * @param x the new column value
2277 * @throws SQLException if (1) the given column index is out of bounds,
2287 * Sets the designated column in either the current row or the insert
2291 * This method updates a column value in the current row or the insert
2300 * @param columnIndex the first column is <code>1</code>, the second
2303 * @param x the new column value
2304 * @throws SQLException if (1) the given column index is out of bounds,
2314 * Sets the designated column in either the current row or the insert
2318 * This method updates a column value in the current row or the insert
2327 * @param columnIndex the first column is <code>1</code>, the second
2330 * @param x the new column value
2331 * @throws SQLException if (1) the given column index is out of bounds,
2341 * Sets the designated column in either the current row or the insert
2345 * This method updates a column value in the current row or the insert
2354 * @param columnIndex the first column is <code>1</code>, the second
2357 * @param x the new column value
2358 * @throws SQLException if (1) the given column index is out of bounds,
2368 * Sets the designated column in either the current row or the insert
2372 * This method updates a column value in the current row or the insert
2381 * @param columnIndex the first column is <code>1</code>, the second
2384 * @param x the new column value
2385 * @throws SQLException if (1) the given column index is out of bounds,
2395 * Sets the designated column in either the current row or the insert
2399 * This method updates a column value in the current row or the insert
2408 * @param columnIndex the first column is <code>1</code>, the second
2411 * @param x the new column value
2412 * @throws SQLException if (1) the given column index is out of bounds,
2422 * Sets the designated column in either the current row or the insert
2426 * This method updates a column value in either the current row or
2435 * @param columnIndex the first column is <code>1</code>, the second
2438 * @param x the new column value
2439 * @throws SQLException if (1) the given column index is out of bounds,
2449 * Sets the designated column in either the current row or the insert
2453 * This method updates a column value in the current row or the insert
2462 * @param columnIndex the first column is <code>1</code>, the second
2465 * @param x the new column value
2466 * @throws SQLException if (1) the given column index is out of bounds,
2476 * Sets the designated column in either the current row or the insert
2480 * This method updates a column value in either the current row or
2492 * @param columnIndex the first column is <code>1</code>, the second
2495 * @param x the new column value
2496 * @throws SQLException if (1) the given column index is out of bounds,
2506 * Sets the designated column in either the current row or the insert
2510 * This method updates a column value in either the current row or
2519 * @param columnIndex the first column is <code>1</code>, the second
2522 * @param x the new column value
2523 * @throws SQLException if (1) the given column index is out of bounds,
2533 * Sets the designated column in either the current row or the insert
2537 * This method updates a column value in either the current row or
2546 * @param columnIndex the first column is <code>1</code>, the second
2549 * @param x the new column value
2550 * @throws SQLException if (1) the given column index is out of bounds,
2552 * insert row, (3) the type of the designated column is not
2561 * Sets the designated column in either the current row or the insert
2565 * This method updates a column value in either the current row or
2574 * @param columnIndex the first column is <code>1</code>, the second
2577 * @param x the new column value
2578 * @throws SQLException if (1) the given column index is out of bounds,
2580 * insert row, (3) the type of the designated column is not
2589 * Sets the designated column in either the current row or the insert
2593 * This method updates a column value in either the current row or
2602 * @param columnIndex the first column is <code>1</code>, the second
2605 * @param x the new column value
2606 * @throws SQLException if (1) the given column index is out of bounds,
2608 * insert row, (3) the type of the designated column is not
2618 * Sets the designated column in either the current row or the insert
2622 * This method updates a column value in either the current row or
2631 * @param columnIndex the first column is <code>1</code>, the second
2634 * @param x the new column value
2643 * Sets the designated column in either the current row or the insert
2647 * This method updates a column value in either the current row or
2656 * @param columnIndex the first column is <code>1</code>, the second
2659 * @param x the new column value; must be a <code>java.io.InputStream</code>
2663 * @throws SQLException if (1) the given column index is out of bounds,
2673 * Sets the designated column in either the current row or the insert
2677 * This method updates a column value in either the current row or
2686 * @param columnIndex the first column is <code>1</code>, the second
2689 * @param x the new column value; must be a <code>java.io.Reader</code>
2694 * @throws SQLException if (1) the given column index is out of bounds,
2705 * Sets the designated column in either the current row or the insert
2709 * if the new column value is not a type that will be mapped to an SQL
2712 * This method updates a column value in either the current row or
2721 * @param columnIndex the first column is <code>1</code>, the second
2724 * @param x the new column value
2727 * @throws SQLException if (1) the given column index is out of bounds,
2737 * Sets the designated column in either the current row or the insert
2741 * This method updates a column value in either the current row or
2750 * @param columnIndex the first column is <code>1</code>, the second
2753 * @param x the new column value
2754 * @throws SQLException if (1) the given column index is out of bounds,
2766 * Sets the designated nullable column in the current row or the
2770 * This method updates a column value in the current row or the insert
2779 * SQL name of a column in this rowset, ignoring case
2780 * @throws SQLException if (1) the given column name does not match the
2781 * name of a column in this rowset, (2) the cursor is not on
2790 * Sets the designated column in either the current row or the insert
2794 * This method updates a column value in the current row or the insert
2804 * SQL name of a column in this rowset, ignoring case
2805 * @param x the new column value
2806 * @throws SQLException if (1) the given column name does not match the
2807 * name of a column in this rowset, (2) the cursor is not on
2816 * Sets the designated column in either the current row or the insert
2820 * This method updates a column value in the current row or the insert
2830 * SQL name of a column in this rowset, ignoring case
2831 * @param x the new column value
2832 * @throws SQLException if (1) the given column name does not match the
2833 * name of a column in this rowset, (2) the cursor is not on
2842 * Sets the designated column in either the current row or the insert
2846 * This method updates a column value in the current row or the insert
2856 * SQL name of a column in this rowset, ignoring case
2857 * @param x the new column value
2858 * @throws SQLException if (1) the given column name does not match the
2859 * name of a column in this rowset, (2) the cursor is not on
2868 * Sets the designated column in either the current row or the insert
2872 * This method updates a column value in the current row or the insert
2882 * SQL name of a column in this rowset, ignoring case
2883 * @param x the new column value
2884 * @throws SQLException if (1) the given column name does not match the
2885 * name of a column in this rowset, (2) the cursor is not on
2894 * Sets the designated column in either the current row or the insert
2898 * This method updates a column value in the current row or the insert
2908 * SQL name of a column in this rowset, ignoring case
2909 * @param x the new column value
2910 * @throws SQLException if (1) the given column name does not match the
2911 * name of a column in this rowset, (2) the cursor is not on
2920 * Sets the designated column in either the current row or the insert
2924 * This method updates a column value in the current row or the insert
2934 * SQL name of a column in this rowset, ignoring case
2935 * @param x the new column value
2936 * @throws SQLException if (1) the given column name does not match the
2937 * name of a column in this rowset, (2) the cursor is not on
2946 * Sets the designated column in either the current row or the insert
2950 * This method updates a column value in either the current row or
2960 * SQL name of a column in this rowset, ignoring case
2961 * @param x the new column value
2962 * @throws SQLException if (1) the given column name does not match the
2963 * name of a column in this rowset, (2) the cursor is not on
2972 * Sets the designated column in either the current row or the insert
2976 * This method updates a column value in the current row or the insert
2986 * SQL name of a column in this rowset, ignoring case
2987 * @param x the new column value
2988 * @throws SQLException if (1) the given column name does not match the
2989 * name of a column in this rowset, (2) the cursor is not on
2998 * Sets the designated column in either the current row or the insert
3002 * This method updates a column value in either the current row or
3012 * SQL name of a column in this rowset, ignoring case
3013 * @param x the new column value
3014 * @throws SQLException if (1) the given column name does not match the
3015 * name of a column in this rowset, (2) the cursor is not on
3024 * Sets the designated column in either the current row or the insert
3028 * This method updates a column value in either the current row or
3038 * SQL name of a column in this rowset, ignoring case
3039 * @param x the new column value
3040 * @throws SQLException if (1) the given column name does not match the
3041 * name of a column in this rowset, (2) the cursor is not on
3050 * Sets the designated column in either the current row or the insert
3054 * This method updates a column value in either the current row or
3064 * SQL name of a column in this rowset, ignoring case
3065 * @param x the new column value
3066 * @throws SQLException if (1) the given column name does not match the
3067 * name of a column in this rowset, (2) the cursor is not on
3069 * of the designated column is not an SQL <code>DATE</code> or
3078 * Sets the designated column in either the current row or the insert
3082 * This method updates a column value in either the current row or
3092 * SQL name of a column in this rowset, ignoring case
3093 * @param x the new column value
3094 * @throws SQLException if (1) the given column name does not match the
3095 * name of a column in this rowset, (2) the cursor is not on
3097 * of the designated column is not an SQL <code>TIME</code> or
3106 * Sets the designated column in either the current row or the insert
3110 * This method updates a column value in either the current row or
3120 * SQL name of a column in this rowset, ignoring case
3121 * @param x the new column value
3122 * @throws SQLException if the given column index is out of bounds or
3125 * @throws SQLException if (1) the given column name does not match the
3126 * name of a column in this rowset, (2) the cursor is not on
3128 * of the designated column is not an SQL <code>DATE</code>,
3140 * Sets the designated column in either the current row or the insert
3144 * This method updates a column value in either the current row or
3154 * SQL name of a column in this rowset, ignoring case
3155 * @param x the new column value
3164 * Sets the designated column in either the current row or the insert
3168 * This method updates a column value in either the current row or
3178 * SQL name of a column in this rowset, ignoring case
3179 * @param x the new column value; must be a <code>java.io.InputStream</code>
3183 * @throws SQLException if (1) the given column name does not match the
3184 * name of a column in this rowset, (2) the cursor is not on
3194 * Sets the designated column in either the current row or the insert
3198 * This method updates a column value in either the current row or
3208 * SQL name of a column in this rowset, ignoring case
3209 * @param x the new column value; must be a <code>java.io.Reader</code>
3214 * @throws SQLException if (1) the given column name does not match the
3215 * name of a column in this rowset, (2) the cursor is not on
3225 * Sets the designated column in either the current row or the insert
3229 * and is ignored if the new column value is not a type that will be
3232 * This method updates a column value in either the current row or
3242 * SQL name of a column in this rowset, ignoring case
3243 * @param x the new column value
3246 * @throws SQLException if the given column index is out of bounds or
3249 * @throws SQLException if (1) the given column name does not match the
3250 * name of a column in this rowset, (2) the cursor is not on
3259 * Sets the designated column in either the current row or the insert
3263 * This method updates a column value in either the current row or
3273 * SQL name of a column in this rowset, ignoring case
3274 * @param x the new column value
3275 * @throws SQLException if (1) the given column name does not match the
3276 * name of a column in this rowset, (2) the cursor is not on
3382 * methods to assign a value to each column in the row. A complete
3383 * row must be constructed; that is, every column that is not nullable
3393 * method should be called on a column only after an <code>updateXXX</code>
3394 * method has been called on that column; otherwise, the value returned is
3429 * Retrieves the value of the designated column in this
3433 * @param columnIndex the first column is <code>1</code>, the second
3437 * @throws SQLException if (1) the given column index is out of bounds,
3439 * insert row, or (3) the designated column does not store an
3447 * Retrieves the value of the designated column in this
3451 * @param columnIndex the first column is <code>1</code>, the second
3455 * @throws SQLException if (1) the given column index is out of bounds,
3457 * insert row, or (3) the designated column does not store an
3465 * Retrieves the value of the designated column in this
3469 * @param columnIndex the first column is <code>1</code>, the second
3473 * @throws SQLException if (1) the given column index is out of bounds,
3475 * insert row, or (3) the designated column does not store an
3483 * Retrieves the value of the designated column in this
3487 * @param columnIndex the first column is <code>1</code>, the second
3492 * @throws SQLException if (1) the given column index is out of bounds,
3494 * insert row, or (3) the designated column does not store an
3504 * Retrieves the value of the designated column in this
3509 * SQL name of a column in this rowset, ignoring case
3511 * @throws SQLException if (1) the given column name is not the name
3512 * of a column in this rowset, (2) the cursor is not on one of
3513 * this rowset's rows or its insert row, or (3) the column value
3521 * Retrieves the value of the designated column in this
3526 * SQL name of a column in this rowset, ignoring case
3529 * @throws SQLException if (1) the given column name is not the name of
3530 * a column in this rowset, (2) the cursor is not on one of
3532 * column does not store an SQL <code>BLOB</code> value
3539 * Retrieves the value of the designated column in this
3544 * SQL name of a column in this rowset, ignoring case
3547 * @throws SQLException if (1) the given column name is not the name of
3548 * a column in this rowset, (2) the cursor is not on one of
3550 * column does not store an SQL <code>CLOB</code> value
3557 * Retrieves the value of the designated column in this
3562 * SQL name of a column in this rowset, ignoring case
3565 * @throws SQLException if (1) the given column name is not the name of
3566 * a column in this rowset, (2) the cursor is not on one of
3568 * column does not store an SQL <code>ARRAY</code> value
3575 * Retrieves the value of the designated column in the current row
3580 * @param columnIndex the first column is <code>1</code>, the second
3585 * @return the column value; if the value is SQL <code>NULL</code>,
3587 * @throws SQLException if (1) the given column name is not the name of
3588 * a column in this rowset, (2) the cursor is not on one of
3590 * column does not store an SQL <code>DATE</code> or
3598 * Retrieves the value of the designated column in the current row
3604 * SQL name of a column in this rowset, ignoring case
3607 * @return the column value; if the value is SQL <code>NULL</code>,
3609 * @throws SQLException if (1) the given column name is not the name of
3610 * a column in this rowset, (2) the cursor is not on one of
3612 * column does not store an SQL <code>DATE</code> or
3620 * Retrieves the value of the designated column in the current row
3625 * @param columnIndex the first column is <code>1</code>, the second
3630 * @return the column value; if the value is SQL <code>NULL</code>,
3632 * @throws SQLException if (1) the given column name is not the name of
3633 * a column in this rowset, (2) the cursor is not on one of
3635 * column does not store an SQL <code>TIME</code> or
3643 * Retrieves the value of the designated column in the current row
3649 * SQL name of a column in this rowset, ignoring case
3652 * @return the column value; if the value is SQL <code>NULL</code>,
3654 * @throws SQLException if (1) the given column name is not the name of
3655 * a column in this rowset, (2) the cursor is not on one of
3657 * column does not store an SQL <code>TIME</code> or
3665 * Retrieves the value of the designated column in the current row
3670 * @param columnIndex the first column is <code>1</code>, the second
3675 * @return the column value; if the value is SQL <code>NULL</code>,
3677 * @throws SQLException if (1) the given column name is not the name of
3678 * a column in this rowset, (2) the cursor is not on one of
3680 * column does not store an SQL <code>TIME</code> or
3688 * Retrieves the value of the designated column in the current row
3695 * SQL name of a column in this rowset, ignoring case
3698 * @return the column value; if the value is SQL <code>NULL</code>,
3700 * @throws SQLException if (1) the given column name is not the name of
3701 * a column in this rowset, (2) the cursor is not on one of
3703 * column does not store an SQL <code>DATE</code>,
3756 * @return an array of column number that constites a primary
3769 * <code>keyCols</code> field with the given array of column
3788 * Sets the designated column in either the current row or the insert
3792 * This method updates a column value in the current row or the insert
3801 * @param columnIndex the first column is <code>1</code>, the second
3805 * the new column value
3806 * @throws SQLException if (1) the given column index is out of bounds,
3816 * Sets the designated column in either the current row or the insert
3820 * This method updates a column value in the current row or the insert
3829 * @param columnName a <code>String</code> object giving the name of the column
3830 * to be updated; must match one of the column names in this
3833 * the new column value
3834 * @throws SQLException if (1) the given column name is not valid,
3844 * Sets the designated column in either the current row or the insert
3848 * This method updates a column value in the current row or the insert
3857 * @param columnIndex the first column is <code>1</code>, the second
3861 * the new column value
3862 * @throws SQLException if (1) the given column index is out of bounds,
3872 * Sets the designated column in either the current row or the insert
3876 * This method updates a column value in the current row or the insert
3885 * @param columnName a <code>String</code> object giving the name of the column
3886 * to be updated; must match one of the column names in this
3889 * the new column value
3890 * @throws SQLException if (1) the given column name is not valid,
3900 * Sets the designated column in either the current row or the insert
3904 * This method updates a column value in the current row or the insert
3913 * @param columnIndex the first column is <code>1</code>, the second
3917 * the new column value
3918 * @throws SQLException if (1) the given column index is out of bounds,
3928 * Sets the designated column in either the current row or the insert
3932 * This method updates a column value in the current row or the insert
3941 * @param columnName a <code>String</code> object giving the name of the column
3942 * to be updated; must match one of the column names in this
3945 * the new column value
3946 * @throws SQLException if (1) the given column name is not valid,
3956 * Sets the designated column in either the current row or the insert
3960 * This method updates a column value in the current row or the insert
3969 * @param columnIndex the first column is <code>1</code>, the second
3973 * the new column value
3974 * @throws SQLException if (1) the given column index is out of bounds,
3984 * Sets the designated column in either the current row or the insert
3988 * This method updates a column value in the current row or the insert
3997 * @param columnName a <code>String</code> object giving the name of the column
3998 * to be updated; must match one of the column names in this
4001 * the new column value
4002 * @throws SQLException if (1) the given column name is not valid,
4245 * Returns the specified column of this <code>JoinRowSetImpl</code> object
4247 * column's data and utilitizes the <code>Vector</code> to establish the
4253 * stored in the specified column of this
4257 * an invalid column is provided.
4262 public Collection<?> toCollection(int column) throws SQLException {
4263 return crsInternal.toCollection(column);
4267 * Returns the specified column of this <code>JoinRowSetImpl</code> object
4269 * column's data and utilitizes the <code>Vector</code> to establish the
4275 * stored in the specified column of this
4279 * an invalid column is provided.
4284 public Collection<?> toCollection(String column) throws SQLException {
4285 return crsInternal.toCollection(column);