我们从Python开源项目中,提取了以下26个代码示例,用于说明如何使用cx_Oracle.UNICODE。
def get_dbapi_type(self, dbapi): return getattr(dbapi, 'UNICODE', dbapi.STRING)