com.atlassian.greenhopper.manager.lexorank
Class SqlSelectStatement

java.lang.Object
  extended by com.atlassian.greenhopper.manager.lexorank.SqlSelectStatement

public class SqlSelectStatement
extends java.lang.Object

A builder for producing an database specific sql select statement.


Nested Class Summary
static interface SqlSelectStatement.CompleteStatement
           
static interface SqlSelectStatement.GroupByClause
           
static interface SqlSelectStatement.HavingClause
           
static interface SqlSelectStatement.LimitClause
           
static interface SqlSelectStatement.OrderByClause
           
static interface SqlSelectStatement.SelectClause
           
static interface SqlSelectStatement.WhereClause
           
 
Method Summary
static SqlSelectStatement.SelectClause builder(LexoRankEntityDetails entityDetails, DatabaseType databaseType)
           
 void close()
           
 java.sql.ResultSet execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static SqlSelectStatement.SelectClause builder(LexoRankEntityDetails entityDetails,
                                                      DatabaseType databaseType)

execute

public java.sql.ResultSet execute()
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

close

public void close()


Copyright © 2007-2014 Atlassian. All Rights Reserved.