Table of Contents

Class: _cursor ./src/peak/util/mockdb.py
Methods   
__init__
_fetch
close
execute
fetchall
fetchmany
fetchone
  __init__ 
__init__ ( self,  conn )

  _fetch 
_fetch ( self,  size )

Exceptions   
ProgrammingError( "Fetch without results" )
  close 
close ( self )

  execute 
execute (
        self,
        operation,
        parameters=None,
        )

  fetchall 
fetchall ( self )

  fetchmany 
fetchmany ( self,  size=None )

  fetchone 
fetchone ( self )

Exceptions   
ProgrammingError( "Fetch without results" )

Table of Contents

This document was automatically generated on Mon May 13 01:11:04 2024 by HappyDoc version 2.1