Table of Contents

Class: ISQLObjectLister ./src/peak/storage/interfaces.py

Adapt a managed connection to this to obtain information on objects in the database

Base Classes   
Interface
Methods   
listObjects
  listObjects 
listObjects ( full=False,  obtypes=NOT_GIVEN )

Returns an active cursor with information on objects in the DB

with full=True, includes all available information, otherwise only includes the information likely to be most elevant to the user.

The returned cursor shall have a column obname first, with the object name, and a column obtype second, with one of the following values standardized:

table, systable, view, proc, index, synonym, trigger, rule

if obtypes is given, it shall be a sequence of the above types, and rows shall only be returned for the given types.


Table of Contents

This document was automatically generated on Mon Mar 25 01:11:05 2024 by HappyDoc version 2.1