Searched defs:setJoinType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinRowSet.java89 * <code>setJoinType</code>. The following SQL <code>JOIN</code> types can be set:
470 public void setJoinType(int joinType) throws SQLException; method in interface:JoinRowSet
499 * @see #setJoinType
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java249 // Till first rowset setJoinType may not be set because
546 public void setJoinType(int type) throws SQLException { method in class:JoinRowSetImpl
548 // join set, using setJoinType
615 // If nothing is being set, internally call setJoinType()
625 // we are going to add next rowset and setJoinType has not been set
626 // recently, so set it to setJoinType() to JoinRowSet.INNER_JOIN.
629 setJoinType(JoinRowSet.INNER_JOIN);
4176 this.setJoinType(JoinRowSet.INNER_JOIN);

Completed in 42 milliseconds