| 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--com.beasys.commerce.axiom.document.jdbc.CallableStatement
        |
        +--com.beasys.commerce.axiom.document.jdbc.SearchStatement
              |
              +--com.beasys.commerce.axiom.document.jdbc.FindDocumentMetadataStatement
A callable statement which handles finding documents metadata.
This expects InParam1 to be either a Search or a string query which can be converted to a Search. OutParam1 will be the DocumentIterator of DocumentMetadataDefs.
| Fields inherited from class com.beasys.commerce.axiom.document.jdbc.SearchStatement | 
iterator, searchParameters | 
| Fields inherited from class com.beasys.commerce.axiom.document.jdbc.CallableStatement | 
connection | 
| Constructor Summary | |
FindDocumentMetadataStatement(Connection con)
Constructor.  | 
|
| Method Summary | |
protected  DocumentIterator | 
createIterator(DocumentProvider provider,
               Search params)
Override to do a findDocumentMetadata.  | 
| Methods inherited from class com.beasys.commerce.axiom.document.jdbc.SearchStatement | 
clearParameters, close, closeIterator, execute, getObject, setObject, setString | 
| Methods inherited from class com.beasys.commerce.axiom.document.jdbc.CallableStatement | 
addBatch, addBatch, cancel, clearBatch, clearWarnings, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, getArray, getBigDecimal, getBigDecimal, getBlob, getBoolean, getByte, getBytes, getClob, getConnection, getDate, getDate, getDocumentProvider, getDouble, getFetchDirection, getFetchSize, getFloat, getInt, getLong, getMaxFieldSize, getMaxRows, getMetaData, 
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public FindDocumentMetadataStatement(Connection con)
| Method Detail | 
protected DocumentIterator createIterator(DocumentProvider provider,
                                          Search params)
                                   throws DocumentException
createIterator in class SearchStatementcom.beasys.commerce.axiom.document.jdbc.SearchStatementp - the DocumentProvider to use.params - the Search parameters passed into the statement.DocumentException - thrown on an error.
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||