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;
1222 * @param parameterIndex the first parameter is 1, the second is 2, ...
1237 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
1295 * @param parameterIndex the first parameter is 1, the second is 2, ...
1301 void setObject(int parameterIndex, Object x,
1392 * @param parameterIndex The first parameter is 1, the second is 2, ...
1396 void setObject(int parameterIndex, Object x) throws SQLException;
1431 * @param parameterIndex index of the first parameter is 1,
1438 * if parameterIndex does not correspond
1446 void setBlob(int parameterIndex, InputStream inputStream, long length)
1461 * @param parameterIndex index of the first parameter is 1,
1467 * if parameterIndex does not correspond
1473 void setBlob(int parameterIndex, InputStream inputStream)
1492 * @throws SQLException if parameterIndex does not correspond
1565 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1569 * a closed <code>PreparedStatement</code>, if parameterIndex does not correspond to a parameter
1575 void setClob(int parameterIndex, Reader reader, long length)
1590 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1593 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
1599 void setClob(int parameterIndex, Reader reader)
1614 * @throws SQLException if parameterIndex does not correspond to a parameter
1682 * @param parameterIndex the first parameter is 1, the second is 2, ...
1687 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
1739 * @param parameterIndex the first parameter is 1, the second is 2, ...
1744 void setTime(int parameterIndex, java.sql.Time x, Calendar cal)
1795 * @param parameterIndex the first parameter is 1, the second is 2, ...
1801 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal)
1902 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
1914 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException;
1938 * @param parameterIndex the first parameter is 1, the second is 2, ...
1944 void setRowId(int parameterIndex, RowId x) throws SQLException;
1966 * @param parameterIndex of the first parameter is 1, the second is 2, ...
1973 void setNString(int parameterIndex, String value) throws SQLException;
1994 * @param parameterIndex of the first parameter is 1, the second is 2, ...
2002 void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException;
2070 * @throws SQLException if parameterIndex does not correspond to a parameter
2116 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
2119 * @throws SQLException if parameterIndex does not correspond to a parameter
2129 void setNClob(int parameterIndex, Reader reader, long length)
2135 * @param parameterIndex of the first parameter is 1, the second is 2, ...
2142 void setNClob(int parameterIndex, NClob value) throws SQLException;
2155 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
2157 * @throws SQLException if parameterIndex does not correspond to a parameter
2167 void setNClob(int parameterIndex, Reader reader)
2175 * @param parameterIndex the first parameter is 1, the second is 2, ...
2182 void setURL(int parameterIndex, java.net.URL x) throws SQLException;