ccc.migration.ccc6.handlers
Class IsMajorEditSelector

java.lang.Object
  extended by ccc.migration.ccc6.handlers.IsMajorEditSelector
All Implemented Interfaces:
SqlQuery<java.lang.Boolean>, org.apache.commons.dbutils.ResultSetHandler

public class IsMajorEditSelector
extends java.lang.Object
implements SqlQuery<java.lang.Boolean>

A SQL query that retrieves 'is major edit' information.

Author:
Civic Computing Ltd.

Constructor Summary
IsMajorEditSelector()
           
 
Method Summary
 java.lang.String getSql()
          Accessor.
 java.lang.Boolean 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

IsMajorEditSelector

public IsMajorEditSelector()
Method Detail

handle

public java.lang.Boolean handle(java.sql.ResultSet rs)
                         throws java.sql.SQLException

Specified by:
handle in interface SqlQuery<java.lang.Boolean>
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.lang.Boolean>
Returns:
The SQL for this query, as a string.


Copyright © 2010. All Rights Reserved.