PHP Class SQLBuilder\Driver\MySQLDriver

Inheritance: extends BaseDriver
Show file Open project: c9s/sqlbuilder Class Usage Examples

Public Properties

Property Type Description
$quoteColumn
$quoteTable

Public Methods

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

Method Details

cast() public method

public cast ( $value )

deflate() public method

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

quoteIdentifier() public method

public quoteIdentifier ( $id )

Property Details

$quoteColumn public property

public $quoteColumn

$quoteTable public property

public $quoteTable