kr.co.hit.live.query.element.tags
Class NullTag

java.lang.Object
  extended by kr.co.hit.live.query.element.tags.Tag
      extended by kr.co.hit.live.query.element.tags.EmptyTag
          extended by kr.co.hit.live.query.element.tags.NullTag
Direct Known Subclasses:
NotNullTag

public class NullTag
extends EmptyTag


Field Summary
 
Fields inherited from class kr.co.hit.live.query.element.tags.EmptyTag
iterative, propName
 
Fields inherited from class kr.co.hit.live.query.element.tags.Tag
valueType
 
Constructor Summary
NullTag(String propName, int valueType)
           
 
Method Summary
 boolean isCondition(ValueObject params, int iterationIdx, DbmsSupporter supporter, DefinitionMap defMap)
          동적으로 SQL사용 여부를 결정하는 메소드이다.
 
Methods inherited from class kr.co.hit.live.query.element.tags.Tag
compare, getCompareValue, getCompareValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTag

public NullTag(String propName,
               int valueType)
Method Detail

isCondition

public boolean isCondition(ValueObject params,
                           int iterationIdx,
                           DbmsSupporter supporter,
                           DefinitionMap defMap)
Description copied from class: Tag
동적으로 SQL사용 여부를 결정하는 메소드이다.

Overrides:
isCondition in class EmptyTag
Returns:


Copyright © 2014. All Rights Reserved.