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

Class: MDB2_Reverse_xxx

Source Location: /MDB2-2.0.0beta4/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


[ Top ]


Method Detail

getSequenceDefinition   [line 118]

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 102]

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 Mon, 11 Mar 2019 14:20:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.