Lines Matching defs:parameterIndex

102      * @param parameterIndex the first parameter is 1, the second is 2, ...
104 * @exception SQLException if parameterIndex does not correspond to a parameter
115 void setNull(int parameterIndex, int sqlType) throws SQLException;
122 * @param parameterIndex the first parameter is 1, the second is 2, ...
124 * @exception SQLException if parameterIndex does not correspond to a parameter
129 void setBoolean(int parameterIndex, boolean x) throws SQLException;
136 * @param parameterIndex the first parameter is 1, the second is 2, ...
138 * @exception SQLException if parameterIndex does not correspond to a parameter
142 void setByte(int parameterIndex, byte x) throws SQLException;
149 * @param parameterIndex the first parameter is 1, the second is 2, ...
151 * @exception SQLException if parameterIndex does not correspond to a parameter
155 void setShort(int parameterIndex, short x) throws SQLException;
162 * @param parameterIndex the first parameter is 1, the second is 2, ...
164 * @exception SQLException if parameterIndex does not correspond to a parameter
168 void setInt(int parameterIndex, int x) throws SQLException;
175 * @param parameterIndex the first parameter is 1, the second is 2, ...
177 * @exception SQLException if parameterIndex does not correspond to a parameter
181 void setLong(int parameterIndex, long x) throws SQLException;
188 * @param parameterIndex the first parameter is 1, the second is 2, ...
190 * @exception SQLException if parameterIndex does not correspond to a parameter
194 void setFloat(int parameterIndex, float x) throws SQLException;
201 * @param parameterIndex the first parameter is 1, the second is 2, ...
203 * @exception SQLException if parameterIndex does not correspond to a parameter
207 void setDouble(int parameterIndex, double x) throws SQLException;
214 * @param parameterIndex the first parameter is 1, the second is 2, ...
216 * @exception SQLException if parameterIndex does not correspond to a parameter
220 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException;
230 * @param parameterIndex the first parameter is 1, the second is 2, ...
232 * @exception SQLException if parameterIndex does not correspond to a parameter
236 void setString(int parameterIndex, String x) throws SQLException;
244 * @param parameterIndex the first parameter is 1, the second is 2, ...
246 * @exception SQLException if parameterIndex does not correspond to a parameter
250 void setBytes(int parameterIndex, byte x[]) throws SQLException;
259 * @param parameterIndex the first parameter is 1, the second is 2, ...
261 * @exception SQLException if parameterIndex does not correspond to a parameter
265 void setDate(int parameterIndex, java.sql.Date x)
273 * @param parameterIndex the first parameter is 1, the second is 2, ...
275 * @exception SQLException if parameterIndex does not correspond to a parameter
279 void setTime(int parameterIndex, java.sql.Time x)
288 * @param parameterIndex the first parameter is 1, the second is 2, ...
290 * @exception SQLException if parameterIndex does not correspond to a parameter
293 void setTimestamp(int parameterIndex, java.sql.Timestamp x)
309 * @param parameterIndex the first parameter is 1, the second is 2, ...
312 * @exception SQLException if parameterIndex does not correspond to a parameter
316 void setAsciiStream(int parameterIndex, java.io.InputStream x, int length)
336 * @param parameterIndex the first parameter is 1, the second is 2, ...
340 * @exception SQLException if parameterIndex does not correspond to a parameter
347 void setUnicodeStream(int parameterIndex, java.io.InputStream x,
362 * @param parameterIndex the first parameter is 1, the second is 2, ...
365 * @exception SQLException if parameterIndex does not correspond to a parameter
369 void setBinaryStream(int parameterIndex, java.io.InputStream x,
393 * @param parameterIndex the first parameter is 1, the second is 2, ...
397 * @exception SQLException if parameterIndex does not correspond to a parameter
409 void setObject(int parameterIndex, Object x, int targetSqlType)
437 * <code>setObject(int parameterIndex, Object x, int sqlType)</code>
439 * instead of <code>setObject(int parameterIndex, Object x)</code>.
444 * @param parameterIndex the first parameter is 1, the second is 2, ...
446 * @exception SQLException if parameterIndex does not correspond to a parameter
451 void setObject(int parameterIndex, Object x) throws SQLException;
511 * @param parameterIndex the first parameter is 1, the second is 2, ...
515 * @exception SQLException if parameterIndex does not correspond to a parameter
520 void setCharacterStream(int parameterIndex,
530 * @param parameterIndex the first parameter is 1, the second is 2, ...
532 * @exception SQLException if parameterIndex does not correspond to a parameter
538 void setRef (int parameterIndex, Ref x) throws SQLException;
545 * @param parameterIndex the first parameter is 1, the second is 2, ...
547 * @exception SQLException if parameterIndex does not correspond to a parameter
553 void setBlob (int parameterIndex, Blob x) throws SQLException;
560 * @param parameterIndex the first parameter is 1, the second is 2, ...
562 * @exception SQLException if parameterIndex does not correspond to a parameter
568 void setClob (int parameterIndex, Clob x) throws SQLException;
575 * @param parameterIndex the first parameter is 1, the second is 2, ...
577 * @exception SQLException if parameterIndex does not correspond to a parameter
583 void setArray (int parameterIndex, Array x) throws SQLException;
623 * @param parameterIndex the first parameter is 1, the second is 2, ...
627 * @exception SQLException if parameterIndex does not correspond to a parameter
632 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
645 * @param parameterIndex the first parameter is 1, the second is 2, ...
649 * @exception SQLException if parameterIndex does not correspond to a parameter
654 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
667 * @param parameterIndex the first parameter is 1, the second is 2, ...
671 * @exception SQLException if parameterIndex does not correspond to a parameter
676 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
700 * @param parameterIndex the first parameter is 1, the second is 2, ...
704 * @exception SQLException if parameterIndex does not correspond to a parameter
716 void setNull (int parameterIndex, int sqlType, String typeName)
726 * @param parameterIndex the first parameter is 1, the second is 2, ...
728 * @exception SQLException if parameterIndex does not correspond to a parameter
734 void setURL(int parameterIndex, java.net.URL x) throws SQLException;
757 * @param parameterIndex the first parameter is 1, the second is 2, ...
759 * @throws SQLException if parameterIndex does not correspond to a parameter
766 void setRowId(int parameterIndex, RowId x) throws SQLException;
777 * @param parameterIndex of the first parameter is 1, the second is 2, ...
779 * @throws SQLException if parameterIndex does not correspond to a parameter
787 void setNString(int parameterIndex, String value) throws SQLException;
794 * @param parameterIndex of the first parameter is 1, the second is 2, ...
797 * @throws SQLException if parameterIndex does not correspond to a parameter
805 void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException;
810 * @param parameterIndex of the first parameter is 1, the second is 2, ...
812 * @throws SQLException if parameterIndex does not correspond to a parameter
820 void setNClob(int parameterIndex, NClob value) throws SQLException;
831 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
834 * @throws SQLException if parameterIndex does not correspond to a parameter
841 void setClob(int parameterIndex, Reader reader, long length)
853 * @param parameterIndex index of the first parameter is 1,
858 * @throws SQLException if parameterIndex does not correspond to a parameter
868 void setBlob(int parameterIndex, InputStream inputStream, long length)
879 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
882 * @throws SQLException if parameterIndex does not correspond to a parameter
892 void setNClob(int parameterIndex, Reader reader, long length)
901 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
903 * @throws SQLException if parameterIndex does not correspond to a parameter
913 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException;
942 * @param parameterIndex the first parameter is 1, the second is 2, ...
953 * @exception SQLException if parameterIndex does not correspond to a parameter
970 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
985 * @param parameterIndex the first parameter is 1, the second is 2, ...
988 * @exception SQLException if parameterIndex does not correspond to a parameter
993 void setAsciiStream(int parameterIndex, java.io.InputStream x, long length)
1007 * @param parameterIndex the first parameter is 1, the second is 2, ...
1010 * @exception SQLException if parameterIndex does not correspond to a parameter
1015 void setBinaryStream(int parameterIndex, java.io.InputStream x,
1030 * @param parameterIndex the first parameter is 1, the second is 2, ...
1034 * @exception SQLException if parameterIndex does not correspond to a parameter
1039 void setCharacterStream(int parameterIndex,
1058 * @param parameterIndex the first parameter is 1, the second is 2, ...
1060 * @exception SQLException if parameterIndex does not correspond to a parameter
1066 void setAsciiStream(int parameterIndex, java.io.InputStream x)
1082 * @param parameterIndex the first parameter is 1, the second is 2, ...
1084 * @exception SQLException if parameterIndex does not correspond to a parameter
1090 void setBinaryStream(int parameterIndex, java.io.InputStream x)
1108 * @param parameterIndex the first parameter is 1, the second is 2, ...
1111 * @exception SQLException if parameterIndex does not correspond to a parameter
1117 void setCharacterStream(int parameterIndex,
1132 * @param parameterIndex of the first parameter is 1, the second is 2, ...
1134 * @throws SQLException if parameterIndex does not correspond to a parameter
1142 void setNCharacterStream(int parameterIndex, Reader value) throws SQLException;
1156 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1158 * @throws SQLException if parameterIndex does not correspond to a parameter
1160 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
1166 void setClob(int parameterIndex, Reader reader)
1181 * @param parameterIndex index of the first parameter is 1,
1185 * @throws SQLException if parameterIndex does not correspond to a parameter
1188 * if parameterIndex does not correspond
1194 void setBlob(int parameterIndex, InputStream inputStream)
1207 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1209 * @throws SQLException if parameterIndex does not correspond to a parameter
1219 void setNClob(int parameterIndex, Reader reader)