Uses of Class
org.restlet.ext.jdbc.JdbcResult

Packages that use JdbcResult
org.restlet.ext.jdbc Integration with Java DataBase Connectivity (JDBC) 3.0. 
 

Uses of JdbcResult in org.restlet.ext.jdbc
 

Methods in org.restlet.ext.jdbc that return JdbcResult
 JdbcResult RowSetRepresentation.getJdbcResult()
          Returns the inner JdbcResult instance or null.
 

Constructors in org.restlet.ext.jdbc with parameters of type JdbcResult
RowSetRepresentation(JdbcResult jdbcResult)
          Constructor.
RowSetRepresentation(JdbcResult jdbcResult, int start, int limit)
          Constructor with paging.
 



Copyright © 2005-2013 Restlet.