| java.lang.Object com.liferay.util.dao.hibernate.CustomSQLUtil
All known Subclasses: com.liferay.jbpm.db.JbpmCustomSQLUtil, com.liferay.portal.spring.hibernate.PortalCustomSQLUtil,
CustomSQLUtil | abstract public class CustomSQLUtil (Code) | | View Source
author: Brian Wing Shun Chan author: Bruno Farache |
DB2_FUNCTION_IS_NOT_NULL | final public static String DB2_FUNCTION_IS_NOT_NULL(Code) | | |
DB2_FUNCTION_IS_NULL | final public static String DB2_FUNCTION_IS_NULL(Code) | | |
INFORMIX_FUNCTION_IS_NOT_NULL | final public static String INFORMIX_FUNCTION_IS_NOT_NULL(Code) | | |
INFORMIX_FUNCTION_IS_NULL | final public static String INFORMIX_FUNCTION_IS_NULL(Code) | | |
MYSQL_FUNCTION_IS_NOT_NULL | final public static String MYSQL_FUNCTION_IS_NOT_NULL(Code) | | |
MYSQL_FUNCTION_IS_NULL | final public static String MYSQL_FUNCTION_IS_NULL(Code) | | |
SYBASE_FUNCTION_IS_NOT_NULL | final public static String SYBASE_FUNCTION_IS_NOT_NULL(Code) | | |
SYBASE_FUNCTION_IS_NULL | final public static String SYBASE_FUNCTION_IS_NULL(Code) | | |
isVendorDB2 | public boolean isVendorDB2()(Code) | | Returns true if Hibernate is connecting to a DB2 database.
true if Hibernate is connecting to a DB2 database |
isVendorInformix | public boolean isVendorInformix()(Code) | | Returns true if Hibernate is connecting to an Informix database.
true if Hibernate is connecting to an Informix database |
isVendorMySQL | public boolean isVendorMySQL()(Code) | | Returns true if Hibernate is connecting to a MySQL database.
true if Hibernate is connecting to a MySQL database |
isVendorOracle | public boolean isVendorOracle()(Code) | | Returns true if Hibernate is connecting to an Oracle database.
Oracle has a nasty bug where it treats '' as a NULL value. See
http://thedailywtf.com/forums/thread/26879.aspx for more information
on this nasty bug.
true if Hibernate is connecting to an Oracle database |
isVendorPostgreSQL | public boolean isVendorPostgreSQL()(Code) | | Returns true if Hibernate is connecting to a PostgreSQL database.
true if Hibernate is connecting to a PostgreSQL database |
isVendorSybase | public boolean isVendorSybase()(Code) | | Returns true if Hibernate is connecting to a Sybase database.
true if Hibernate is connecting to a Sybase database |
|
|