|
© 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.GetSchemasStatement
A callable statement which handles getting all the schemas.
This expects no input parameters. OutParam1 will be the Map of string schema name to DocumentSchemaDef.
Field Summary | |
protected java.util.Map |
schemaMap
OutParam1: the map of DocumentSchemaDefs. |
Fields inherited from class com.bea.p13n.content.document.jdbc.CallableStatement |
connection |
Constructor Summary | |
GetSchemasStatement(Connection con)
Constructor. |
Method Summary | |
void |
clearParameters()
Clear the parameters. |
void |
close()
|
boolean |
execute()
Execute the statement. |
java.lang.Object |
getObject(int index)
Get the output parameter. |
void |
setObject(int index,
java.lang.Object obj)
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 java.util.Map schemaMap
Constructor Detail |
public GetSchemasStatement(Connection con)
Method Detail |
public void close()
public void clearParameters()
public boolean execute() throws java.sql.SQLException
public void setObject(int index, java.lang.Object obj) 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 |