lumis.util
Class JdbcUtil
java.lang.Object
lumis.util.JdbcUtil
public class JdbcUtil
- extends Object
Utility class for JDBC operations.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcUtil
public JdbcUtil()
prepareQueryParameter
public static String prepareQueryParameter(String parameter)
throws PortalException
- Throws:
PortalException
getTimestampByDate
public static Timestamp getTimestampByDate(Date data)
fillStringArray
public static String[] fillStringArray(PreparedStatement statement,
String fieldName)
throws SQLException
- Throws:
SQLException
fillListString
public static List<String> fillListString(PreparedStatement statement,
String fieldName)
throws SQLException
- Throws:
SQLException
generateInClause
public static String generateInClause(int numItems)
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.