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

Class: MDB2_Reverse_xxx

Source Location: /MDB2-2.0.0RC5/docs/Driver_Reverse_skeleton.php

Class Overview

MDB2_Reverse_Common
   |
   --MDB2_Reverse_xxx

MDB2 Xxx driver for the management modules


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 72]
MDB2 Xxx driver for the management modules
  • Author: YOUR NAME <EMAIL>


[ Top ]


Method Detail

getSequenceDefinition   [line 116]

mixed getSequenceDefinition( string $sequence)

get the stucture of a sequence into an array
  • Return: data array on success, a MDB2 error on failure
  • Access: public

Parameters:

string   $sequence     name of sequence that should be used in method

[ Top ]

getTableFieldDefinition   [line 85]

mixed getTableFieldDefinition( string $table, string $field_name)

get the stucture of a field into an array
  • Return: data array on success, a MDB2 error on failure
  • Access: public

Parameters:

string   $table     name of table that should be used in method
string   $field_name     name of field that should be used in method

[ Top ]

getTableIndexDefinition   [line 101]

mixed getTableIndexDefinition( string $table, string $index_name)

get the stucture of an index into an array
  • Return: data array on success, a MDB2 error on failure
  • Access: public

Parameters:

string   $table     name of table that should be used in method
string   $index_name     name of index that should be used in method

[ Top ]


Documentation generated on Sun, 05 Feb 2006 11:03:39 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.