Lines Matching defs:parameterIndex

103      * @param parameterIndex the first parameter is 1, the second is 2, ...
105 * @exception SQLException if parameterIndex does not correspond to a parameter
116 void setNull(int parameterIndex, int sqlType) throws SQLException;
123 * @param parameterIndex the first parameter is 1, the second is 2, ...
125 * @exception SQLException if parameterIndex does not correspond to a parameter
130 void setBoolean(int parameterIndex, boolean x) throws SQLException;
137 * @param parameterIndex the first parameter is 1, the second is 2, ...
139 * @exception SQLException if parameterIndex does not correspond to a parameter
143 void setByte(int parameterIndex, byte x) throws SQLException;
150 * @param parameterIndex the first parameter is 1, the second is 2, ...
152 * @exception SQLException if parameterIndex does not correspond to a parameter
156 void setShort(int parameterIndex, short x) throws SQLException;
163 * @param parameterIndex the first parameter is 1, the second is 2, ...
165 * @exception SQLException if parameterIndex does not correspond to a parameter
169 void setInt(int parameterIndex, int x) throws SQLException;
176 * @param parameterIndex the first parameter is 1, the second is 2, ...
178 * @exception SQLException if parameterIndex does not correspond to a parameter
182 void setLong(int parameterIndex, long x) throws SQLException;
189 * @param parameterIndex the first parameter is 1, the second is 2, ...
191 * @exception SQLException if parameterIndex does not correspond to a parameter
195 void setFloat(int parameterIndex, float x) throws SQLException;
202 * @param parameterIndex the first parameter is 1, the second is 2, ...
204 * @exception SQLException if parameterIndex does not correspond to a parameter
208 void setDouble(int parameterIndex, double x) throws SQLException;
215 * @param parameterIndex the first parameter is 1, the second is 2, ...
217 * @exception SQLException if parameterIndex does not correspond to a parameter
221 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException;
231 * @param parameterIndex the first parameter is 1, the second is 2, ...
233 * @exception SQLException if parameterIndex does not correspond to a parameter
237 void setString(int parameterIndex, String x) throws SQLException;
245 * @param parameterIndex the first parameter is 1, the second is 2, ...
247 * @exception SQLException if parameterIndex does not correspond to a parameter
251 void setBytes(int parameterIndex, byte x[]) throws SQLException;
260 * @param parameterIndex the first parameter is 1, the second is 2, ...
262 * @exception SQLException if parameterIndex does not correspond to a parameter
266 void setDate(int parameterIndex, java.sql.Date x)
274 * @param parameterIndex the first parameter is 1, the second is 2, ...
276 * @exception SQLException if parameterIndex does not correspond to a parameter
280 void setTime(int parameterIndex, java.sql.Time x)
289 * @param parameterIndex the first parameter is 1, the second is 2, ...
291 * @exception SQLException if parameterIndex does not correspond to a parameter
294 void setTimestamp(int parameterIndex, java.sql.Timestamp x)
310 * @param parameterIndex the first parameter is 1, the second is 2, ...
313 * @exception SQLException if parameterIndex does not correspond to a parameter
317 void setAsciiStream(int parameterIndex, java.io.InputStream x, int length)
337 * @param parameterIndex the first parameter is 1, the second is 2, ...
341 * @exception SQLException if parameterIndex does not correspond to a parameter
349 void setUnicodeStream(int parameterIndex, java.io.InputStream x,
364 * @param parameterIndex the first parameter is 1, the second is 2, ...
367 * @exception SQLException if parameterIndex does not correspond to a parameter
371 void setBinaryStream(int parameterIndex, java.io.InputStream x,
393 * This method is similar to {@link #setObject(int parameterIndex,
397 * @param parameterIndex the first parameter is 1, the second is 2, ...
401 * @exception SQLException if parameterIndex does not correspond to a parameter
408 void setObject(int parameterIndex, Object x, int targetSqlType)
434 * <code>setObject(int parameterIndex, Object x, int sqlType)</code>
436 * instead of <code>setObject(int parameterIndex, Object x)</code>.
441 * @param parameterIndex the first parameter is 1, the second is 2, ...
443 * @exception SQLException if parameterIndex does not correspond to a parameter
448 void setObject(int parameterIndex, Object x) throws SQLException;
508 * @param parameterIndex the first parameter is 1, the second is 2, ...
512 * @exception SQLException if parameterIndex does not correspond to a parameter
517 void setCharacterStream(int parameterIndex,
527 * @param parameterIndex the first parameter is 1, the second is 2, ...
529 * @exception SQLException if parameterIndex does not correspond to a parameter
535 void setRef (int parameterIndex, Ref x) throws SQLException;
542 * @param parameterIndex the first parameter is 1, the second is 2, ...
544 * @exception SQLException if parameterIndex does not correspond to a parameter
550 void setBlob (int parameterIndex, Blob x) throws SQLException;
557 * @param parameterIndex the first parameter is 1, the second is 2, ...
559 * @exception SQLException if parameterIndex does not correspond to a parameter
565 void setClob (int parameterIndex, Clob x) throws SQLException;
572 * @param parameterIndex the first parameter is 1, the second is 2, ...
574 * @exception SQLException if parameterIndex does not correspond to a parameter
580 void setArray (int parameterIndex, Array x) throws SQLException;
620 * @param parameterIndex the first parameter is 1, the second is 2, ...
624 * @exception SQLException if parameterIndex does not correspond to a parameter
629 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
642 * @param parameterIndex the first parameter is 1, the second is 2, ...
646 * @exception SQLException if parameterIndex does not correspond to a parameter
651 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
664 * @param parameterIndex the first parameter is 1, the second is 2, ...
668 * @exception SQLException if parameterIndex does not correspond to a parameter
673 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
697 * @param parameterIndex the first parameter is 1, the second is 2, ...
701 * @exception SQLException if parameterIndex does not correspond to a parameter
713 void setNull (int parameterIndex, int sqlType, String typeName)
723 * @param parameterIndex the first parameter is 1, the second is 2, ...
725 * @exception SQLException if parameterIndex does not correspond to a parameter
731 void setURL(int parameterIndex, java.net.URL x) throws SQLException;
754 * @param parameterIndex the first parameter is 1, the second is 2, ...
756 * @throws SQLException if parameterIndex does not correspond to a parameter
763 void setRowId(int parameterIndex, RowId x) throws SQLException;
774 * @param parameterIndex of the first parameter is 1, the second is 2, ...
776 * @throws SQLException if parameterIndex does not correspond to a parameter
784 void setNString(int parameterIndex, String value) throws SQLException;
791 * @param parameterIndex of the first parameter is 1, the second is 2, ...
794 * @throws SQLException if parameterIndex does not correspond to a parameter
802 void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException;
807 * @param parameterIndex of the first parameter is 1, the second is 2, ...
809 * @throws SQLException if parameterIndex does not correspond to a parameter
817 void setNClob(int parameterIndex, NClob value) throws SQLException;
828 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
831 * @throws SQLException if parameterIndex does not correspond to a parameter
838 void setClob(int parameterIndex, Reader reader, long length)
851 * @param parameterIndex index of the first parameter is 1,
856 * @throws SQLException if parameterIndex does not correspond to a parameter
866 void setBlob(int parameterIndex, InputStream inputStream, long length)
877 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
880 * @throws SQLException if parameterIndex does not correspond to a parameter
890 void setNClob(int parameterIndex, Reader reader, long length)
898 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
900 * @throws SQLException if parameterIndex does not correspond to a parameter
910 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException;
937 * @param parameterIndex the first parameter is 1, the second is 2, ...
948 * @exception SQLException if parameterIndex does not correspond to a parameter
959 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
974 * @param parameterIndex the first parameter is 1, the second is 2, ...
977 * @exception SQLException if parameterIndex does not correspond to a parameter
982 void setAsciiStream(int parameterIndex, java.io.InputStream x, long length)
996 * @param parameterIndex the first parameter is 1, the second is 2, ...
999 * @exception SQLException if parameterIndex does not correspond to a parameter
1004 void setBinaryStream(int parameterIndex, java.io.InputStream x,
1019 * @param parameterIndex the first parameter is 1, the second is 2, ...
1023 * @exception SQLException if parameterIndex does not correspond to a parameter
1028 void setCharacterStream(int parameterIndex,
1047 * @param parameterIndex the first parameter is 1, the second is 2, ...
1049 * @exception SQLException if parameterIndex does not correspond to a parameter
1055 void setAsciiStream(int parameterIndex, java.io.InputStream x)
1071 * @param parameterIndex the first parameter is 1, the second is 2, ...
1073 * @exception SQLException if parameterIndex does not correspond to a parameter
1079 void setBinaryStream(int parameterIndex, java.io.InputStream x)
1097 * @param parameterIndex the first parameter is 1, the second is 2, ...
1100 * @exception SQLException if parameterIndex does not correspond to a parameter
1106 void setCharacterStream(int parameterIndex,
1121 * @param parameterIndex of the first parameter is 1, the second is 2, ...
1123 * @throws SQLException if parameterIndex does not correspond to a parameter
1131 void setNCharacterStream(int parameterIndex, Reader value) throws SQLException;
1145 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1147 * @throws SQLException if parameterIndex does not correspond to a parameter
1149 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
1155 void setClob(int parameterIndex, Reader reader)
1170 * @param parameterIndex index of the first parameter is 1,
1174 * @throws SQLException if parameterIndex does not correspond to a parameter
1177 * if parameterIndex does not correspond
1183 void setBlob(int parameterIndex, InputStream inputStream)
1196 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1198 * @throws SQLException if parameterIndex does not correspond to a parameter
1208 void setNClob(int parameterIndex, Reader reader)
1241 * @param parameterIndex the first parameter is 1, the second is 2, ...
1252 * @exception SQLException if parameterIndex does not correspond to a
1264 default void setObject(int parameterIndex, Object x, SQLType targetSqlType,
1272 * This method is similar to {@link #setObject(int parameterIndex,
1278 * @param parameterIndex the first parameter is 1, the second is 2, ...
1281 * @exception SQLException if parameterIndex does not correspond to a
1290 default void setObject(int parameterIndex, Object x, SQLType targetSqlType)