Stud.IP
5.4
|
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 | |
__construct | ( | $query = "" | ) |
affected_rows | ( | ) |
cache_query | ( | $Query_String | ) |
perform a query with caching directive for mysql
string | $Query_String |
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 | ) |
$Auto_Free = 1 |
$ColumnCount |
$Database = "" |
$Debug = 0 |
$Errno = 0 |
$Error = "" |
$Halt_On_Error = "yes" |
$Host = "" |
$Password = "" |
|
protected |
$Record = [] |
|
protected |
$Row |
$RowCount |
$User = "" |