Lines Matching defs:parameterIndex

452    * @param parameterIndex the first parameter is 1, the second is 2, ...
456 void setNull(int parameterIndex, int sqlType) throws SQLException;
544 * @param parameterIndex the first parameter is 1, the second is 2, ...
548 void setBoolean(int parameterIndex, boolean x) throws SQLException;
571 * @param parameterIndex the first parameter is 1, the second is 2, ...
575 void setByte(int parameterIndex, byte x) throws SQLException;
598 * @param parameterIndex the first parameter is 1, the second is 2, ...
602 void setShort(int parameterIndex, short x) throws SQLException;
625 * @param parameterIndex the first parameter is 1, the second is 2, ...
629 void setInt(int parameterIndex, int x) throws SQLException;
652 * @param parameterIndex the first parameter is 1, the second is 2, ...
656 void setLong(int parameterIndex, long x) throws SQLException;
679 * @param parameterIndex the first parameter is 1, the second is 2, ...
683 void setFloat(int parameterIndex, float x) throws SQLException;
706 * @param parameterIndex the first parameter is 1, the second is 2, ...
710 void setDouble(int parameterIndex, double x) throws SQLException;
734 * @param parameterIndex the first parameter is 1, the second is 2, ...
738 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException;
764 * @param parameterIndex the first parameter is 1, the second is 2, ...
768 void setString(int parameterIndex, String x) throws SQLException;
796 * @param parameterIndex the first parameter is 1, the second is 2, ...
800 void setBytes(int parameterIndex, byte x[]) throws SQLException;
826 * @param parameterIndex the first parameter is 1, the second is 2, ...
830 void setDate(int parameterIndex, java.sql.Date x) throws SQLException;
838 * @param parameterIndex the first parameter is 1, the second is 2, ...
842 void setTime(int parameterIndex, java.sql.Time x) throws SQLException;
850 * @param parameterIndex the first parameter is 1, the second is 2, ...
854 void setTimestamp(int parameterIndex, java.sql.Timestamp x)
887 * @param parameterIndex the first parameter is 1, the second is 2, ...
892 void setAsciiStream(int parameterIndex, java.io.InputStream x, int length)
932 * @param parameterIndex the first parameter is 1, the second is 2, ...
937 void setBinaryStream(int parameterIndex, java.io.InputStream x,
976 * @param parameterIndex the first parameter is 1, the second is 2, ...
982 void setCharacterStream(int parameterIndex,
1029 * @param parameterIndex the first parameter is 1, the second is 2, ...
1036 void setAsciiStream(int parameterIndex, java.io.InputStream x)
1079 * @param parameterIndex the first parameter is 1, the second is 2, ...
1086 void setBinaryStream(int parameterIndex, java.io.InputStream x)
1130 * @param parameterIndex the first parameter is 1, the second is 2, ...
1138 void setCharacterStream(int parameterIndex,
1182 * @param parameterIndex of the first parameter is 1, the second is 2, ...
1191 void setNCharacterStream(int parameterIndex, Reader value) throws SQLException;
1223 * @param parameterIndex the first parameter is 1, the second is 2, ...
1238 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
1296 * @param parameterIndex the first parameter is 1, the second is 2, ...
1302 void setObject(int parameterIndex, Object x,
1393 * @param parameterIndex The first parameter is 1, the second is 2, ...
1397 void setObject(int parameterIndex, Object x) throws SQLException;
1433 * @param parameterIndex index of the first parameter is 1,
1440 * if parameterIndex does not correspond
1448 void setBlob(int parameterIndex, InputStream inputStream, long length)
1463 * @param parameterIndex index of the first parameter is 1,
1469 * if parameterIndex does not correspond
1475 void setBlob(int parameterIndex, InputStream inputStream)
1495 * @throws SQLException if parameterIndex does not correspond
1569 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1573 * a closed <code>PreparedStatement</code>, if parameterIndex does not correspond to a parameter
1579 void setClob(int parameterIndex, Reader reader, long length)
1594 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1597 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
1603 void setClob(int parameterIndex, Reader reader)
1619 * @throws SQLException if parameterIndex does not correspond to a parameter
1687 * @param parameterIndex the first parameter is 1, the second is 2, ...
1692 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
1744 * @param parameterIndex the first parameter is 1, the second is 2, ...
1749 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
1800 * @param parameterIndex the first parameter is 1, the second is 2, ...
1806 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
1907 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1919 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException;
1943 * @param parameterIndex the first parameter is 1, the second is 2, ...
1949 void setRowId(int parameterIndex, RowId x) throws SQLException;
1971 * @param parameterIndex of the first parameter is 1, the second is 2, ...
1978 void setNString(int parameterIndex, String value) throws SQLException;
1999 * @param parameterIndex of the first parameter is 1, the second is 2, ...
2007 void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException;
2076 * @throws SQLException if parameterIndex does not correspond to a parameter
2123 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
2126 * @throws SQLException if parameterIndex does not correspond to a parameter
2136 void setNClob(int parameterIndex, Reader reader, long length)
2142 * @param parameterIndex of the first parameter is 1, the second is 2, ...
2149 void setNClob(int parameterIndex, NClob value) throws SQLException;
2162 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
2164 * @throws SQLException if parameterIndex does not correspond to a parameter
2174 void setNClob(int parameterIndex, Reader reader)
2182 * @param parameterIndex the first parameter is 1, the second is 2, ...
2189 void setURL(int parameterIndex, java.net.URL x) throws SQLException;