OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.TTableList Class Reference

this returns a list of all database tables, ordered by the most referenced tables, which need to be created first and can be deleted last More...

Static Public Member Functions

static List< string > GetDBNames ()
 get the names of the tables, ordered by constraint dependancy. first the tables that other depend upon More...
 
static List< string > GetDBSequenceNames ()
 get the names of the sequences of the whole database More...
 
static List< string > GetDBNamesAvailableForCustomReport ()
 get the names of the tables that are available for use in custom report More...
 

Detailed Description

this returns a list of all database tables, ordered by the most referenced tables, which need to be created first and can be deleted last

Member Function Documentation

◆ GetDBNames()

static List< string > Ict.Petra.Shared.TTableList.GetDBNames ( )
inlinestatic

get the names of the tables, ordered by constraint dependancy. first the tables that other depend upon

Returns

◆ GetDBNamesAvailableForCustomReport()

static List< string > Ict.Petra.Shared.TTableList.GetDBNamesAvailableForCustomReport ( )
inlinestatic

get the names of the tables that are available for use in custom report

Returns

◆ GetDBSequenceNames()

static List< string > Ict.Petra.Shared.TTableList.GetDBSequenceNames ( )
inlinestatic

get the names of the sequences of the whole database

Returns

The documentation for this class was generated from the following file: