Stud.IP  5.4
 All Data Structures Namespaces Files Functions Variables Groups
DB_Sql Class Reference
Inheritance diagram for DB_Sql:
DB_Seminar DB_Seminar

Public Member Functions

 __construct ($query="")
 
 link_id ()
 
 query_id ()
 
 free ()
 
 query ($Query_String)
 
 next_record ()
 
 affected_rows ()
 
 num_rows ()
 
 num_fields ()
 
 nf ()
 
 np ()
 
 f ($Name)
 
 p ($Name)
 
 metadata ($table='', $full=false)
 
 halt ($msg)
 
 haltmsg ($msg)
 
 queryf ($format)
 
 cache_query ($Query_String)
 

Data Fields

 $Host = ""
 
 $Database = ""
 
 $User = ""
 
 $Password = ""
 
 $Auto_Free = 1
 
 $Debug = 0
 
 $Halt_On_Error = "yes"
 
 $Record = []
 
 $Row
 
 $RowCount
 
 $ColumnCount
 
 $Errno = 0
 
 $Error = ""
 

Protected Attributes

 $pdo
 
 $resultSet
 

Constructor & Destructor Documentation

__construct (   $query = "")

Member Function Documentation

affected_rows ( )
cache_query (   $Query_String)

perform a query with caching directive for mysql

Parameters
string$Query_String
Returns
Resultset | int
f (   $Name)
free ( )
halt (   $msg)
haltmsg (   $msg)
link_id ( )
metadata (   $table = '',
  $full = false 
)
next_record ( )
nf ( )
np ( )
num_fields ( )
num_rows ( )
p (   $Name)
query (   $Query_String)
query_id ( )
queryf (   $format)

Field Documentation

$Auto_Free = 1
$ColumnCount
$Database = ""
$Debug = 0
$Errno = 0
$Error = ""
$Halt_On_Error = "yes"
$Host = ""
$Password = ""
$pdo
protected
$Record = []
$resultSet
protected
$Row
$RowCount
$User = ""

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