tle.searchutil.sql
Class SQLQueryHelper

java.lang.Object
  extended by tle.searchutil.QueryHelper
      extended by tle.searchutil.sql.SQLQueryHelper

public class SQLQueryHelper
extends QueryHelper

SQLÀÇ PreparedStatementÀÇ ÆÄ¶ó¹ÌÅÍ¿¡ ¾Ë¸ÂÀº °ªÀ» ÁöÁ¤ÇÏ´Â ±â´ÉÀ» Ãß°¡·Î ±¸ÇöÇß´Ù.

Author:
ÃÖ¹ü±Õ

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, appendWherePart, getQueryPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryHelper

public SQLQueryHelper()
Method Detail

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