Class MySQLQuery<T>

Type Parameters:
T - the result type
All Implemented Interfaces:
Fetchable<T>, FetchableQuery<T,MySQLQuery<T>>, FilteredClause<MySQLQuery<T>>, Query<MySQLQuery<T>>, SimpleQuery<MySQLQuery<T>>, ExtendedSubQuery<T>, Expression<T>, SubQueryExpression<T>, SQLCommonQuery<MySQLQuery<T>>, Serializable

public class MySQLQuery<T> extends AbstractMySQLQuery<T,MySQLQuery<T>>
MySQLQuery provides MySQL related extensions to SQLQuery. If you need to subtype this, use the base class instead.
See Also: