ccc.migration.ccc6.handlers
Class ParagraphSelector

java.lang.Object
  extended by ccc.migration.ccc6.handlers.ParagraphSelector
All Implemented Interfaces:
SqlQuery<java.util.List<ParagraphBean>>, org.apache.commons.dbutils.ResultSetHandler

public final class ParagraphSelector
extends java.lang.Object
implements SqlQuery<java.util.List<ParagraphBean>>

A SQL query to return the paragraphs for a page.

Author:
Civic Computing Ltd.

Constructor Summary
ParagraphSelector()
           
 
Method Summary
 java.lang.String getSql()
          Accessor.
 java.util.List<ParagraphBean> handle(java.sql.ResultSet rs)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphSelector

public ParagraphSelector()
Method Detail

handle

public java.util.List<ParagraphBean> handle(java.sql.ResultSet rs)
                                     throws java.sql.SQLException

Specified by:
handle in interface SqlQuery<java.util.List<ParagraphBean>>
Specified by:
handle in interface org.apache.commons.dbutils.ResultSetHandler
Throws:
java.sql.SQLException

getSql

public java.lang.String getSql()
Accessor.

Specified by:
getSql in interface SqlQuery<java.util.List<ParagraphBean>>
Returns:
The SQL for this query, as a string.


Copyright © 2010. All Rights Reserved.