ccc.migration.ccc6.handlers
Class LogEntryUserSelector

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

public final class LogEntryUserSelector
extends java.lang.Object
implements SqlQuery<LogEntryBean>

A SQL query to return the user associated with a specified CCC6 log entry.

Author:
Civic Computing Ltd.

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

LogEntryUserSelector

public LogEntryUserSelector()
Method Detail

handle

public LogEntryBean handle(java.sql.ResultSet rs)
                    throws java.sql.SQLException

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


Copyright © 2010. All Rights Reserved.