PHP 클래스 Horde_Db_Adapter_Oracle_Column, horde

저자: Jan Schneider ([email protected])
상속: extends Horde_Db_Adapter_Base_Column
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( string $name, string $default, string $sqlType = null, boolean $null = true, integer $length = null, integer $precision = null, integer $scale = null ) Constructor.
binaryToString ( $value ) : string Used to convert from BLOBs to Strings

보호된 메소드들

메소드 설명
_setSimplifiedType ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $name, string $default, string $sqlType = null, boolean $null = true, integer $length = null, integer $precision = null, integer $scale = null )
$name string Column name, such as "supplier_id" in "supplier_id int(11)".
$default string Type-casted default value, such as "new" in "sales_stage varchar(20) default 'new'".
$sqlType string Column type.
$null boolean Whether this column allows NULL values.
$length integer Column width.
$precision integer Precision for NUMBER and FLOAT columns.
$scale integer Number of digits to the right of the decimal point in a number.

_setSimplifiedType() 보호된 메소드

protected _setSimplifiedType ( )

binaryToString() 공개 메소드

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