Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
APPLICATION_CONTEXT_PARAMETER |
"pollenApplicationContext" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_DATE |
"date" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_LOCATION |
"location" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADD_PRIMITIVE_DEFAULT_VALUE |
"ALTER TABLE %s ALTER COLUMN %s SET DEFAULT %s;" |
public static final String |
ADD_PRIMITIVE_NOT_NULL_CONSTRAINST |
"ALTER TABLE %s ALTER COLUMN %s SET NOT NULL;" |
public static final String |
UPDATE_PRIMITIVE_TO_DEFAULT_VALUE |
"UPDATE %1$s SET %2$s = %3$s where %2$s IS NULL;" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ONE_HOUR |
3600000 |
public static final int |
ONE_MINUTE |
60000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
THUMB_PREFIX |
"thumb_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SCOPE_REMINDER |
"rappel" |
public static final String |
SCOPE_VOTE |
"vote" |
Copyright © 2009–2014 CodeLutin. All rights reserved.