Public Member Functions | Public Attributes

ADODB_postgres7 Class Reference

Inheritance diagram for ADODB_postgres7:
Inheritance graph
[legend]
Collaboration diagram for ADODB_postgres7:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 19 of file adodb-postgres7.inc.php.


Member Function Documentation

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().

Here is the call graph for this function:

ADODB_postgres7::GetCharSet (  ) 

Definition at line 184 of file adodb-postgres7.inc.php.

Referenced by SetCharSet().

Here is the caller graph for this function:

ADODB_postgres7::MetaForeignKeys ( table,
owner = false,
upper = false 
)

Definition at line 65 of file adodb-postgres7.inc.php.

References $rs, and $sql.

ADODB_postgres7::SelectLimit ( sql,
nrows = -1,
offset = -1,
inputarr = false,
secs2cache = 0 
)

Definition at line 37 of file adodb-postgres7.inc.php.

References $rs, and $sql.

ADODB_postgres7::SetCharSet ( charset_name  ) 

Definition at line 196 of file adodb-postgres7.inc.php.

References GetCharSet().

Here is the call graph for this function:


Member Data Documentation

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.


The documentation for this class was generated from the following file: