SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.impl.jdbc.query.exp
Class InKeyExpression

java.lang.Object
  |
  +--com.solarmetric.rd.kodo.impl.jdbc.query.exp.InExpression
        |
        +--com.solarmetric.rd.kodo.impl.jdbc.query.exp.InKeyExpression
All Implemented Interfaces:
Expression, JDBCExpression

public class InKeyExpression
extends InExpression

Tests whether a value is IN a map key set.


Constructor Summary
InKeyExpression(com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue val, com.solarmetric.rd.kodo.impl.jdbc.query.exp.Constant constant)
          Constructor.
 
Method Summary
protected  java.util.Collection getCollection()
          Return the collection to test for containment with.
 
Methods inherited from class com.solarmetric.rd.kodo.impl.jdbc.query.exp.InExpression
appendOrdering, appendTo, getConstant, getJoins, getValue, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InKeyExpression

public InKeyExpression(com.solarmetric.rd.kodo.impl.jdbc.query.exp.JDBCValue val,
                       com.solarmetric.rd.kodo.impl.jdbc.query.exp.Constant constant)
Constructor. Supply the value to test and the constant to obtain the parameters from.

Method Detail

getCollection

protected java.util.Collection getCollection()
Return the collection to test for containment with.

Overrides:
getCollection in class InExpression

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.