Lines Matching defs:index

157     public synchronized void setArray(int index, XArray x) throws SQLException {  in setArray()
164 …public synchronized void setBinaryStream(int index, XInputStream x, int length) throws SQLExceptio… in setBinaryStream()
179 public synchronized void setBlob(int index, XBlob x) throws SQLException { in setBlob()
186 public synchronized void setBoolean(int index, boolean x) throws SQLException { in setBoolean()
197 public synchronized void setByte(int index, byte x) throws SQLException { in setByte()
208 public synchronized void setBytes(int index, byte[] x) throws SQLException { in setBytes()
219 …public synchronized void setCharacterStream(int index, XInputStream x, int length) throws SQLExcep… in setCharacterStream()
235 public synchronized void setClob(int index, XClob x) throws SQLException { in setClob()
242 public synchronized void setDate(int index, Date x) throws SQLException { in setDate()
254 public synchronized void setDouble(int index, double x) throws SQLException { in setDouble()
265 public synchronized void setFloat(int index, float x) throws SQLException { in setFloat()
276 public synchronized void setInt(int index, int x) throws SQLException { in setInt()
287 public synchronized void setLong(int index, long x) throws SQLException { in setLong()
298 public synchronized void setNull(int index, int sqlType) throws SQLException { in setNull()
309 public void setObject(int index, Object x) throws SQLException { in setObject()
318 …public synchronized void setObjectNull(int index, int sqlType, String typeName) throws SQLExceptio… in setObjectNull()
329 …public synchronized void setObjectWithInfo(int index, Object x, int targetSqlType, int scale) thro… in setObjectWithInfo()
357 public void setRef(int index, XRef x) throws SQLException { in setRef()
364 public synchronized void setShort(int index, short x) throws SQLException { in setShort()
375 public synchronized void setString(int index, String x) throws SQLException { in setString()
386 public synchronized void setTime(int index, Time x) throws SQLException { in setTime()
398 public synchronized void setTimestamp(int index, DateTime x) throws SQLException { in setTimestamp()