Lines Matching defs:parameterIndex

4833       * @param parameterIndex index of the first parameter is 1, the second is 2, ...
4838 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
4859 * @param parameterIndex the first parameter is 1, the second is 2, ...
4865 public void setRowId(int parameterIndex, RowId x) throws SQLException {
4892 * @param parameterIndex of the first parameter is 1, the second is 2, ...
4899 public void setNString(int parameterIndex, String value) throws SQLException {
4918 * @param parameterIndex of the first parameter is 1, the second is 2, ...
4927 public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException {
5880 * @param parameterIndex the first parameter is 1, the second is 2, ...
5887 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{
5903 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
5905 * @throws SQLException if parameterIndex does not correspond to a parameter
5915 public void setNClob(int parameterIndex, Reader reader)
5933 * @throws SQLException if parameterIndex does not correspond to a parameter
5984 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
5987 * @throws SQLException if parameterIndex does not correspond to a parameter
5997 public void setNClob(int parameterIndex, Reader reader, long length)
6007 * @param parameterIndex of the first parameter is 1, the second is 2, ...
6014 public void setNClob(int parameterIndex, NClob value) throws SQLException{
6040 * @param parameterIndex of the first parameter is 1, the second is 2, ...
6048 public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException{
6136 * @throws SQLException if parameterIndex does not correspond to a parameter
6300 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
6303 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
6309 public void setClob(int parameterIndex, Reader reader)
6324 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
6328 * a closed <code>PreparedStatement</code>, if parameterIndex does not correspond to a parameter
6334 public void setClob(int parameterIndex, Reader reader, long length)
6349 * @param parameterIndex index of the first parameter is 1,
6356 * if parameterIndex does not correspond
6364 public void setBlob(int parameterIndex, InputStream inputStream, long length)
6382 * @param parameterIndex index of the first parameter is 1,
6390 * if parameterIndex does not correspond
6396 public void setBlob(int parameterIndex, InputStream inputStream)
6417 * @throws SQLException if parameterIndex does not correspond