

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) | |
Public Attributes | |
| $databaseType = 'postgres7' | |
| $hasLimit = true | |
| $ansiOuter = true | |
| $charSet = true | |
Definition at line 19 of file adodb-postgres7.inc.php.
| ADODB_postgres7::_old_MetaForeignKeys | ( | $ | table, | |
| $ | owner = false, |
|||
| $ | upper = false | |||
| ) |
Definition at line 110 of file adodb-postgres7.inc.php.
References $sql.
| ADODB_postgres7::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
Reimplemented from ADODB_postgres64.
Definition at line 143 of file adodb-postgres7.inc.php.
| ADODB_postgres7::ADODB_postgres7 | ( | ) |
Definition at line 25 of file adodb-postgres7.inc.php.
References ADODB_postgres64::ADODB_postgres64().

| ADODB_postgres7::GetCharSet | ( | ) |
Definition at line 184 of file adodb-postgres7.inc.php.
Referenced by SetCharSet().

| ADODB_postgres7::MetaForeignKeys | ( | $ | table, | |
| $ | owner = false, |
|||
| $ | upper = false | |||
| ) |
Definition at line 65 of file adodb-postgres7.inc.php.
| ADODB_postgres7::SelectLimit | ( | $ | sql, | |
| $ | nrows = -1, |
|||
| $ | offset = -1, |
|||
| $ | inputarr = false, |
|||
| $ | secs2cache = 0 | |||
| ) |
Definition at line 37 of file adodb-postgres7.inc.php.
| ADODB_postgres7::SetCharSet | ( | $ | charset_name | ) |
Definition at line 196 of file adodb-postgres7.inc.php.
References GetCharSet().

| ADODB_postgres7::$ansiOuter = true |
Definition at line 22 of file adodb-postgres7.inc.php.
| ADODB_postgres7::$charSet = true |
Definition at line 23 of file adodb-postgres7.inc.php.
| ADODB_postgres7::$databaseType = 'postgres7' |
Reimplemented from ADODB_postgres64.
Definition at line 20 of file adodb-postgres7.inc.php.
| ADODB_postgres7::$hasLimit = true |
Reimplemented from ADODB_postgres64.
Definition at line 21 of file adodb-postgres7.inc.php.
1.7.1