PHP Class MapDataTypes, FromMySqlToPostgreSql

Author: Anatoly Khaytovich
Afficher le fichier Open project: AnatolyUss/FromMySqlToPostgreSql Class Usage Examples

Méthodes publiques

Méthode Description
map ( string $strMySqlDataType ) : string Translate mysql data types into postgresql data types.

Private Methods

Méthode Description
__construct ( ) The purpose of explicit private constructor is to prevent an instance initialization.

Method Details

map() public static méthode

Translate mysql data types into postgresql data types.
public static map ( string $strMySqlDataType ) : string
$strMySqlDataType string
Résultat string