Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.dao.jdbc
Interface ParamSetter


public interface ParamSetter


Field Summary
static ParamSetter BIGINT
           
 
Method Summary
 void set(PreparedStatement ps, int index, Object param)
           
 

Field Detail

BIGINT

static final ParamSetter BIGINT
Method Detail

set

void set(PreparedStatement ps,
         int index,
         Object param)
         throws SQLException
Throws:
SQLException

Liferay 7.0-ga1 portal-kernel