tle.searchutil.sql
Class SQLQueryHelper
java.lang.Object
tle.searchutil.QueryHelper
tle.searchutil.sql.SQLQueryHelper
public class SQLQueryHelper
- extends QueryHelper
SQLÀÇ PreparedStatementÀÇ ÆÄ¶ó¹ÌÅÍ¿¡
¾Ë¸ÂÀº °ªÀ» ÁöÁ¤ÇÏ´Â ±â´ÉÀ» Ãß°¡·Î ±¸ÇöÇß´Ù.
- Author:
- ÃÖ¹ü±Õ
Method Summary |
void |
setParameter(java.sql.PreparedStatement pstmt,
int startIdx,
java.util.List parameterValues)
|
protected void |
setValue(java.sql.PreparedStatement pstmt,
int idx,
java.lang.Object value)
ÆÄ¶ó¹ÌÅÍ °ªÀ» ŸÀÔ¿¡ µû¶ó ¾Ë¸Â°Ô ó¸®ÇÑ´Ù. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLQueryHelper
public SQLQueryHelper()
setParameter
public void setParameter(java.sql.PreparedStatement pstmt,
int startIdx,
java.util.List parameterValues)
throws java.sql.SQLException
- Parameters:
pstmt
- startIdx
- 1±â¹Ý.parameterValues
-
- Throws:
java.sql.SQLException
setValue
protected void setValue(java.sql.PreparedStatement pstmt,
int idx,
java.lang.Object value)
throws java.sql.SQLException
- ÆÄ¶ó¹ÌÅÍ °ªÀ» ŸÀÔ¿¡ µû¶ó ¾Ë¸Â°Ô ó¸®ÇÑ´Ù.
- Parameters:
pstmt
- idx
- value
-
- Throws:
java.sql.SQLException