Stud.IP  3.4 Revision
DbCrossTableView Class Reference
Inheritance diagram for DbCrossTableView:
Inheritance graph
Collaboration diagram for DbCrossTableView:
Collaboration graph

Public Member Functions

 DbCrossTableView ($db_class_name="")
 
 getTruncQuery ($query)
 
 setQuery ()
 
 getPivotFieldNames ($query)
 
 doTransform ()
 
 getResultSet ()
 
 getSnapshot ()
 
 getTempTable ($pk="", $type="MyISAM")
 
- Public Member Functions inherited from DbView
 DbView ($db="")
 
 init_views ()
 
 __get ($view)
 
 halt ($msg)
 
 get_query ()
 
 get_parsed_query ($query_list)
 
 parse_query (&$query)
 
 get_temp_table ($sub_query)
 
 get_temp_values ($sub_query)
 
 get_uniqid ()
 
 get_value_list ($list)
 
 get_view ($name)
 
 Get_union ()
 

Data Fields

 $db_class_name = "DB_Seminar"
 
 $query_to_transform = ""
 
 $transformed_qery = ""
 
 $field_list = array()
 
 $transform_field = ""
 
 $transform_func = ""
 
 $pivot_field = ""
 
 $pivot_field_names = array()
 
 $pivot_field_table = ""
 
- Data Fields inherited from DbView
 $params = array()
 
 $auto_free_params = true
 
 $debug = false
 

Additional Inherited Members

- Static Public Member Functions inherited from DbView
static addView ($view)
 
static getView ($view, $db='')
 
- Static Protected Attributes inherited from DbView
static $dbviewfiles = array()
 
static $dbviews = array()
 

Member Function Documentation

◆ DbCrossTableView()

DbCrossTableView (   $db_class_name = "")

◆ doTransform()

doTransform ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPivotFieldNames()

getPivotFieldNames (   $query)
Here is the caller graph for this function:

◆ getResultSet()

getResultSet ( )
Here is the call graph for this function:

◆ getSnapshot()

getSnapshot ( )
Here is the call graph for this function:

◆ getTempTable()

getTempTable (   $pk = "",
  $type = "MyISAM" 
)
Here is the call graph for this function:

◆ getTruncQuery()

getTruncQuery (   $query)
Here is the caller graph for this function:

◆ setQuery()

setQuery ( )
Here is the call graph for this function:

Field Documentation

◆ $db_class_name

$db_class_name = "DB_Seminar"

◆ $field_list

$field_list = array()

◆ $pivot_field

$pivot_field = ""

◆ $pivot_field_names

$pivot_field_names = array()

◆ $pivot_field_table

$pivot_field_table = ""

◆ $query_to_transform

$query_to_transform = ""

◆ $transform_field

$transform_field = ""

◆ $transform_func

$transform_func = ""

◆ $transformed_qery

$transformed_qery = ""

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