xsmeral.semnet.crawler
Interface URLManager.Query

All Known Subinterfaces:
URLManager.LimitClause, URLManager.OrderClause, URLManager.QueryBuilder, URLManager.WhereClause
All Known Implementing Classes:
URLManager.QueryBuilderImpl
Enclosing class:
URLManager

public static interface URLManager.Query

Complete SQL query.


Method Summary
 URLManager.Query getQuery()
          Constructs the query.
 PreparedStatement getStatement()
          Returns the constructed SQL prepared statement.
 

Method Detail

getQuery

URLManager.Query getQuery()
                          throws ConfigurationException
Constructs the query. Must be called before getStatement().

Throws:
ConfigurationException

getStatement

PreparedStatement getStatement()
Returns the constructed SQL prepared statement. The getQuery() must be called before calling this method.