
public class OJDBCExtractor extends OAbstractExtractor
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
columnNames |
protected List<OType> |
columnTypes |
protected Connection |
conn |
protected boolean |
didNext |
protected String |
driverClass |
protected int |
fetchSize |
protected boolean |
hasNext |
protected String |
query |
protected String |
queryCount |
protected ResultSet |
rs |
protected int |
rsColumns |
protected Statement |
stm |
protected String |
url |
protected String |
userName |
protected String |
userPassword |
current, totalcontext, ifExpression, logLevel, output, processor| Constructor and Description |
|---|
OJDBCExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
void |
extract(Reader iReader) |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OExtractedItem |
next() |
getProgress, getTotal, removegetCommonConfigurationParameters, getIfFilter, log, resolve, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingprotected String url
protected String userName
protected String userPassword
protected String query
protected String queryCount
protected String driverClass
protected Connection conn
protected Statement stm
protected ResultSet rs
protected boolean didNext
protected boolean hasNext
protected int rsColumns
protected int fetchSize
public void configure(OETLProcessor iProcessor, ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OAbstractETLComponentpublic void begin()
begin in interface OETLComponentbegin in class OAbstractETLComponentpublic void end()
end in interface OETLComponentend in class OAbstractETLComponentpublic void extract(Reader iReader)
public String getUnit()
public boolean hasNext()
public OExtractedItem next()
public ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OAbstractExtractorpublic String getName()
OETLComponentCopyright © 2009–2025 OrientDB. All rights reserved.