org.modeshape.connector.meta.jdbc
Class DatabaseRetriever
java.lang.Object
org.modeshape.connector.meta.jdbc.AbstractMetadataRetriever
org.modeshape.connector.meta.jdbc.DatabaseRetriever
public final class DatabaseRetriever
- extends AbstractMetadataRetriever
Class which converts database metadata, to connector documents.
Field Summary |
protected static String |
ID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
protected static final String ID
- See Also:
- Constant Field Values
DatabaseRetriever
protected DatabaseRetriever(JdbcMetadataConnector connector)
getDocumentById
protected Document getDocumentById(String id,
DocumentWriter writer,
Connection connection)
- Specified by:
getDocumentById
in class AbstractMetadataRetriever
idFrom
protected String idFrom(String path)
- Specified by:
idFrom
in class AbstractMetadataRetriever
canHandle
protected boolean canHandle(String id)
- Specified by:
canHandle
in class AbstractMetadataRetriever
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.