Uses of Class
com.caucho.quercus.statement.StatementHandle

Packages that use StatementHandle
com.caucho.quercus.expr   
com.caucho.quercus.statement   
 

Uses of StatementHandle in com.caucho.quercus.expr
 

Methods in com.caucho.quercus.expr that return StatementHandle
 StatementHandle ExprHandle.getStatement()
          Returns the owning statement handle.
 

Constructors in com.caucho.quercus.expr with parameters of type StatementHandle
ExprHandle(StatementHandle statement)
           
 

Uses of StatementHandle in com.caucho.quercus.statement
 

Fields in com.caucho.quercus.statement declared as StatementHandle
static StatementHandle StatementHandle.NULL
           
 

Constructors in com.caucho.quercus.statement with parameters of type StatementHandle
StatementHandle(StatementHandle parent, StatementHandle previous)