|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttle.searchutil.QueryHelper
tle.searchutil.sql.SQLQueryHelper
public class SQLQueryHelper
SQLÀÇ PreparedStatementÀÇ ÆÄ¶ó¹ÌÅÍ¿¡ ¾Ë¸ÂÀº °ªÀ» ÁöÁ¤ÇÏ´Â ±â´ÉÀ» Ãß°¡·Î ±¸ÇöÇß´Ù.
Field Summary |
---|
Fields inherited from class tle.searchutil.QueryHelper |
---|
operationMap |
Constructor Summary | |
---|---|
SQLQueryHelper()
|
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 tle.searchutil.QueryHelper |
---|
appendOrderPart, appendQuery, appendQueryIlike, appendWherePart, getQueryPropertyName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLQueryHelper()
Method Detail |
---|
public void setParameter(java.sql.PreparedStatement pstmt, int startIdx, java.util.List parameterValues) throws java.sql.SQLException
pstmt
- startIdx
- 1±â¹Ý.parameterValues
-
java.sql.SQLException
protected void setValue(java.sql.PreparedStatement pstmt, int idx, java.lang.Object value) throws java.sql.SQLException
pstmt
- idx
- value
-
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |