Lines Matching defs:parameterIndex

7902       * @param parameterIndex index of the first parameter is 1, the second is 2, ...
7907 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
7929 * @param parameterIndex the first parameter is 1, the second is 2, ...
7935 public void setRowId(int parameterIndex, RowId x) throws SQLException {
7968 * @param parameterIndex of the first parameter is 1, the second is 2, ...
7977 public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException {
8927 * @param parameterIndex the first parameter is 1, the second is 2, ...
8934 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{
8949 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
8951 * @throws SQLException if parameterIndex does not correspond to a parameter
8961 public void setNClob(int parameterIndex, Reader reader)
8979 * @throws SQLException if parameterIndex does not correspond to a parameter
9031 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
9034 * @throws SQLException if parameterIndex does not correspond to a parameter
9044 public void setNClob(int parameterIndex, Reader reader, long length)
9054 * @param parameterIndex of the first parameter is 1, the second is 2, ...
9061 public void setNClob(int parameterIndex, NClob value) throws SQLException{
9074 * @param parameterIndex of the first parameter is 1, the second is 2, ...
9081 public void setNString(int parameterIndex, String value) throws SQLException{
9108 * @param parameterIndex of the first parameter is 1, the second is 2, ...
9116 public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException{
9203 * @throws SQLException if parameterIndex does not correspond to a parameter
9369 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
9372 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
9378 public void setClob(int parameterIndex, Reader reader)
9392 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
9396 * a closed <code>PreparedStatement</code>, if parameterIndex does not correspond to a parameter
9402 public void setClob(int parameterIndex, Reader reader, long length)
9417 * @param parameterIndex index of the first parameter is 1,
9424 * if parameterIndex does not correspond
9432 public void setBlob(int parameterIndex, InputStream inputStream, long length)
9450 * @param parameterIndex index of the first parameter is 1,
9456 * if parameterIndex does not correspond
9462 public void setBlob(int parameterIndex, InputStream inputStream)
9484 * @throws SQLException if parameterIndex does not correspond