org.intermine.sql.query
Interface SQLStringable

All Known Implementing Classes:
AbstractConstraint, AbstractTable, AbstractValue, Constant, Constraint, ConstraintSet, Field, Function, InListConstraint, NotConstraint, OrderDescending, PrecomputedTable, Query, SelectValue, SubQuery, SubQueryConstraint, Table

public interface SQLStringable

An interface for all classes that implement the getSQLString method.


Method Summary
 java.lang.String getSQLString()
          Returns a String representation of this object, suitable for forming part of an SQL query.
 

Method Detail

getSQLString

java.lang.String getSQLString()
Returns a String representation of this object, suitable for forming part of an SQL query.

Returns:
the String representation