PHP Class Horde_Db_Adapter_Sqlite_Column, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Db_Adapter_Abstract_Column
显示文件 Open project: horde/horde Class Usage Examples

Public Methods

Method Description
binaryToString ( $value ) *########################################################################## # Type Juggling ##########################################################################
extractDefault ( $default )
valueToBoolean ( mixed $value ) : boolean

Protected Methods

Method Description
_unquote ( $string ) : string Unquote a string value

Method Details

_unquote() protected method

Unquote a string value
protected _unquote ( $string ) : string
return string

binaryToString() public method

*########################################################################## # Type Juggling ##########################################################################
public binaryToString ( $value )

extractDefault() public method

public extractDefault ( $default )

valueToBoolean() public method

public valueToBoolean ( mixed $value ) : boolean
$value mixed
return boolean