MCPcopy Create free account
hub / github.com/quentinhardy/odat / __execQuery__

Method __execQuery__

OracleDatabase.py:269–273  ·  view source on GitHub ↗

Execute the query (not PL/SQL) and parse response

(self,query,ld=[],getColumnNames=False,stringOnly=False)

Source from the content-addressed store, hash-verified

267 return self.__execThisQuery__(query=request,ld=[],isquery=False)
268
269 def __execQuery__(self,query,ld=[],getColumnNames=False,stringOnly=False):
270 '''
271 Execute the query (not PL/SQL) and parse response
272 '''
273 return self.__execThisQuery__(query=query, ld=ld, isquery=True,getColumnNames=getColumnNames,stringOnly=stringOnly)
274
275 def __execProc__(self,proc,options=None):
276 '''

Callers 15

getOSFromPortStringMethod · 0.95
hasThisRoleMethod · 0.95
hasThisPrivilegeMethod · 0.95
searchInColumnsMethod · 0.80
getInfoIntableMethod · 0.80
__getSourceCode__Method · 0.80
sendGetRequestMethod · 0.80

Calls 1

__execThisQuery__Method · 0.95

Tested by

no test coverage detected