airflow.providers.oracle.hooks.handlers

Functions

fetch_all_handler(cursor)

Return results for DbApiHook.run(). If oracledb.LOB objects are present, then those will be read.

fetch_one_handler(cursor)

Return first result for DbApiHook.run(). If oracledb.LOB objects are present, then those will be read.

Module Contents

airflow.providers.oracle.hooks.handlers.fetch_all_handler(cursor)[source]

Return results for DbApiHook.run(). If oracledb.LOB objects are present, then those will be read.

airflow.providers.oracle.hooks.handlers.fetch_one_handler(cursor)[source]

Return first result for DbApiHook.run(). If oracledb.LOB objects are present, then those will be read.

Was this entry helpful?