Package com.noelios.restlet.ext.jdbc

Integration with JDBC 3.0.

See:
          Description

Class Summary
JdbcClientHelper Client connector to a JDBC database.
To send a request to the server, create a new instance of a client supporting the JDBC Protocol and invoke the handle() method.
Alternatively, you can create a new Call with the JDBC URI as the resource reference and use an XML request as the entity.

Database connections are optionally pooled using Apache Commons DBCP.
JdbcResult JDBC result wrapper.
RowSetRepresentation XML Representation of a ResultSet instance wrapped either in a JdbcResult instance or in a WebRowSet.
 

Package com.noelios.restlet.ext.jdbc Description

Integration with JDBC 3.0. Java Database Connectivity (JDBC) is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases - SQL databases and other tabular data sources, such as spreadsheets or flat files.

Since:
1.0
See Also:
JDBC product page


Copyright © 2005-2007 Noelios Consulting.