Lines Matching defs:x

762     public void updateBoolean(int columnIndex, boolean x) throws SQLException {  in updateBoolean()
771 public void updateByte(int columnIndex, byte x) throws SQLException { in updateByte()
780 public void updateShort(int columnIndex, short x) throws SQLException { in updateShort()
789 public void updateInt(int columnIndex, int x) throws SQLException { in updateInt()
798 public void updateLong(int columnIndex, long x) throws SQLException { in updateLong()
807 public void updateFloat(int columnIndex, float x) throws SQLException { in updateFloat()
816 public void updateDouble(int columnIndex, double x) throws SQLException { in updateDouble()
825 public void updateString(int columnIndex, String x) throws SQLException { in updateString()
834 public void updateBytes(int columnIndex, byte[] x) throws SQLException { in updateBytes()
843 public void updateDate(int columnIndex, Date x) throws SQLException { in updateDate()
852 public void updateTime(int columnIndex, Time x) throws SQLException { in updateTime()
861 public void updateTimestamp(int columnIndex, DateTime x) throws SQLException { in updateTimestamp()
871 … public void updateBinaryStream(int columnIndex, XInputStream x, int length) throws SQLException { in updateBinaryStream()
881 …public void updateCharacterStream(int columnIndex, XInputStream x, int length) throws SQLException… in updateCharacterStream()
893 public void updateObject(int columnIndex, Object x) throws SQLException { in updateObject()
902 public void updateNumericObject(int columnIndex, Object x, int scale) throws SQLException { in updateNumericObject()