Lines Matching defs:parameterIndex

4699       * @param parameterIndex index of the first parameter is 1, the second is 2, ...
4704 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
4725 * @param parameterIndex the first parameter is 1, the second is 2, ...
4731 public void setRowId(int parameterIndex, RowId x) throws SQLException {
4758 * @param parameterIndex of the first parameter is 1, the second is 2, ...
4765 public void setNString(int parameterIndex, String value) throws SQLException {
4784 * @param parameterIndex of the first parameter is 1, the second is 2, ...
4793 public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException {
5764 * @param parameterIndex the first parameter is 1, the second is 2, ...
5771 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{
5787 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
5789 * @throws SQLException if parameterIndex does not correspond to a parameter
5799 public void setNClob(int parameterIndex, Reader reader)
5818 * @throws SQLException if parameterIndex does not correspond to a parameter
5871 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
5874 * @throws SQLException if parameterIndex does not correspond to a parameter
5884 public void setNClob(int parameterIndex, Reader reader, long length)
5894 * @param parameterIndex of the first parameter is 1, the second is 2, ...
5901 public void setNClob(int parameterIndex, NClob value) throws SQLException{
5927 * @param parameterIndex of the first parameter is 1, the second is 2, ...
5935 public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException{
6024 * @throws SQLException if parameterIndex does not correspond to a parameter
6188 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
6191 * a closed {@code PreparedStatement}or if parameterIndex does not correspond to a parameter
6197 public void setClob(int parameterIndex, Reader reader)
6212 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
6216 * a closed {@code PreparedStatement}, if parameterIndex does not correspond to a parameter
6222 public void setClob(int parameterIndex, Reader reader, long length)
6238 * @param parameterIndex index of the first parameter is 1,
6245 * if parameterIndex does not correspond
6253 public void setBlob(int parameterIndex, InputStream inputStream, long length)
6271 * @param parameterIndex index of the first parameter is 1,
6278 * if parameterIndex does not correspond
6284 public void setBlob(int parameterIndex, InputStream inputStream)
6305 * @throws SQLException if parameterIndex does not correspond