com.ziclix.python.sql.pipe
Interface Source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidend()Invoked at the end of processing.PyObjectnext()Return the next row from the source.voidstart()Invoked at the start of processing.
-
-
-
Method Detail
-
start
void start()
Invoked at the start of processing.
-
next
PyObject next()
Return the next row from the source. The following format:
[(colName, colType), (colName, colType), ...] for headers and:
[(col), (colName, colType), ...] for all other data must be used.
-
end
void end()
Invoked at the end of processing. This method is guarenteed to be called.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG