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

Class: MDB_PEAR_PROXY

Source Location: /MDB-1.3.0/MDB/peardb_wrapper.php

Class Overview




Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 293]


[ Top ]


Class Variables

$MDB_object =

[line 295]


Type:   mixed


[ Top ]



Method Detail

MDB_PEAR_PROXY (Constructor)   [line 297]

MDB_PEAR_PROXY MDB_PEAR_PROXY( $MDB_object)


Parameters:

   $MDB_object   — 

[ Top ]

affectedRows   [line 522]

void affectedRows( )


[ Top ]

autoCommit   [line 502]

void autoCommit( [ $onoff = FALSE])


Parameters:

   $onoff   — 

[ Top ]

autoExecute   [line 377]

void autoExecute( $table, $fields_values, [ $mode = DB_AUTOQUERY_INSERT], [ $where = false])


Parameters:

   $table   — 
   $fields_values   — 
   $mode   — 
   $where   — 

[ Top ]

autoPrepare   [line 371]

void autoPrepare( $table, $table_fields, [ $mode = DB_AUTOQUERY_INSERT], [ $where = false])


Parameters:

   $table   — 
   $table_fields   — 
   $mode   — 
   $where   — 

[ Top ]

buildManipSQL   [line 383]

void buildManipSQL( $table, $table_fields, $mode, [ $where = false])


Parameters:

   $table   — 
   $table_fields   — 
   $mode   — 
   $where   — 

[ Top ]

commit   [line 507]

void commit( )


[ Top ]

connect   [line 303]

void connect( $dsninfo, [ $persistent = FALSE])


Parameters:

   $dsninfo   — 
   $persistent   — 

[ Top ]

createSequence   [line 537]

void createSequence( $seq_name)


Parameters:

   $seq_name   — 

[ Top ]

disconnect   [line 308]

void disconnect( )


[ Top ]

dropSequence   [line 542]

void dropSequence( $seq_name)


Parameters:

   $seq_name   — 

[ Top ]

errorCode   [line 335]

void errorCode( $nativecode)


Parameters:

   $nativecode   — 

[ Top ]

errorMessage   [line 340]

void errorMessage( $dbcode)


Parameters:

   $dbcode   — 

[ Top ]

errorNative   [line 527]

void errorNative( )


[ Top ]

execute   [line 426]

void execute( $stmt, [ $data = FALSE])


Parameters:

   $stmt   — 
   $data   — 

[ Top ]

executeMultiple   [line 436]

void executeMultiple( $stmt, &$data)


Parameters:

   $stmt   — 
   &$data   — 

[ Top ]

getAll   [line 495]

void &getAll( $query, [ $params = NULL], [ $fetchmode = DB_FETCHMODE_DEFAULT])


Parameters:

   $query   — 
   $params   — 
   $fetchmode   — 

[ Top ]

getAssoc   [line 489]

void &getAssoc( $query, [ $force_array = FALSE], [ $params = array()], [ $fetchmode = DB_FETCHMODE_ORDERED], [ $group = FALSE])


Parameters:

   $query   — 
   $force_array   — 
   $params   — 
   $fetchmode   — 
   $group   — 

[ Top ]

getCol   [line 484]

void &getCol( $query, [ $col = 0], [ $params = array()])


Parameters:

   $query   — 
   $col   — 
   $params   — 

[ Top ]

getListOf   [line 557]

void getListOf( $type)


Parameters:

   $type   — 

[ Top ]

getOne   [line 472]

void &getOne( $query, [ $params = array()])


Parameters:

   $query   — 
   $params   — 

[ Top ]

getOption   [line 361]

void getOption( $option)


Parameters:

   $option   — 

[ Top ]

getRow   [line 477]

void &getRow( $query, [ $params = NULL], [ $fetchmode = DB_FETCHMODE_DEFAULT])


Parameters:

   $query   — 
   $params   — 
   $fetchmode   — 

[ Top ]

getTables   [line 552]

void getTables( )


[ Top ]

limitQuery   [line 462]

void limitQuery( $query, $from, $count)


Parameters:

   $query   — 
   $from   — 
   $count   — 

[ Top ]

nextId   [line 532]

void nextId( $seq_name, [ $ondemand = TRUE])


Parameters:

   $seq_name   — 
   $ondemand   — 

[ Top ]

numRows   [line 517]

void numRows( $result)


Parameters:

   $result   — 

[ Top ]

prepare   [line 366]

void prepare( $query)


Parameters:

   $query   — 

[ Top ]

provides   [line 330]

void provides( $feature)


Parameters:

   $feature   — 

[ Top ]

query   [line 441]

void &query( $query, [ $params = array()])


Parameters:

   $query   — 
   $params   — 

[ Top ]

quote   [line 322]

void quote( $string)


Parameters:

   $string   — 

[ Top ]

quoteString   [line 313]

void quoteString( $string)


Parameters:

   $string   — 

[ Top ]

raiseError   [line 345]

void &raiseError( [ $code = DB_ERROR], [ $mode = NULL], [ $options = NULL], [ $userinfo = NULL], [ $nativecode = NULL])


Parameters:

   $code   — 
   $mode   — 
   $options   — 
   $userinfo   — 
   $nativecode   — 

[ Top ]

rollback   [line 512]

void rollback( )


[ Top ]

setFetchMode   [line 351]

void setFetchMode( $fetchmode, [ $object_class = NULL])


Parameters:

   $fetchmode   — 
   $object_class   — 

[ Top ]

setOption   [line 356]

void setOption( $option, $value)


Parameters:

   $option   — 
   $value   — 

[ Top ]

simpleQuery   [line 458]

void simpleQuery( $query)


Parameters:

   $query   — 

[ Top ]

tableInfo   [line 547]

void tableInfo( $result, [ $mode = NULL])


Parameters:

   $result   — 
   $mode   — 

[ Top ]


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