Uses of Class
org.edg.info.sqlutil.rdb.Tuple

Packages that use Tuple
org.edg.info   
org.edg.info.sqlutil   
org.edg.info.sqlutil.rdb   
 

Uses of Tuple in org.edg.info
 

Methods in org.edg.info that return Tuple
 Tuple QueueEntry.getTuple()
           
 

Methods in org.edg.info with parameters of type Tuple
static java.lang.StringBuffer QueueDiskCache.serialize(Tuple tuple)
          Serializes a tuple into a StringBuffer.
 

Constructors in org.edg.info with parameters of type Tuple
QueueEntry(Tuple tuple)
           
 

Uses of Tuple in org.edg.info.sqlutil
 

Methods in org.edg.info.sqlutil that return Tuple
static Tuple SQLUtils.buildTupleFromInsert(FastInsertStatement insertStatement, java.util.Vector columnNames)
          Builds a tuple from an INSERT statement.
 

Uses of Tuple in org.edg.info.sqlutil.rdb
 

Methods in org.edg.info.sqlutil.rdb that return Tuple
 Tuple Tuple.project(java.util.Vector map)
          Projects this Tuple according to the given SELECT map.
 

Methods in org.edg.info.sqlutil.rdb with parameters of type Tuple
 boolean SQLExpEvaluator.eval(Tuple tuple, ExpSelConst exp)
          Evaluate a boolean expression to true or false (for example, SQL WHERE clauses are boolean expressions)
 java.lang.Object SQLExpEvaluator.evalExpValue(Tuple tuple, ExpSelConst exp)
          Evaluate a numeric or string expression (example: a+1)