PHP Class SQLBuilder\Driver\SQLiteDriver

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

Méthodes publiques

Méthode Description
cast ( $value )
deflate ( $value, SQLBuilder\ArgumentArray $args = NULL ) For variable placeholder like PDO, we need 1 or 0 for boolean type,
quoteIdentifier ( $id )

Method Details

cast() public méthode

public cast ( $value )

deflate() public méthode

For pgsql and mysql sql statement, we use TRUE or FALSE for boolean type. FOr sqlite sql statement: we use 1 or 0 for boolean type.
public deflate ( $value, SQLBuilder\ArgumentArray $args = NULL )
$args SQLBuilder\ArgumentArray

quoteIdentifier() public méthode

public quoteIdentifier ( $id )