MDB2
[ class tree: MDB2 ] [ index: MDB2 ] [ all elements ]

Class: MDB2_Statement_pgsql

Source Location: /MDB2_Driver_pgsql-1.5.0b4/MDB2/Driver/pgsql.php

Class Overview

MDB2_Statement_Common
   |
   --MDB2_Statement_pgsql

MDB2 PostGreSQL statement driver


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1429]
MDB2 PostGreSQL statement driver


[ Top ]


Method Detail

dropTable   [line 1566]

mixed dropTable( string $name)

drop an existing table
  • Return: MDB2_OK on success, a MDB2 error on failure
  • Access: public

Parameters:

string   $name   —  name of the table that should be dropped

[ Top ]

free   [line 1538]

mixed free( )

Release resources allocated for the specified prepared query.
  • Return: MDB2_OK on success, a MDB2 error on failure
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:51:24 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.