|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
Deprecated. OutParam1: the DocumentIterator. |
| Fields inherited from class com.bea.p13n.content.document.jdbc.CallableStatement |
connection |
| Fields inherited from interface java.sql.Statement |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
GetSchemaNamesStatement(Connection con)
Deprecated. Constructor. |
|
| Method Summary | |
void |
clearParameters()
Deprecated. Clear the parameters. |
void |
close()
Deprecated. Close the statement and any related resources. |
protected void |
closeIterator()
Deprecated. Close the open document iterator. |
boolean |
execute()
Deprecated. Execute the statement. |
Object |
getObject(int index)
Deprecated. Get the output parameter. |
void |
setObject(int index,
Object ob)
Deprecated. 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 |
public void clearParameters()
clearParameters in interface PreparedStatementclearParameters in class CallableStatementpublic void close()
close in interface Statementclose in class CallableStatementcloseIterator()protected void closeIterator()
public boolean execute()
throws SQLException
execute in interface PreparedStatementexecute in class CallableStatementSQLException - thrown if an error occurs.
public Object getObject(int index)
throws SQLException
getObject in interface CallableStatementgetObject in class CallableStatementindex - the output parameter index.
SQLException - thrown on invalid argument or not executed yet.
public void setObject(int index,
Object ob)
throws SQLException
setObject in interface PreparedStatementsetObject in class CallableStatementSQLException - always thrown.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||