Searched refs:setObject (Results 26 - 45 of 45) sorted by relevance

12

/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java496 pstmt.setObject(++idx, params[i]);
748 pstmt.setObject(i + 1, obj);
757 pstmt.setObject(++idx, params[i]);
892 pstmt.setObject(i, obj);
956 pstmt.setObject(++idx, params[i]);
1024 pstmt.setObject(++idx, params[i]);
1379 pStmt.setObject(++idx, obj);
1389 pStmt.setObject(++idx, param[i]);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java69 setObject(nodeSet.getIteratorCache());
88 setObject(val.m_obj);
437 setObject(mnl);
H A DXRTreeFrag.java122 setObject(null);
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubCallableStatement.java288 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubCallableStatement
293 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubCallableStatement
298 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubCallableStatement
/openjdk10/jdk/test/javax/sql/testng/test/rowset/
H A DBaseRowSetTests.java319 brs.setObject(16, query);
320 brs.setObject(17, query, Types.CHAR);
321 brs.setObject(18, query, Types.CHAR, 0);
H A DCommonRowSetTests.java1287 rs.setObject("one", query, Types.VARCHAR);
1297 rs.setObject("one", query, Types.VARCHAR, 0);
1307 rs.setObject("one", query);
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java208 * Some methods, such as <code>setObject</code> and <code>setDate</code> have versions
2548 * <code>setObject</code>
2588 public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException { method in class:BaseRowSet
2597 throw new SQLException("Set initParams() before setObject");
2605 * This method is like <code>setObject(int parameterIndex, Object x, int
2619 * <code>setObject</code>
2651 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:BaseRowSet
2659 throw new SQLException("Set initParams() before setObject");
2724 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:BaseRowSet
2727 throw new SQLException("Set initParams() before setObject");
3672 public void setObject(String parameterName, Object x, int targetSqlType, int scale) method in class:BaseRowSet
3697 public void setObject(String parameterName, Object x, int targetSqlType) method in class:BaseRowSet
3737 public void setObject(String parameterName, Object x) throws SQLException{ method in class:BaseRowSet
[all...]
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java333 node.setObject(0L);
658 node.setObject(object);
780 void setObject(long ptr) { method in class:SolarisWatchService.EntryNode
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubJoinRowSetImpl.java719 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { method in class:StubJoinRowSetImpl
724 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubJoinRowSetImpl
729 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:StubJoinRowSetImpl
734 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubJoinRowSetImpl
739 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubJoinRowSetImpl
744 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:StubJoinRowSetImpl
H A DStubFilteredRowSetImpl.java649 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { method in class:StubFilteredRowSetImpl
654 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubFilteredRowSetImpl
659 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:StubFilteredRowSetImpl
664 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubFilteredRowSetImpl
669 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubFilteredRowSetImpl
674 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java604 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { method in class:StubCachedRowSetImpl
609 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubCachedRowSetImpl
614 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:StubCachedRowSetImpl
619 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubCachedRowSetImpl
624 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubCachedRowSetImpl
629 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java428 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { method in class:StubJdbcRowSetImpl
433 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubJdbcRowSetImpl
438 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:StubJdbcRowSetImpl
443 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubJdbcRowSetImpl
448 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubJdbcRowSetImpl
453 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java635 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { method in class:StubWebRowSetImpl
640 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubWebRowSetImpl
645 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:StubWebRowSetImpl
650 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubWebRowSetImpl
655 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubWebRowSetImpl
660 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java422 public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException { method in class:StubSyncResolver
427 public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException { method in class:StubSyncResolver
432 public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException { method in class:StubSyncResolver
437 public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException { method in class:StubSyncResolver
442 public void setObject(String parameterName, Object x) throws SQLException { method in class:StubSyncResolver
447 public void setObject(int parameterIndex, Object x) throws SQLException { method in class:StubSyncResolver
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java2955 setObject(find, callSiteFlags, key, value);
2967 setObject(find, callSiteFlags, key, value);
2979 setObject(find, callSiteFlags, key, value);
3036 public final void setObject(final FindProperty find, final int callSiteFlags, final Object key, final Object value) { method in class:ScriptObject
3051 f.getSelf().setObject(null, 0, key, value);
3113 setObject(findProperty(propName, true), callSiteFlags, propName, JSType.toObject(value));
3133 setObject(findProperty(propName, true), callSiteFlags, propName, JSType.toObject(value));
3153 setObject(findProperty(propName, true), callSiteFlags, propName, value);
3172 setObject(findProperty(propName, true), callSiteFlags, propName, JSType.toObject(value));
3191 setObject(findPropert
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/phases/
H A DOnStackReplacementPhase.java206 access.setObject(lockedObject);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/
H A DLoadFieldNode.java196 public void setObject(ValueNode newObject) { method in class:LoadFieldNode
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java724 * What's left should be setObject(int, Object, scale)
727 ps.setObject(i + 1, param[0], ((Integer)param[1]).intValue());
763 * what's left must be the setObject() cases.
766 ps.setObject(i + 1, param[0], ((Integer)param[1]).intValue(),
775 ps.setObject(i + 1, params[i]);
780 ps.setObject(i + 1, params[i]);
6405 public void setObject(String parameterName, Object x, int targetSqlType, int scale) method in class:JdbcRowSetImpl
6412 * This method is like the method {@code setObject}
6431 public void setObject(String parameterName, Object x, int targetSqlType) method in class:JdbcRowSetImpl
6472 public void setObject(Strin method in class:JdbcRowSetImpl
[all...]
H A DCachedRowSetImpl.java9593 public void setObject(String parameterName, Object x, int targetSqlType, int scale) method in class:CachedRowSetImpl
9602 * This method is like the method <code>setObject</code>
9621 public void setObject(String parameterName, Object x, int targetSqlType) method in class:CachedRowSetImpl
9663 public void setObject(String parameterName, Object x) throws SQLException{ method in class:CachedRowSetImpl
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DObjectInputStream.java1618 handles.setObject(passHandle, rep);
2001 handles.setObject(enumHandle, result);
2073 handles.setObject(passHandle, obj = rep);
3848 void setObject(int handle, Object obj) { method in class:ObjectInputStream.HandleTable

Completed in 213 milliseconds

12