Uses of Class
com.mysema.query.sql.mssql.DatePart

Packages that use DatePart
com.mysema.query.sql.mssql SQL Server support 
 

Uses of DatePart in com.mysema.query.sql.mssql
 

Methods in com.mysema.query.sql.mssql that return DatePart
static DatePart DatePart.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatePart[] DatePart.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.mysema.query.sql.mssql with parameters of type DatePart
static
<D extends Comparable<D>>
DateExpression<D>
SQLServerGrammar.dateadd(DatePart datePart, int num, D date)
           
static
<D extends Comparable<D>>
NumberExpression<Integer>
SQLServerGrammar.datediff(DatePart datePart, D start, D end)
           
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.