com.liferay.util.dao.orm
Class CustomSQLUtil
java.lang.Object
com.liferay.util.dao.orm.CustomSQLUtil
public class CustomSQLUtil
- extends Object
Method Summary |
static String |
appendCriteria(String sql,
String criteria)
|
static String |
get(String id)
|
static boolean |
isVendorDB2()
|
static boolean |
isVendorInformix()
|
static boolean |
isVendorMySQL()
|
static boolean |
isVendorOracle()
|
static boolean |
isVendorSybase()
|
static String[] |
keywords(String keywords)
|
static String[] |
keywords(String[] keywordsArray)
|
static String[] |
keywords(String[] keywordsArray,
boolean lowerCase)
|
static String[] |
keywords(String keywords,
boolean lowerCase)
|
static String |
removeGroupBy(String sql)
|
static String |
removeOrderBy(String sql)
|
static String |
replaceAndOperator(String sql,
boolean andOperator)
|
static String |
replaceGroupBy(String sql,
String groupBy)
|
static String |
replaceIsNull(String sql)
|
static String |
replaceKeywords(String sql,
String field,
boolean last,
int[] values)
|
static String |
replaceKeywords(String sql,
String field,
boolean last,
long[] values)
|
static String |
replaceKeywords(String sql,
String field,
String operator,
boolean last,
String[] values)
|
static String |
replaceOrderBy(String sql,
OrderByComparator obc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appendCriteria
public static String appendCriteria(String sql,
String criteria)
get
public static String get(String id)
isVendorDB2
public static boolean isVendorDB2()
isVendorInformix
public static boolean isVendorInformix()
isVendorMySQL
public static boolean isVendorMySQL()
isVendorOracle
public static boolean isVendorOracle()
isVendorSybase
public static boolean isVendorSybase()
keywords
public static String[] keywords(String keywords)
keywords
public static String[] keywords(String keywords,
boolean lowerCase)
keywords
public static String[] keywords(String[] keywordsArray)
keywords
public static String[] keywords(String[] keywordsArray,
boolean lowerCase)
removeGroupBy
public static String removeGroupBy(String sql)
removeOrderBy
public static String removeOrderBy(String sql)
replaceAndOperator
public static String replaceAndOperator(String sql,
boolean andOperator)
replaceIsNull
public static String replaceIsNull(String sql)
replaceKeywords
public static String replaceKeywords(String sql,
String field,
boolean last,
int[] values)
replaceKeywords
public static String replaceKeywords(String sql,
String field,
boolean last,
long[] values)
replaceKeywords
public static String replaceKeywords(String sql,
String field,
String operator,
boolean last,
String[] values)
replaceGroupBy
public static String replaceGroupBy(String sql,
String groupBy)
replaceOrderBy
public static String replaceOrderBy(String sql,
OrderByComparator obc)