org.crazycake.jdbcTemplateTool.utils
类 InUtils

java.lang.Object
  继承者 org.crazycake.jdbcTemplateTool.utils.InUtils

public class InUtils
extends Object

Used to deal with "IN" in sql.

作者:
alexxiyang (https://github.com/alexxiyang)

构造方法摘要
InUtils()
           
 
方法摘要
static SqlParamsPairs handleIn(String sql, Object[] params)
          Change sql if found array in params
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

InUtils

public InUtils()
方法详细信息

handleIn

public static SqlParamsPairs handleIn(String sql,
                                      Object[] params)
Change sql if found array in params

参数:
sql -
params -
返回:


Copyright © 2014. All rights reserved.