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

Class: MDB2_Schema_Parser

Source Location: /MDB2_Schema-0.8.6/MDB2/Schema/Parser.php

Class Overview

XML_Parser
   |
   --MDB2_Schema_Parser

Parses an XML schema file


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 63]
Parses an XML schema file


[ Top ]


Class Variables

$constraint = array()

[line 93]


Type:   mixed


[ Top ]

$constraint_name =  ''

[line 95]


Type:   mixed


[ Top ]

$count =  0

[line 71]


Type:   mixed


[ Top ]

$database_definition = array()

[line 65]


Type:   mixed


[ Top ]

$element =  ''

[line 69]


Type:   mixed


[ Top ]

$elements = array()

[line 67]


Type:   mixed


[ Top ]

$error =

[line 105]


Type:   mixed


[ Top ]

$field = array()

[line 77]


Type:   mixed


[ Top ]

$field_name =  ''

[line 79]


Type:   mixed


[ Top ]

$index = array()

[line 89]


Type:   mixed


[ Top ]

$index_name =  ''

[line 91]


Type:   mixed


[ Top ]

$init = array()

[line 81]


Type:   mixed


[ Top ]

$init_expression = array()

[line 85]


Type:   mixed


[ Top ]

$init_field = array()

[line 87]


Type:   mixed


[ Top ]

$init_function = array()

[line 83]


Type:   mixed


[ Top ]

$sequence = array()

[line 101]


Type:   mixed


[ Top ]

$sequence_name =  ''

[line 103]


Type:   mixed


[ Top ]

$structure =  false

[line 107]


Type:   mixed


[ Top ]

$table = array()

[line 73]


Type:   mixed


[ Top ]

$table_name =  ''

[line 75]


Type:   mixed


[ Top ]

$val =

[line 109]


Type:   mixed


[ Top ]

$variables = array()

[line 99]


Type:   mixed


[ Top ]

$var_mode =  false

[line 97]


Type:   mixed


[ Top ]



Method Detail

MDB2_Schema_Parser (Constructor)   [line 169]

void MDB2_Schema_Parser( array $variables, [bool $fail_on_invalid_names = true], [array $structure = false], [array $valid_types = array()], [bool $force_defaults = true], [int $max_identifiers_length = null])

PHP 4 compatible constructor
  • Access: public

Parameters:

array   $variables   —  mixed array with user defined schema variables
bool   $fail_on_invalid_names   —  array with reserved words per RDBMS
array   $structure   —  multi dimensional array with database schema and data
array   $valid_types   —  information of all valid fields types
bool   $force_defaults   —  if true sets a default value to field when not explicit
int   $max_identifiers_length   —  maximum allowed size for entities name

[ Top ]

__construct (Constructor)   [line 131]

void __construct( array $variables, [bool $fail_on_invalid_names = true], [array $structure = false], [array $valid_types = array()], [bool $force_defaults = true], [int $max_identifiers_length = null])

PHP 5 constructor
  • Access: public

Parameters:

array   $variables   —  mixed array with user defined schema variables
bool   $fail_on_invalid_names   —  array with reserved words per RDBMS
array   $structure   —  multi dimensional array with database schema and data
array   $valid_types   —  information of all valid fields types
bool   $force_defaults   —  if true sets a default value to field when not explicit
int   $max_identifiers_length   —  maximum allowed size for entities name

[ Top ]


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