org.basex.query.expr
Class Insert

java.lang.Object
  extended by org.basex.query.ExprInfo
      extended by org.basex.query.expr.Expr
          extended by org.basex.query.expr.Arr
              extended by org.basex.query.expr.Insert

public final class Insert
extends Arr

Insert expression.

Author:
Workgroup DBIS, University of Konstanz 2005-09, ISC License, Lukas Kircher

Nested Class Summary
 
Nested classes/interfaces inherited from class org.basex.query.expr.Expr
Expr.Use
 
Field Summary
 
Fields inherited from class org.basex.query.expr.Arr
expr
 
Constructor Summary
Insert(Expr src, boolean fi, boolean la, boolean af, boolean be, Expr trg)
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.basex.query.expr.Arr
comp, duplicates, indexEquivalent, plan, removable, remove, uses
 
Methods inherited from class org.basex.query.expr.Expr
addText, atomic, checkCtx, checkDbl, checkItr, e, ebv, i, indexAccessible, iter, returned, sameAs, size, test
 
Methods inherited from class org.basex.query.ExprInfo
color, info, name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Insert

public Insert(Expr src,
              boolean fi,
              boolean la,
              boolean af,
              boolean be,
              Expr trg)
Constructor.

Parameters:
src - source expression
fi - first flag
la - last flag
af - after flag
be - before flag
trg - target expression
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class ExprInfo