Home
last modified time | relevance | path

Searched refs:setObject (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java1237 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) in setObject() method
1281 void setObject(String parameterName, Object x, int targetSqlType, int scale) in setObject() method
1301 void setObject(int parameterIndex, Object x, in setObject() method
1325 void setObject(String parameterName, Object x, int targetSqlType) in setObject() method
1364 void setObject(String parameterName, Object x) throws SQLException; in setObject() method
1396 void setObject(int parameterIndex, Object x) throws SQLException; in setObject() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java413 void setObject(int parameterIndex, Object x, int targetSqlType) in setObject() method
455 void setObject(int parameterIndex, Object x) throws SQLException; in setObject() method
974 void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) in setObject() method
DRef.java125 void setObject(Object value) throws SQLException; in setObject() method
DCallableStatement.java1125 void setObject(String parameterName, Object x, int targetSqlType, int scale) in setObject() method
1150 void setObject(String parameterName, Object x, int targetSqlType) in setObject() method
1195 void setObject(String parameterName, Object x) throws SQLException; in setObject() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1642 ps.setObject(1, Integer.MAX_VALUE); in testSetObject_int_Object()
1660 ps.setObject(1, "test text"); in testSetObject_int_Object()
1677 ps.setObject(1, new Object()); in testSetObject_int_Object()
1688 ps.setObject(1, d); in testSetObject_int_Object()
1707 ps.setObject(1, null); in testSetObject_int_Object()
1723 ps.setObject(1, "test text"); in testSetObject_int_Object()
1741 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER); in testSetObject_int_Object_int()
1759 ps.setObject(1, "test text", Types.CHAR); in testSetObject_int_Object_int()
1774 ps.setObject(1, new Object(), Types.DECIMAL); in testSetObject_int_Object_int()
1782 ps.setObject(1, d, Types.DATE); in testSetObject_int_Object_int()
[all …]
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java1504 handles.setObject(passHandle, rep); in checkResolve()
1879 handles.setObject(enumHandle, result); in readEnum()
1931 handles.setObject(passHandle, obj); in readOrdinaryObject()
1960 handles.setObject(passHandle, obj = rep); in readOrdinaryObject()
3786 void setObject(int handle, Object obj) { in setObject() method in ObjectInputStream.HandleTable
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java726 void setObject(int handle, java.lang.Object obj) { in setObject() method in ObjectInputStream.HandleTable
/libcore/api/
Dcurrent.txt9757 method public void setObject(String, Object, int, int) throws java.sql.SQLException;
9758 method public void setObject(String, Object, int) throws java.sql.SQLException;
9759 method public void setObject(String, Object) throws java.sql.SQLException;
10201 method public void setObject(int, Object, int) throws java.sql.SQLException;
10202 method public void setObject(int, Object) throws java.sql.SQLException;
10203 method public void setObject(int, Object, int, int) throws java.sql.SQLException;
10221 method public void setObject(Object) throws java.sql.SQLException;
20092 method public void setObject(int, Object, int, int) throws java.sql.SQLException;
20093 method public void setObject(String, Object, int, int) throws java.sql.SQLException;
20094 method public void setObject(int, Object, int) throws java.sql.SQLException;
[all …]