|
Liferay 7.0-ga1 util-java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| com.liferay.* |
|---|
| com.liferay.util.Encryptor | ||
|---|---|---|
public static final String |
ENCODING |
"UTF-8" |
public static final String |
IBM_PROVIDER_CLASS |
"com.ibm.crypto.provider.IBMJCE" |
public static final String |
SUN_PROVIDER_CLASS |
"com.sun.crypto.provider.SunJCE" |
| com.liferay.util.TimeZoneSensitive | ||
|---|---|---|
public static final String |
PROPERTY_NAME |
"X-LIFERAY-TIMEZONE-SENSITIVE" |
| com.liferay.util.dao.orm.CustomSQL | ||
|---|---|---|
public static final String |
DB2_FUNCTION_IS_NOT_NULL |
"CAST(? AS VARCHAR(32672)) IS NOT NULL" |
public static final String |
DB2_FUNCTION_IS_NULL |
"CAST(? AS VARCHAR(32672)) IS NULL" |
public static final String |
INFORMIX_FUNCTION_IS_NOT_NULL |
"NOT lportal.isnull(?)" |
public static final String |
INFORMIX_FUNCTION_IS_NULL |
"lportal.isnull(?)" |
public static final String |
MYSQL_FUNCTION_IS_NOT_NULL |
"IFNULL(?, \'1\') = \'0\'" |
public static final String |
MYSQL_FUNCTION_IS_NULL |
"IFNULL(?, \'1\') = \'1\'" |
public static final String |
SYBASE_FUNCTION_IS_NOT_NULL |
"CONVERT(VARCHAR,?) IS NOT NULL" |
public static final String |
SYBASE_FUNCTION_IS_NULL |
"CONVERT(VARCHAR,?) IS NULL" |
|
Liferay 7.0-ga1 util-java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||