diff options
| author | Damien Regad <dregad@mantisbt.org> | 2014-04-30 14:20:51 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2014-04-30 14:33:10 +0200 |
| commit | fdb372b7f7ea4f2d6db4e3391f03f1bc49f55df5 (patch) | |
| tree | 873a793fe908d482eed0944fa59512ca9752682a /drivers/adodb-postgres7.inc.php | |
| parent | e7c81fc60b856506caf42ffa6b5e61bce1310065 (diff) | |
| download | adodb-fdb372b7f7ea4f2d6db4e3391f03f1bc49f55df5.tar.gz adodb-fdb372b7f7ea4f2d6db4e3391f03f1bc49f55df5.tar.bz2 adodb-fdb372b7f7ea4f2d6db4e3391f03f1bc49f55df5.zip | |
Add phpDoc
Diffstat (limited to 'drivers/adodb-postgres7.inc.php')
| -rw-r--r-- | drivers/adodb-postgres7.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/adodb-postgres7.inc.php b/drivers/adodb-postgres7.inc.php index 926a5154..6cb7226f 100644 --- a/drivers/adodb-postgres7.inc.php +++ b/drivers/adodb-postgres7.inc.php @@ -128,6 +128,9 @@ class ADODB_postgres7 extends ADODB_postgres64 { } */ + /** + * @returns assoc array where keys are tables, and values are foreign keys + */ function MetaForeignKeys($table, $owner=false, $upper=false) { # Regex isolates the 2 terms between parenthesis using subexpressions |
