|
Stud.IP
jlu_3.3 Revision
|


Public Member Functions | |
| DB_Sql ($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 = array() | |
| $Row | |
| $RowCount | |
| $ColumnCount | |
| $Errno = 0 | |
| $Error = "" | |
Protected Attributes | |
| $pdo | |
| $resultSet | |
| affected_rows | ( | ) |

| cache_query | ( | $Query_String | ) |

| DB_Sql | ( | $query = "" | ) |

| 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 = array() |
|
protected |
| $Row |
| $RowCount |
| $User = "" |