Lines Matching defs:parameterIndex

514     public void setNull(int parameterIndex, int sqlType) throws SQLException {
534 public void setBoolean(int parameterIndex, boolean x) throws SQLException {
544 public void setByte(int parameterIndex, byte x) throws SQLException {
554 public void setShort(int parameterIndex, short x) throws SQLException {
564 public void setInt(int parameterIndex, int x) throws SQLException {
574 public void setLong(int parameterIndex, long x) throws SQLException {
584 public void setFloat(int parameterIndex, float x) throws SQLException {
594 public void setDouble(int parameterIndex, double x) throws SQLException {
604 public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException {
614 public void setString(int parameterIndex, String x) throws SQLException {
624 public void setBytes(int parameterIndex, byte[] x) throws SQLException {
634 public void setDate(int parameterIndex, Date x) throws SQLException {
639 public void setTime(int parameterIndex, Time x) throws SQLException {
644 public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException {
654 public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException {
664 public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException {
674 public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException {
684 public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException {
694 public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException {
704 public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException {
714 public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException {
719 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException {
729 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException {
744 public void setObject(int parameterIndex, Object x) throws SQLException {
759 public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException {
764 public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException {
789 public void setClob(int parameterIndex, Reader reader, long length) throws SQLException {
794 public void setClob(int parameterIndex, Reader reader) throws SQLException {
819 public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException {
834 public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException {
849 public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException {
879 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
889 public void setRowId(int parameterIndex, RowId x) throws SQLException {
899 public void setNString(int parameterIndex, String value) throws SQLException {
909 public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException {
939 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException {
944 public void setNClob(int parameterIndex, NClob value) throws SQLException {
949 public void setNClob(int parameterIndex, Reader reader) throws SQLException {
954 public void setURL(int parameterIndex, URL x) throws SQLException {