Class SQLServerQuery<T>

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

public class SQLServerQuery<T> extends AbstractSQLServerQuery<T,SQLServerQuery<T>>
SQLServerQuery provides SQL Server related extensions to SQLQuery If you need to subtype this, use the base class instead.
Author:
tiwe
See Also: