Lines Matching defs:parameterIndex

7910       * @param parameterIndex index of the first parameter is 1, the second is 2, ...
7915 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
7937 * @param parameterIndex the first parameter is 1, the second is 2, ...
7943 public void setRowId(int parameterIndex, RowId x) throws SQLException {
7976 * @param parameterIndex of the first parameter is 1, the second is 2, ...
7985 public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException {
8935 * @param parameterIndex the first parameter is 1, the second is 2, ...
8942 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{
8957 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
8959 * @throws SQLException if parameterIndex does not correspond to a parameter
8969 public void setNClob(int parameterIndex, Reader reader)
8987 * @throws SQLException if parameterIndex does not correspond to a parameter
9039 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
9042 * @throws SQLException if parameterIndex does not correspond to a parameter
9052 public void setNClob(int parameterIndex, Reader reader, long length)
9062 * @param parameterIndex of the first parameter is 1, the second is 2, ...
9069 public void setNClob(int parameterIndex, NClob value) throws SQLException{
9082 * @param parameterIndex of the first parameter is 1, the second is 2, ...
9089 public void setNString(int parameterIndex, String value) throws SQLException{
9116 * @param parameterIndex of the first parameter is 1, the second is 2, ...
9124 public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException{
9211 * @throws SQLException if parameterIndex does not correspond to a parameter
9377 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
9380 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
9386 public void setClob(int parameterIndex, Reader reader)
9400 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
9404 * a closed <code>PreparedStatement</code>, if parameterIndex does not correspond to a parameter
9410 public void setClob(int parameterIndex, Reader reader, long length)
9425 * @param parameterIndex index of the first parameter is 1,
9432 * if parameterIndex does not correspond
9440 public void setBlob(int parameterIndex, InputStream inputStream, long length)
9458 * @param parameterIndex index of the first parameter is 1,
9464 * if parameterIndex does not correspond
9470 public void setBlob(int parameterIndex, InputStream inputStream)
9492 * @throws SQLException if parameterIndex does not correspond