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

Class: MDB2_Driver_Reverse_mysql

Source Location: /MDB2-2.0.0beta4/MDB2/Driver/Reverse/mysql.php

Class Overview

MDB2_Driver_Reverse_Common
   |
   --MDB2_Driver_Reverse_mysqli
      |
      --MDB2_Driver_Reverse_mysql

MDB2 MySQL driver for the schema reverse engineering module


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: MDB2_Driver_Reverse_mysqli

MDB2_Driver_Reverse_mysqli::getTableFieldDefinition()
get the stucture of a field into an array
MDB2_Driver_Reverse_mysqli::getTableIndexDefinition()
get the stucture of an index into an array
MDB2_Driver_Reverse_mysqli::tableInfo()
Returns information about a table or a result set

Class: MDB2_Driver_Reverse_Common

MDB2_Driver_Reverse_Common::__construct()
Constructor
MDB2_Driver_Reverse_Common::MDB2_Driver_Reverse_Common()
MDB2_Driver_Reverse_Common::getSequenceDefinition()
get the stucture of a sequence into an array
MDB2_Driver_Reverse_Common::getTableFieldDefinition()
get the stucture of a field into an array
MDB2_Driver_Reverse_Common::getTableIndexDefinition()
get the stucture of an index into an array
MDB2_Driver_Reverse_Common::tableInfo()
Returns information about a table or a result set

Class Details

[line 57]
MDB2 MySQL driver for the schema reverse engineering module


[ Top ]


Class Variables

$flags =

[line 66]

carried over from mysqli driver

Array for converting MYSQLI_*_FLAG constants to text values

  • Since: Property available since Release 1.6.5
  • Access: public

Type:   array
Overrides:   Array


[ Top ]

$types =

[line 75]

carried over from mysqli driver

Array for converting MYSQLI_TYPE_* constants to text values

  • Since: Property available since Release 1.6.5
  • Access: public

Type:   array
Overrides:   Array


[ Top ]



Method Detail

tableInfo   [line 95]

array tableInfo( object|string $result, [int $mode = null])

Returns information about a table or a result set
  • Return: an associative array with the information requested. A MDB2_Error object on failure.
  • See: MDB2_common::tableInfo()

Overrides MDB2_Driver_Reverse_mysqli::tableInfo() (Returns information about a table or a result set)

Parameters:

object|string   $result   —  MDB2_result object from a query or a string containing the name of a table. While this also accepts a query result resource identifier, this behavior is deprecated.
int   $mode   —  a valid tableInfo mode

[ Top ]


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