|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.content.document.jdbc.CallableStatement | +--com.bea.p13n.content.document.jdbc.GetSchemaNamesStatement
A callable statement which handles getting the schema names.
This expects no input parameters. OutParam1 will be the DocumentIterator of string schema names.
Field Summary | |
protected DocumentIterator |
iterator
OutParam1: the DocumentIterator. |
Fields inherited from class com.bea.p13n.content.document.jdbc.CallableStatement |
connection |
Constructor Summary | |
GetSchemaNamesStatement(Connection con)
Constructor. |
Method Summary | |
void |
clearParameters()
Clear the parameters. |
void |
close()
Close the statement and any related resources. |
protected void |
closeIterator()
Close the open document iterator. |
boolean |
execute()
Execute the statement. |
java.lang.Object |
getObject(int index)
Get the output parameter. |
void |
setObject(int index,
java.lang.Object ob)
Set the input parameter. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected DocumentIterator iterator
Constructor Detail |
public GetSchemaNamesStatement(Connection con)
Method Detail |
protected void closeIterator()
public void close()
closeIterator()
public void clearParameters()
public boolean execute() throws java.sql.SQLException
public void setObject(int index, java.lang.Object ob) throws java.sql.SQLException
public java.lang.Object getObject(int index) throws java.sql.SQLException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |