Package | Description |
---|---|
com.mysema.query.sql.mssql |
SQL Server support
|
Modifier and Type | Method and Description |
---|---|
static DatePart |
DatePart.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DatePart[] |
DatePart.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <D extends java.lang.Comparable<D>> |
SQLServerGrammar.dateadd(DatePart datePart,
int num,
D date)
Deprecated.
|
static <D extends java.lang.Comparable<D>> |
SQLServerGrammar.datediff(DatePart datePart,
D start,
D end)
Deprecated.
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.