PHP 클래스 Horde_Db_Adapter_Postgresql_Column, horde

저자: Mike Naberezny ([email protected])
저자: Derek DeVries ([email protected])
저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Db_Adapter_Base_Column
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$moneyPrecision integer

공개 메소드들

메소드 설명
__construct ( string $name, string $default, string $sqlType = null, boolean $null = true ) Construct
binaryToString ( $value ) : string Used to convert from BLOBs (BYTEAs) to Strings.
binaryToStringCallback ( $matches ) Callback function for binaryToString().

보호된 메소드들

메소드 설명
_extractLimit ( string $sqlType ) : integer
_extractPrecision ( string $sqlType ) : integer
_extractScale ( string $sqlType ) : integer
_extractValueFromDefault ( $default ) Extracts the value from a PostgreSQL column default definition.
_setSimplifiedType ( )

메소드 상세

__construct() 공개 메소드

Construct
public __construct ( string $name, string $default, string $sqlType = null, boolean $null = true )
$name string
$default string
$sqlType string
$null boolean

_extractLimit() 보호된 메소드

protected _extractLimit ( string $sqlType ) : integer
$sqlType string
리턴 integer

_extractPrecision() 보호된 메소드

protected _extractPrecision ( string $sqlType ) : integer
$sqlType string
리턴 integer

_extractScale() 보호된 메소드

protected _extractScale ( string $sqlType ) : integer
$sqlType string
리턴 integer

_extractValueFromDefault() 보호된 메소드

Extracts the value from a PostgreSQL column default definition.
protected _extractValueFromDefault ( $default )

_setSimplifiedType() 보호된 메소드

protected _setSimplifiedType ( )

binaryToString() 공개 메소드

Used to convert from BLOBs (BYTEAs) to Strings.
public binaryToString ( $value ) : string
리턴 string

binaryToStringCallback() 공개 메소드

Callback function for binaryToString().
public binaryToStringCallback ( $matches )

프로퍼티 상세

$moneyPrecision 공개적으로 정적으로 프로퍼티

public static int $moneyPrecision
리턴 integer