
public class OETLJDBCExtractor extends OETLAbstractExtractor
| 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, totalconfiguration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLJDBCExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ODatabaseDocument db) |
void |
configure(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() |
OETLExtractedItem |
next() |
getProgress, getTotal, removegetCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetProcessorforEachRemainingprotected 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(ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentpublic void begin(ODatabaseDocument db)
begin in interface OETLComponentbegin in class OETLAbstractComponentpublic void end()
end in interface OETLComponentend in class OETLAbstractComponentpublic void extract(Reader iReader)
public String getUnit()
public boolean hasNext()
public OETLExtractedItem next()
public ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OETLAbstractExtractorpublic String getName()
OETLComponentCopyright © 2009–2025 OrientDB. All rights reserved.