Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
StudipDebugPDO Class Reference
Inheritance diagram for StudipDebugPDO:
Inheritance graph
Collaboration diagram for StudipDebugPDO:
Collaboration graph

Public Member Functions

 query ($statement, $mode=NULL, $arg1=NULL, $arg2=NULL)
 exec ($query_string)
 prepare ($statement, $driver_options=array())
- Public Member Functions inherited from StudipPDO
 quote ($value, $type=NULL)
 prepareStatement ($statement, $driver_options=array())

Additional Inherited Members

- Data Fields inherited from StudipPDO
const PARAM_ARRAY = 100
const PARAM_COLUMN = 101
- Protected Member Functions inherited from StudipPDO
 verify ($statement)
- Static Protected Member Functions inherited from StudipPDO
static replaceStrings ($statement)

Member Function Documentation

exec (   $statement)

Executes an SQL statement and returns the number of affected rows.

Parameters
stringSQL statement
Returns
int number of affected rows

Reimplemented from StudipPDO.

Here is the call graph for this function:

prepare (   $statement,
  $driver_options = array() 
)

Prepares a statement for execution and returns a statement object.

Parameters
stringSQL statement
Returns
object PDOStatement object

Reimplemented from StudipPDO.

Here is the call graph for this function:

query (   $statement,
  $mode = NULL,
  $arg1 = NULL,
  $arg2 = NULL 
)

Executes an SQL statement, returning a result set as a statement object.

Parameters
stringSQL statement
intfetch mode (optional)
mixedfetch mode parameter (see PDOStatement::setFetchMode)
mixedfetch mode parameter (see PDOStatement::setFetchMode)
Returns
object PDOStatement object

Reimplemented from StudipPDO.

Here is the call graph for this function:


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