Searched refs:theObject (Results 1 - 9 of 9) sorted by relevance

/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_DriverManager.java104 static void printClassLoader(Object theObject) { argument
105 Class<? extends Object> theClass = theObject.getClass();
108 + " for object: " + theObject.toString());
H A DDriverManagerTest.java147 static void printClassLoader(Object theObject) { argument
148 Class<? extends Object> theClass = theObject.getClass();
151 + " for object: " + theObject.toString());
/dalvik/libcore/sql/src/main/java/java/sql/
H A DPreparedStatement.java464 * @param theObject
470 public void setObject(int parameterIndex, Object theObject) argument
486 * @param theObject
495 public void setObject(int parameterIndex, Object theObject, argument
511 * @param theObject
524 public void setObject(int parameterIndex, Object theObject, argument
H A DTimestamp.java177 * @param theObject
197 public int compareTo(Date theObject) throws ClassCastException { argument
198 return this.compareTo((Timestamp) theObject);
237 * @param theObject
245 public boolean equals(Object theObject) { argument
246 if (theObject instanceof Timestamp) {
247 return equals((Timestamp) theObject);
H A DDriverManager.java425 * @param theObject
432 private static boolean isClassFromClassLoader(Object theObject, argument
435 if ((theObject == null) || (theClassLoader == null)) {
439 Class<?> objectClass = theObject.getClass();
H A DSQLOutput.java220 * @param theObject
226 public void writeObject(SQLData theObject) throws SQLException; argument
H A DCallableStatement.java1169 * issuing this request to the connected database {@code theObject} is
1175 * If {@code theObject} implements any of the following interfaces then the
1185 * @param theObject
1191 public void setObject(String parameterName, Object theObject) argument
1197 * The parameter {@code theObject} is converted to the given {@code
1201 * SQL data stream. If {@code theObject} is an instance of one of the
1215 * @param theObject
1223 public void setObject(String parameterName, Object theObject, argument
1233 * {@code theObject} implements any of the following interfaces
1246 * @param theObject
1257 setObject(String parameterName, Object theObject, int targetSqlType, int scale) argument
[all...]
/dalvik/libcore/sql/src/main/java/javax/sql/
H A DRowSet.java636 * @param theObject
642 public void setObject(int parameterIndex, Object theObject) argument
652 * @param theObject
660 public void setObject(int parameterIndex, Object theObject, argument
670 * @param theObject
682 public void setObject(int parameterIndex, Object theObject, argument
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java185 public void setObject(int parameterIndex, Object theObject, argument
189 public void setObject(int parameterIndex, Object theObject, argument
193 public void setObject(int parameterIndex, Object theObject) argument

Completed in 106 milliseconds