|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
SQLServerGrammar.dateadd(DatePart datePart,
int num,
D date)
|
|
static
|
SQLServerGrammar.datediff(DatePart datePart,
D start,
D end)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||