Lines Matching refs:param

325      * @param url - a JDBC URL for the database to which this <code>JdbcRowSet</code>
328 * @param user - the database user on whose behalf the connection
330 * @param password - the user's password
413 * @param res a valid <code>ResultSet</code> object
481 * @param md the <code>RowSetMetaData</code> object for this
484 * @param rsmd the <code>ResultSetMetaData</code> object from which new
709 Object[] param = null;
713 param = (Object[])params[i];
715 if (param.length == 2) {
716 if (param[0] == null) {
717 ps.setNull(i + 1, ((Integer)param[1]).intValue());
721 if (param[0] instanceof java.sql.Date ||
722 param[0] instanceof java.sql.Time ||
723 param[0] instanceof java.sql.Timestamp) {
725 if (param[1] instanceof java.util.Calendar) {
727 ps.setDate(i + 1, (java.sql.Date)param[0],
728 (java.util.Calendar)param[1]);
736 if (param[0] instanceof Reader) {
737 ps.setCharacterStream(i + 1, (Reader)param[0],
738 ((Integer)param[1]).intValue());
745 if (param[1] instanceof Integer) {
746 ps.setObject(i + 1, param[0], ((Integer)param[1]).intValue());
750 } else if (param.length == 3) {
752 if (param[0] == null) {
753 ps.setNull(i + 1, ((Integer)param[1]).intValue(),
754 (String)param[2]);
758 if (param[0] instanceof java.io.InputStream) {
759 switch (((Integer)param[2]).intValue()) {
762 (java.io.InputStream)param[0],
763 ((Integer)param[1]).intValue());
766 (java.io.InputStream)param[0],
767 ((Integer)param[1]).intValue());
770 (java.io.InputStream)param[0],
771 ((Integer)param[1]).intValue());
781 if (param[1] instanceof Integer && param[2] instanceof Integer) {
782 ps.setObject(i + 1, param[0], ((Integer)param[1]).intValue(),
783 ((Integer)param[2]).intValue());
882 * @param columnIndex the first column is 1, the second is 2, and so on
900 * @param columnIndex the first column is 1, the second is 2, and so on
918 * @param columnIndex the first column is 1, the second is 2, and so on
936 * @param columnIndex the first column is 1, the second is 2, and so on
954 * @param columnIndex the first column is 1, the second is 2, and so on
972 * @param columnIndex the first column is 1, the second is 2, and so on
990 * @param columnIndex the first column is 1, the second is 2, and so on
1008 * @param columnIndex the first column is 1, the second is 2, and so on
1026 * @param columnIndex the first column is 1, the second is 2, and so on
1027 * @param scale the number of digits to the right of the decimal point
1047 * @param columnIndex the first column is 1, the second is 2, and so on
1065 * @param columnIndex the first column is 1, the second is 2, and so on
1083 * @param columnIndex the first column is 1, the second is 2, and so on
1101 * @param columnIndex the first column is 1, the second is 2, and so on
1130 * @param columnIndex the first column is 1, the second is 2, and so on
1163 * @param columnIndex the first column is 1, the second is 2, and so on
1194 * @param columnIndex the first column is 1, the second is 2, and so on
1218 * @param columnName the SQL name of the column
1234 * @param columnName the SQL name of the column
1250 * @param columnName the SQL name of the column
1266 * @param columnName the SQL name of the column
1282 * @param columnName the SQL name of the column
1298 * @param columnName the SQL name of the column
1314 * @param columnName the SQL name of the column
1330 * @param columnName the SQL name of the column
1346 * @param columnName the SQL name of the column
1347 * @param scale the number of digits to the right of the decimal point
1365 * @param columnName the SQL name of the column
1381 * @param columnName the SQL name of the column
1397 * @param columnName the SQL name of the column
1414 * @param columnName the SQL name of the column
1440 * @param columnName the SQL name of the column
1470 * @param columnName the SQL name of the column
1499 * @param columnName the SQL name of the column
1641 * @param columnIndex the first column is 1, the second is 2, and so on
1674 * @param columnName the SQL name of the column
1691 * @param columnName the name of the column
1717 * @param columnIndex the first column is 1, the second is 2, and so on
1734 * @param columnName the name of the column
1747 * @param columnIndex the first column is 1, the second is 2, and so on
1766 * @param columnName the column name
2083 * @param rows the number of rows to fetch
2212 * @param columnIndex the first column is 1, the second is 2, and so on
2234 * @param columnIndex the first column is 1, the second is 2, and so on
2235 * @param x the new column value
2259 * @param columnIndex the first column is 1, the second is 2, and so on
2260 * @param x the new column value
2283 * @param columnIndex the first column is 1, the second is 2, and so on
2284 * @param x the new column value
2307 * @param columnIndex the first column is 1, the second is 2, and so on
2308 * @param x the new column value
2330 * @param columnIndex the first column is 1, the second is 2, and so on
2331 * @param x the new column value
2354 * @param columnIndex the first column is 1, the second is 2, and so on
2355 * @param x the new column value
2378 * @param columnIndex the first column is 1, the second is 2, and so on
2379 * @param x the new column value
2403 * @param columnIndex the first column is 1, the second is 2, and so on
2404 * @param x the new column value
2427 * @param columnIndex the first column is 1, the second is 2, and so on
2428 * @param x the new column value
2451 * @param columnIndex the first column is 1, the second is 2, and so on
2452 * @param x the new column value
2475 * @param columnIndex the first column is 1, the second is 2, and so on
2476 * @param x the new column value
2500 * @param columnIndex the first column is 1, the second is 2, and so on
2501 * @param x the new column value
2525 * @param columnIndex the first column is 1, the second is 2, and so on
2526 * @param x the new column value
2549 * @param columnIndex the first column is 1, the second is 2, and so on
2550 * @param x the new column value
2551 * @param length the length of the stream
2574 * @param columnIndex the first column is 1, the second is 2, and so on
2575 * @param x the new column value
2576 * @param length the length of the stream
2599 * @param columnIndex the first column is 1, the second is 2, and so on
2600 * @param x the new column value
2601 * @param length the length of the stream
2624 * @param columnIndex the first column is 1, the second is 2, and so on
2625 * @param x the new column value
2626 * @param scale for <code>java.sql.Types.DECIMAl</code>
2652 * @param columnIndex the first column is 1, the second is 2, and so on
2653 * @param x the new column value
2676 * @param columnName the name of the column
2693 * @param columnName the name of the column
2694 * @param x the new column value
2709 * @param columnName the name of the column
2710 * @param x the new column value
2725 * @param columnName the name of the column
2726 * @param x the new column value
2741 * @param columnName the name of the column
2742 * @param x the new column value
2757 * @param columnName the name of the column
2758 * @param x the new column value
2773 * @param columnName the name of the column
2774 * @param x the new column value
2789 * @param columnName the name of the column
2790 * @param x the new column value
2806 * @param columnName the name of the column
2807 * @param x the new column value
2822 * @param columnName the name of the column
2823 * @param x the new column value
2847 * @param columnName the name of the column
2848 * @param x the new column value
2863 * @param columnName the name of the column
2864 * @param x the new column value
2879 * @param columnName the name of the column
2880 * @param x the new column value
2896 * @param columnName the name of the column
2897 * @param x the new column value
2912 * @param columnName the name of the column
2913 * @param x the new column value
2914 * @param length the length of the stream
2929 * @param columnName the name of the column
2930 * @param x the new column value
2931 * @param length the length of the stream
2947 * @param columnName the name of the column
2948 * @param reader the new column <code>Reader</code> stream value
2949 * @param length the length of the stream
2964 * @param columnName the name of the column
2965 * @param x the new column value
2966 * @param scale for <code>java.sql.Types.DECIMAL</code>
2984 * @param columnName the name of the column
2985 * @param x the new column value
3189 * @param i the first column is 1, the second is 2, and so on
3190 * @param map a <code>java.util.Map</code> object that contains the mapping
3210 * @param i the first column is 1, the second is 2, and so on
3227 * @param i the first column is 1, the second is 2, and so on
3244 * @param i the first column is 1, the second is 2, and so on
3261 * @param i the first column is 1, the second is 2, and so on.
3280 * @param colName the name of the column from which to retrieve the value
3281 * @param map a <code>java.util.Map</code> object that contains the mapping
3299 * @param colName the column name
3314 * @param colName the name of the column from which to retrieve the value
3329 * @param colName the name of the column from which to retrieve the value
3344 * @param colName the name of the column from which to retrieve the value
3362 * @param columnIndex the first column is 1, the second is 2, and so on
3363 * @param cal the <code>java.util.Calendar</code> object
3385 * @param columnName the SQL name of the column from which to retrieve the value
3386 * @param cal the <code>java.util.Calendar</code> object
3407 * @param columnIndex the first column is 1, the second is 2, and so on
3408 * @param cal the <code>java.util.Calendar</code> object
3430 * @param columnName the SQL name of the column
3431 * @param cal the <code>java.util.Calendar</code> object
3452 * @param columnIndex the first column is 1, the second is 2, and so on
3453 * @param cal the <code>java.util.Calendar</code> object
3476 * @param columnName the SQL name of the column
3477 * @param cal the <code>java.util.Calendar</code> object
3505 * @param columnIndex the first column is <code>1</code>, the second
3508 * @param ref the new <code>Ref</code> column value
3534 * @param columnName a <code>String</code> object that must match the
3536 * @param ref the new column value
3561 * @param columnIndex the first column is <code>1</code>, the second
3564 * @param c the new column <code>Clob</code> value
3590 * @param columnName a <code>String</code> object that must match the
3592 * @param c the new column <code>Clob</code> value
3616 * @param columnIndex the first column is <code>1</code>, the second
3619 * @param b the new column <code>Blob</code> value
3644 * @param columnName a <code>String</code> object that must match the
3646 * @param b the new column <code>Blob</code> value
3670 * @param columnIndex the first column is <code>1</code>, the second
3673 * @param a the new column <code>Array</code> value
3698 * @param columnName a <code>String</code> object that must match the
3700 * @param a the new column <code>Array</code> value
3740 * @param columnIdxes the index into this rowset
3769 * @param columnIdxes the index into this rowset
3851 * @param columnIdxes the indexes into this rowset
3880 * @param columnNames the name of the column into this rowset
3908 * @param columnIdx the index into this rowset
3936 * @param columnName the name of the column into this rowset
3960 * @param columnIdx the index into this rowset
3986 * @param columnName the index into this rowset
4129 * @param s the <code>Savepoint</code> transaction marker to roll the
4180 * @param connection the <code>Connection</code> object.
4208 * @param preparedStatement the <code>PreparedStatement</code> object
4239 * @param resultSet the <code>ResultSet</code> object
4269 * @param command a <code>String</code> object containing an SQL query
4319 * @param dsName a <code>String</code> object with the name that can be supplied
4382 * @param url a <code>String</code> object that contains the JDBC URL
4432 * @param uname the <code>String</code> object containing the user name that
4476 * @param password the <code>String</code> object that represents the password
4502 * @param type one of the following constants:
4538 * @param concur one of the following constants:
4577 * @param transIso one of the following constants, listed in ascending order:
4611 * @param mRows an <code>int</code> indicating the current maximum number
4639 * @param columnIndex the first column is 1, the second is 2, ...
4651 * @param colName the name of the column from which to retrieve the value
4664 * @param columnIndex the first column is 1, the second 2, ...
4679 * @param columnName the name of the column
4696 * @param columnIndex the first column is 1, the second 2, ...
4697 * @param x the column value
4712 * @param columnName the name of the column
4713 * @param x the column value
4745 * @param columnIndex the first column is 1, the second 2, ...
4746 * @param nString the value for the column to be updated
4757 * @param columnName name of the Column
4758 * @param nString the value for the column to be updated
4770 * @param columnIndex the first column is 1, the second 2, ...
4771 * @param nClob the value for the column to be updated
4782 * @param columnName name of the column
4783 * @param nClob the value for the column to be updated
4796 * @param i the first column is 1, the second is 2, ...
4812 * @param colName the name of the column from which to retrieve the value
4833 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
4834 * @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value
4845 * @param parameterName the name of the parameter
4846 * @param xmlObject a <code>SQLXML</code> object that maps an <code>SQL XML</code> value
4859 * @param parameterIndex the first parameter is 1, the second is 2, ...
4860 * @param x the parameter value
4874 * @param parameterName the name of the parameter
4875 * @param x the parameter value
4892 * @param parameterIndex of the first parameter is 1, the second is 2, ...
4893 * @param value the parameter value
4918 * @param parameterIndex of the first parameter is 1, the second is 2, ...
4919 * @param value the parameter value
4935 * @param parameterName the name of the column to be set
4936 * @param value the parameter value
4958 * @param columnIndex the first column is 1, the second is 2, ...
4975 * @param columnName the name of the column
4993 * @param columnIndex the first column is 1, the second 2, ...
4994 * @param xmlObject the value for the column to be updated
5010 * @param columnName the name of the column
5011 * @param xmlObject the column value
5027 * @param columnIndex the first column is 1, the second is 2, ...
5045 * @param columnName the SQL name of the column
5064 * @param columnIndex - the first column is 1, the second is 2, ...
5065 * @param x - the new column value
5066 * @param length - the length of the stream
5086 * @param columnName - name of the Column
5087 * @param x - the new column value
5088 * @param length - the length of the stream
5116 * @param columnIndex the first column is 1, the second is 2, ...
5117 * @param x the new column value
5146 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5148 * @param reader the <code>java.io.Reader</code> object containing
5179 * @param columnIndex the first column is 1, the second is 2, ...
5180 * @param inputStream An object that contains the data to set the parameter
5182 * @param length the number of bytes in the parameter data.
5212 * @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
5213 * @param inputStream An object that contains the data to set the parameter
5215 * @param length the number of bytes in the parameter data.
5248 * @param columnIndex the first column is 1, the second is 2, ...
5249 * @param inputStream An object that contains the data to set the parameter
5282 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5284 * @param inputStream An object that contains the data to set the parameter
5315 * @param columnIndex the first column is 1, the second is 2, ...
5316 * @param reader An object that contains the data to set the parameter value to.
5317 * @param length the number of characters in the parameter data.
5347 * @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
5348 * @param reader An object that contains the data to set the parameter value to.
5349 * @param length the number of characters in the parameter data.
5382 * @param columnIndex the first column is 1, the second is 2, ...
5383 * @param reader An object that contains the data to set the parameter value to.
5416 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5418 * @param reader An object that contains the data to set the parameter value to.
5448 * @param columnIndex the first column is 1, the second 2, ...
5449 * @param reader An object that contains the data to set the parameter value to.
5450 * @param length the number of characters in the parameter data.
5482 * @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
5483 * @param reader An object that contains the data to set the parameter value to.
5484 * @param length the number of characters in the parameter data.
5519 * @param columnIndex the first column is 1, the second 2, ...
5520 * @param reader An object that contains the data to set the parameter value to.
5555 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5557 * @param reader An object that contains the data to set the parameter value to.
5580 * @param columnIndex the first column is 1, the second is 2, ...
5581 * @param x the new column value
5582 * @param length the length of the stream
5604 * @param columnIndex the first column is 1, the second is 2, ...
5605 * @param x the new column value
5606 * @param length the length of the stream
5628 * @param columnIndex the first column is 1, the second is 2, ...
5629 * @param x the new column value
5630 * @param length the length of the stream
5652 * @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
5653 * @param x the new column value
5654 * @param length the length of the stream
5679 * @param columnIndex the first column is 1, the second is 2, ...
5680 * @param x the new column value
5704 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5706 * @param x the new column value
5728 * @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
5729 * @param x the new column value
5730 * @param length the length of the stream
5755 * @param columnIndex the first column is 1, the second is 2, ...
5756 * @param x the new column value
5781 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5783 * @param x the new column value
5805 * @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
5806 * @param reader the <code>java.io.Reader</code> object containing
5808 * @param length the length of the stream
5833 * @param columnIndex the first column is 1, the second is 2, ...
5834 * @param x the new column value
5858 * @param columnLabel the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the la
5860 * @param reader the <code>java.io.Reader</code> object containing
5880 * @param parameterIndex the first parameter is 1, the second is 2, ...
5881 * @param x the <code>java.net.URL</code> object to be set
5903 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
5904 * @param reader An object that contains the data to set the parameter value to.
5930 * @param parameterName the name of the parameter to be set
5931 * @param reader An object that contains the data to set the parameter value to.
5932 * @param length the number of characters in the parameter data.
5960 * @param parameterName the name of the parameter
5961 * @param reader An object that contains the data to set the parameter value to.
5984 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
5985 * @param reader An object that contains the data to set the parameter value to.
5986 * @param length the number of characters in the parameter data.
6007 * @param parameterIndex of the first parameter is 1, the second is 2, ...
6008 * @param value the parameter value
6023 * @param parameterName the name of the column to be set
6024 * @param value the parameter value
6040 * @param parameterIndex of the first parameter is 1, the second is 2, ...
6041 * @param value the parameter value
6042 * @param length the number of characters in the parameter data.
6059 * @param parameterName the name of the column to be set
6060 * @param value the parameter value
6061 * @param length the number of characters in the parameter data.
6085 * @param parameterName the name of the parameter
6086 * @param value the parameter value
6108 * @param parameterName the name of the parameter
6109 * @param x the parameter value
6110 * @param cal the <code>Calendar</code> object the driver will use
6133 * @param parameterName the name of the parameter to be set
6134 * @param reader An object that contains the data to set the parameter value to.
6135 * @param length the number of characters in the parameter data.
6157 * @param parameterName the name of the parameter
6158 * @param x a <code>Clob</code> object that maps an SQL <code>CLOB</code> value
6181 * @param parameterName the name of the parameter
6182 * @param reader An object that contains the data to set the parameter value to.
6202 * @param parameterName the name of the parameter
6203 * @param x the parameter value
6226 * @param parameterName the name of the parameter
6227 * @param x the parameter value
6228 * @param cal the <code>Calendar</code> object the driver will use
6248 * @param parameterName the name of the parameter
6249 * @param x the parameter value
6272 * @param parameterName the name of the parameter
6273 * @param x the parameter value
6274 * @param cal the <code>Calendar</code> object the driver will use
6300 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
6301 * @param reader An object that contains the data to set the parameter value to.
6324 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
6325 * @param reader An object that contains the data to set the parameter value to.
6326 * @param length the number of characters in the parameter data.
6349 * @param parameterIndex index of the first parameter is 1,
6351 * @param inputStream An object that contains the data to set the parameter
6353 * @param length the number of bytes in the parameter data.
6382 * @param parameterIndex index of the first parameter is 1,
6386 * @param inputStream An object that contains the data to set the parameter
6411 * @param parameterName the name of the parameter to be set
6414 * @param inputStream An object that contains the data to set the parameter
6416 * @param length the number of bytes in the parameter data.
6438 * @param parameterName the name of the parameter
6439 * @param x a <code>Blob</code> object that maps an SQL <code>BLOB</code> value
6462 * @param parameterName the name of the parameter
6463 * @param inputStream An object that contains the data to set the parameter
6497 * @param parameterName the name of the parameter
6498 * @param x the object containing the input parameter value
6499 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
6501 * @param scale for java.sql.Types.DECIMAL or java.sql.Types.NUMERIC types,
6527 * @param parameterName the name of the parameter
6528 * @param x the object containing the input parameter value
6529 * @param targetSqlType the SQL type (as defined in java.sql.Types) to be
6574 * @param parameterName the name of the parameter
6575 * @param x the object containing the input parameter value
6601 * @param parameterName the name of the parameter
6602 * @param x the Java input stream that contains the ASCII parameter value
6603 * @param length the number of bytes in the stream
6628 * @param parameterName the name of the parameter
6629 * @param x the java input stream which contains the binary parameter value
6630 * @param length the number of bytes in the stream
6655 * @param parameterName the name of the parameter
6656 * @param reader the <code>java.io.Reader</code> object that
6658 * @param length the number of characters in the stream
6686 * @param parameterName the name of the parameter
6687 * @param x the Java input stream that contains the ASCII parameter value
6713 * @param parameterName the name of the parameter
6714 * @param x the java input stream which contains the binary parameter value
6741 * @param parameterName the name of the parameter
6742 * @param reader the <code>java.io.Reader</code> object that contains the
6760 * @param parameterName the name of the parameter
6761 * @param x the parameter value
6781 * @param parameterName the name of the parameter
6782 * @param x the parameter value
6803 * @param parameterName the name of the parameter
6804 * @param x the parameter value
6822 * @param parameterName the name of the parameter
6823 * @param x the parameter value
6841 * @param parameterName the name of the parameter
6842 * @param sqlType the SQL type code defined in <code>java.sql.Types</code>
6874 * @param parameterName the name of the parameter
6875 * @param sqlType a value from <code>java.sql.Types</code>
6876 * @param typeName the fully-qualified name of an SQL user-defined type;
6895 * @param parameterName the name of the parameter
6896 * @param x the parameter value
6915 * @param parameterName the name of the parameter
6916 * @param x the parameter value
6934 * @param parameterName the name of the parameter
6935 * @param x the parameter value
6953 * @param parameterName the name of the parameter
6954 * @param x the parameter value
6971 * @param parameterName the name of the parameter
6972 * @param x the parameter value
6990 * @param parameterName the name of the parameter
6991 * @param x the parameter value
7008 * @param parameterName the name of the parameter
7009 * @param x the parameter value