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

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java45 public class JdbcRowSetImpl extends BaseRowSet implements JdbcRowSet, Joinable { class in inherits:BaseRowSet,JdbcRowSet,Joinable
137 public JdbcRowSetImpl() { method in class:JdbcRowSetImpl
259 public JdbcRowSetImpl(Connection con) throws SQLException { method in class:JdbcRowSetImpl
335 public JdbcRowSetImpl(String url, String user, String password) throws SQLException { method in class:JdbcRowSetImpl
418 public JdbcRowSetImpl(ResultSet res) throws SQLException { method in class:JdbcRowSetImpl
482 * <code>JdbcRowSetImpl</code> object, which will be set with
701 // There is a corresponding decodeParams in JdbcRowSetImpl
760 case JdbcRowSetImpl.UNICODE_STREAM_PARAM:
764 case JdbcRowSetImpl.BINARY_STREAM_PARAM:
768 case JdbcRowSetImpl
[all...]

Completed in 57 milliseconds