PHP Class SQLBuilder\Driver\MySQLDriver

Inheritance: extends BaseDriver
Afficher le fichier Open project: c9s/sqlbuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
$quoteColumn
$quoteTable

Méthodes publiques

Méthode Description
cast ( $value )
deflate ( $value, SQLBuilder\ArgumentArray $args = NULL )
quoteIdentifier ( $id )

Method Details

cast() public méthode

public cast ( $value )

deflate() public méthode

public deflate ( $value, SQLBuilder\ArgumentArray $args = NULL )
$args SQLBuilder\ArgumentArray

quoteIdentifier() public méthode

public quoteIdentifier ( $id )

Property Details

$quoteColumn public_oe property

public $quoteColumn

$quoteTable public_oe property

public $quoteTable