|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| ADODB_postgres7 () | |
| SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
| MetaForeignKeys ($table, $owner=false, $upper=false) | |
| _old_MetaForeignKeys ($table, $owner=false, $upper=false) | |
| _query ($sql, $inputarr=false) | |
| GetCharSet () | |
| SetCharSet ($charset_name) | |
Data Fields | |
| $databaseType = 'postgres7' | |
| $hasLimit = true | |
| $ansiOuter = true | |
| $charSet = true | |
Definition at line 19 of file adodb-postgres7.inc.php.
| _old_MetaForeignKeys | ( | $ | table, |
| $ | owner = false, |
||
| $ | upper = false |
||
| ) |
Definition at line 111 of file adodb-postgres7.inc.php.
| _query | ( | $ | sql, |
| $ | inputarr = false |
||
| ) |
Reimplemented from ADODB_postgres64.
Definition at line 144 of file adodb-postgres7.inc.php.
| ADODB_postgres7 | ( | ) |
| GetCharSet | ( | ) |
| MetaForeignKeys | ( | $ | table, |
| $ | owner = false, |
||
| $ | upper = false |
||
| ) |
Definition at line 66 of file adodb-postgres7.inc.php.
| SelectLimit | ( | $ | sql, |
| $ | nrows = -1, |
||
| $ | offset = -1, |
||
| $ | inputarr = false, |
||
| $ | secs2cache = 0 |
||
| ) |
Definition at line 38 of file adodb-postgres7.inc.php.
| SetCharSet | ( | $ | charset_name | ) |
| $ansiOuter = true |
Definition at line 22 of file adodb-postgres7.inc.php.
| $charSet = true |
Definition at line 23 of file adodb-postgres7.inc.php.
| $databaseType = 'postgres7' |
Reimplemented from ADODB_postgres64.
Definition at line 20 of file adodb-postgres7.inc.php.
| $hasLimit = true |
Reimplemented from ADODB_postgres64.
Definition at line 21 of file adodb-postgres7.inc.php.