[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/creole/drivers/mysql/ -> MySQLTypes.php (sommaire)

(pas de description)

Poids: 102 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

MySQLTypes:: (2 méthodes):
  getType()
  getNativeType()


Classe: MySQLTypes  - X-Ref

MySQL types / type map.

getType($nativeType)   X-Ref
This method returns the generic Creole (JDBC-like) type
when given the native db type.

param: string $nativeType DB native type (e.g. 'TEXT', 'byetea', etc.).
return: int Creole native type (e.g. CreoleTypes::LONGVARCHAR, CreoleTypes::BINARY, etc.).

getNativeType($creoleType)   X-Ref
This method will return a native type that corresponds to the specified
Creole (JDBC-like) type.
If there is more than one matching native type, then the LAST defined
native type will be returned.

param: int $creoleType
return: string Native type string.



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7