format 74
"Drivers" // default::Nette::Database::Drivers
  revision 1
  modified_by 127 "neo"
  // class settings
  //class diagram settings
  draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
  //use case diagram settings
  package_name_in_tab default show_context default auto_label_position default draw_all_relations default class_drawing_mode default shadow default show_stereotype_properties default
  //sequence diagram settings
  show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
  //collaboration diagram settings
  show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
  //object diagram settings
   write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
  //component diagram settings
  package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
  draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
  //deployment diagram settings
  package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
  draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
  //state diagram settings
  package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
  show_activities default region_horizontally default drawing_language default show_stereotype_properties default
  //activity diagram settings
  package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
  show_infonote default drawing_language default show_stereotype_properties default
  
  comment "This file is part of the Nette Framework (http://nette.org) 
Copyright (c) 2004 David Grudl (http://davidgrudl.com) 
For the full copyright and license information, please view the file license.txt that was distributed with this source code."
  classview 132479 "Class View"
    //class diagram settings
    draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
    //collaboration diagram settings
    show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
    //object diagram settings
     write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
    //sequence diagram settings
    show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
    //state diagram settings
    package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
    show_activities default region_horizontally default drawing_language default show_stereotype_properties default
    //class settings
    //activity diagram settings
    package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
    show_infonote default drawing_language default show_stereotype_properties default
    class 155391 "PgSqlDriver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental PostgreSQL database driver."
      classrelation 146687 // <generalisation>
	relation 146687 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 146687 // <generalisation>
	  b parent class_ref 142335 // Object
      end

      attribute 201471 "_connection"
	private type class_ref 154367 // Connection
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 283903 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$connection" type class_ref 154367 // Connection
	  param in name "$options" explicit_type "array"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 284031 "delimite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Delimites identifier for use in a SQL statement."
      end

      operation 284159 "formatBool"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats boolean for use in a SQL statement."
      end

      operation 284287 "formatDateTime"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats date-time for use in a SQL statement."
      end

      operation 284415 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 284543 "applyLimit"
	public explicit_return_type "void"
	nparams 3
	  param inout name "$sql" explicit_type "mixed"
	  param in name "$limit" explicit_type "mixed"
	  param in name "$offset" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Injects LIMIT/OFFSET to the SQL query."
      end

      operation 284671 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 284799 "getTables"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns list of tables."
      end

      operation 284927 "getColumns"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all columns in a table."
      end

      operation 285055 "getIndexes"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all indexes in a table."
      end

      operation 285183 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end

      operation 285311 "isSupported"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$item" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      classrelation 146815 // <realization>
	relation 146815 -_-|>
	  a public
	    php "${type}"
	    classrelation_ref 146815 // <realization>
	  b parent class_ref 155007 // ISupplementalDriver
      end
    end

    class 155519 "SqliteDriver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental SQLite3 database driver."
      classrelation 146943 // <generalisation>
	relation 146943 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 146943 // <generalisation>
	  b parent class_ref 142335 // Object
      end

      attribute 201599 "_connection"
	private type class_ref 154367 // Connection
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 201727 "_fmtDateTime"
	private explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 285439 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$connection" type class_ref 154367 // Connection
	  param in name "$options" explicit_type "array"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 285567 "delimite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Delimites identifier for use in a SQL statement."
      end

      operation 285695 "formatBool"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats boolean for use in a SQL statement."
      end

      operation 285823 "formatDateTime"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats date-time for use in a SQL statement."
      end

      operation 285951 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 286079 "applyLimit"
	public explicit_return_type "void"
	nparams 3
	  param inout name "$sql" explicit_type "mixed"
	  param in name "$limit" explicit_type "mixed"
	  param in name "$offset" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Injects LIMIT/OFFSET to the SQL query."
      end

      operation 286207 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 286335 "getTables"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns list of tables."
      end

      operation 286463 "getColumns"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all columns in a table."
      end

      operation 286591 "getIndexes"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all indexes in a table."
      end

      operation 286719 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end

      operation 286847 "isSupported"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$item" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      classrelation 147071 // <realization>
	relation 147071 -_-|>
	  a public
	    php "${type}"
	    classrelation_ref 147071 // <realization>
	  b parent class_ref 155007 // ISupplementalDriver
      end
    end

    class 155647 "OciDriver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental Oracle database driver."
      classrelation 147199 // <generalisation>
	relation 147199 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 147199 // <generalisation>
	  b parent class_ref 142335 // Object
      end

      attribute 201855 "_connection"
	private type class_ref 154367 // Connection
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 201983 "_fmtDateTime"
	private explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 286975 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$connection" type class_ref 154367 // Connection
	  param in name "$options" explicit_type "array"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 287103 "delimite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Delimites identifier for use in a SQL statement."
      end

      operation 287231 "formatBool"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats boolean for use in a SQL statement."
      end

      operation 287359 "formatDateTime"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats date-time for use in a SQL statement."
      end

      operation 287487 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 287615 "applyLimit"
	public explicit_return_type "void"
	nparams 3
	  param inout name "$sql" explicit_type "mixed"
	  param in name "$limit" explicit_type "mixed"
	  param in name "$offset" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Injects LIMIT/OFFSET to the SQL query."
      end

      operation 287743 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 287871 "getTables"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns list of tables."
      end

      operation 287999 "getColumns"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all columns in a table."
      end

      operation 288127 "getIndexes"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all indexes in a table."
      end

      operation 288255 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end

      operation 288383 "isSupported"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$item" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      classrelation 147327 // <realization>
	relation 147327 -_-|>
	  a public
	    php "${type}"
	    classrelation_ref 147327 // <realization>
	  b parent class_ref 155007 // ISupplementalDriver
      end
    end

    class 155775 "MsSqlDriver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental MS SQL database driver."
      classrelation 147455 // <generalisation>
	relation 147455 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 147455 // <generalisation>
	  b parent class_ref 142335 // Object
      end

      attribute 202111 "_connection"
	private type class_ref 154367 // Connection
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 288511 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$connection" type class_ref 154367 // Connection
	  param in name "$options" explicit_type "array"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 288639 "delimite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Delimites identifier for use in a SQL statement."
      end

      operation 288767 "formatBool"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats boolean for use in a SQL statement."
      end

      operation 288895 "formatDateTime"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats date-time for use in a SQL statement."
      end

      operation 289023 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 289151 "applyLimit"
	public explicit_return_type "void"
	nparams 3
	  param inout name "$sql" explicit_type "mixed"
	  param in name "$limit" explicit_type "mixed"
	  param in name "$offset" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Injects LIMIT/OFFSET to the SQL query."
      end

      operation 289279 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 289407 "getTables"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns list of tables."
      end

      operation 289535 "getColumns"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all columns in a table."
      end

      operation 289663 "getIndexes"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all indexes in a table."
      end

      operation 289791 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end

      operation 289919 "isSupported"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$item" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      classrelation 147583 // <realization>
	relation 147583 -_-|>
	  a public
	    php "${type}"
	    classrelation_ref 147583 // <realization>
	  b parent class_ref 155007 // ISupplementalDriver
      end
    end

    class 155903 "OdbcDriver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental ODBC database driver."
      classrelation 147711 // <generalisation>
	relation 147711 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 147711 // <generalisation>
	  b parent class_ref 142335 // Object
      end

      attribute 202239 "_connection"
	private type class_ref 154367 // Connection
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 290047 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$connection" type class_ref 154367 // Connection
	  param in name "$options" explicit_type "array"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 290175 "delimite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Delimites identifier for use in a SQL statement."
      end

      operation 290303 "formatBool"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats boolean for use in a SQL statement."
      end

      operation 290431 "formatDateTime"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats date-time for use in a SQL statement."
      end

      operation 290559 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 290687 "applyLimit"
	public explicit_return_type "void"
	nparams 3
	  param inout name "$sql" explicit_type "mixed"
	  param in name "$limit" explicit_type "mixed"
	  param in name "$offset" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Injects LIMIT/OFFSET to the SQL query."
      end

      operation 290815 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 290943 "getTables"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns list of tables."
      end

      operation 291071 "getColumns"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all columns in a table."
      end

      operation 291199 "getIndexes"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all indexes in a table."
      end

      operation 291327 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end

      operation 291455 "isSupported"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$item" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      classrelation 147839 // <realization>
	relation 147839 -_-|>
	  a public
	    php "${type}"
	    classrelation_ref 147839 // <realization>
	  b parent class_ref 155007 // ISupplementalDriver
      end
    end

    class 156031 "MySqlDriver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental MySQL database driver."
      classrelation 147967 // <generalisation>
	relation 147967 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 147967 // <generalisation>
	  b parent class_ref 142335 // Object
      end

      attribute 202367 "ERROR_ACCESS_DENIED"
	class_attribute const_attribute public explicit_type "int"
	init_value "1045"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 202495 "ERROR_DUPLICATE_ENTRY"
	class_attribute const_attribute public explicit_type "int"
	init_value "1062"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 202623 "ERROR_DATA_TRUNCATED"
	class_attribute const_attribute public explicit_type "int"
	init_value "1265"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 202751 "_connection"
	private type class_ref 154367 // Connection
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 291583 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$connection" type class_ref 154367 // Connection
	  param in name "$options" explicit_type "array"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Driver options:
- charset => character encoding to set (default is utf8) - sqlmode => see http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html"
      end

      operation 291711 "delimite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Delimites identifier for use in a SQL statement."
      end

      operation 291839 "formatBool"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats boolean for use in a SQL statement."
      end

      operation 291967 "formatDateTime"
	public explicit_return_type "void"
	nparams 1
	  param in name "$value" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Formats date-time for use in a SQL statement."
      end

      operation 292095 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 292223 "applyLimit"
	public explicit_return_type "void"
	nparams 3
	  param inout name "$sql" explicit_type "mixed"
	  param in name "$limit" explicit_type "mixed"
	  param in name "$offset" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Injects LIMIT/OFFSET to the SQL query."
      end

      operation 292351 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 292479 "getTables"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns list of tables."
      end

      operation 292607 "getColumns"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all columns in a table."
      end

      operation 292735 "getIndexes"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all indexes in a table."
      end

      operation 292863 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end

      operation 292991 "isSupported"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$item" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      classrelation 148095 // <realization>
	relation 148095 -_-|>
	  a public
	    php "${type}"
	    classrelation_ref 148095 // <realization>
	  b parent class_ref 155007 // ISupplementalDriver
      end
    end

    class 156159 "Sqlite2Driver"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Supplemental SQLite2 database driver."
      classrelation 148223 // <generalisation>
	relation 148223 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 148223 // <generalisation>
	  b parent class_ref 155519 // SqliteDriver
      end

      operation 293119 "formatLike"
	public explicit_return_type "void"
	nparams 2
	  param in name "$value" explicit_type "mixed"
	  param in name "$pos" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Encodes string for use in a LIKE statement."
      end

      operation 293247 "normalizeRow"
	public explicit_return_type "void"
	nparams 2
	  param in name "$row" explicit_type "mixed"
	  param in name "$statement" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Normalizes result row."
      end

      operation 293375 "getForeignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$table" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns metadata for all foreign keys in a table."
      end
    end
  end
end
