Pt_BR En Ja De Fr 
You are currently viewing the Development branch api documentation. Switch to 0.11 or 1.0

Development Doctrine_DataDict_Mssql

Doctrine DataDict Mssql

Inheritence

Doctrine_DataDict_Mssql  < Doctrine_DataDict  < Doctrine_Connection_Module

Method Summary

Returns Name Description
string getNativeDeclaration
array getPortableDeclaration

Method Details

  • $field

    associative array with the name of the properties of the field being declared as array indexes. Currently, the types of supported field properties are as follows:

    length Integer val

    (string) getNativeDeclaration($field)

    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.

    Doctrine_DataDict_Mssql


  • $field native field description

    (array) getPortableDeclaration($field)

    Maps a native array description of a field to a MDB2 datatype and length

    Doctrine_DataDict_Mssql


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine