Liferay 6.2-ce-ga5

com.liferay.portal.kernel.dao.orm
Class CustomSQLParam

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.CustomSQLParam

public class CustomSQLParam
extends Object


Constructor Summary
CustomSQLParam(String sql, Object value)
           
 
Method Summary
 String getSQL()
           
 void process(QueryPos qPos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSQLParam

public CustomSQLParam(String sql,
                      Object value)
Method Detail

getSQL

public String getSQL()

process

public void process(QueryPos qPos)

Liferay 6.2-ce-ga5