|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.statement.StatementHandle
public class StatementHandle
A handle to a statement
Field Summary | |
---|---|
static StatementHandle |
NULL
|
Constructor Summary | |
---|---|
StatementHandle(StatementHandle parent,
StatementHandle previous)
|
Method Summary | |
---|---|
Statement |
getStatement()
Gets the statement. |
void |
setStatement(Statement statement)
Sets the statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StatementHandle NULL
Constructor Detail |
---|
public StatementHandle(StatementHandle parent, StatementHandle previous)
Method Detail |
---|
public void setStatement(Statement statement)
public Statement getStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |