PHP 클래스 Horde_Db_Adapter_ColumnBase, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_class

공개 메소드들

메소드 설명
testDefaultBinary ( )
testDefaultDatetime ( ) *########################################################################## # Defaults ##########################################################################
testDefaultInteger ( )
testDefaultNull ( ) *########################################################################## # Construction ##########################################################################
testDefaultString ( )
testDefaultText ( )
testExtractLimitDecimal ( )
testExtractLimitInt ( ) *########################################################################## # Extract Limit ##########################################################################
testExtractLimitNone ( )
testExtractLimitText ( )
testExtractLimitVarchar ( )
testExtractPrecisionScale ( ) *########################################################################## # Extract Precision/Scale ##########################################################################
testIsNumber ( )
testIsText ( )
testName ( )
testNotNull ( )
testSqlType ( )
testTypeBinary ( )
testTypeCastBooleanFalse ( )
testTypeCastBooleanTrue ( )
testTypeCastFloat ( )
testTypeCastInteger ( ) *########################################################################## # Type Cast Values ##########################################################################
testTypeCastString ( )
testTypeDate ( )
testTypeDatetime ( )
testTypeDecimal ( )
testTypeDecimalPrecisionNone ( )
testTypeFloat ( )
testTypeInteger ( ) *########################################################################## # Types ##########################################################################
testTypeString ( )
testTypeText ( )
testTypeTime ( )
testTypeTimestamp ( )

메소드 상세

testDefaultBinary() 공개 메소드

public testDefaultBinary ( )

testDefaultDatetime() 공개 메소드

*########################################################################## # Defaults ##########################################################################
public testDefaultDatetime ( )

testDefaultInteger() 공개 메소드

public testDefaultInteger ( )

testDefaultNull() 공개 메소드

*########################################################################## # Construction ##########################################################################
public testDefaultNull ( )

testDefaultString() 공개 메소드

public testDefaultString ( )

testDefaultText() 공개 메소드

public testDefaultText ( )

testExtractLimitDecimal() 공개 메소드

testExtractLimitInt() 공개 메소드

*########################################################################## # Extract Limit ##########################################################################
public testExtractLimitInt ( )

testExtractLimitNone() 공개 메소드

testExtractLimitText() 공개 메소드

testExtractLimitVarchar() 공개 메소드

testExtractPrecisionScale() 공개 메소드

*########################################################################## # Extract Precision/Scale ##########################################################################

testIsNumber() 공개 메소드

public testIsNumber ( )

testIsText() 공개 메소드

public testIsText ( )

testName() 공개 메소드

public testName ( )

testNotNull() 공개 메소드

public testNotNull ( )

testSqlType() 공개 메소드

public testSqlType ( )

testTypeBinary() 공개 메소드

public testTypeBinary ( )

testTypeCastBooleanFalse() 추상적인 공개 메소드

abstract public testTypeCastBooleanFalse ( )

testTypeCastBooleanTrue() 추상적인 공개 메소드

abstract public testTypeCastBooleanTrue ( )

testTypeCastFloat() 공개 메소드

public testTypeCastFloat ( )

testTypeCastInteger() 공개 메소드

*########################################################################## # Type Cast Values ##########################################################################
public testTypeCastInteger ( )

testTypeCastString() 공개 메소드

public testTypeCastString ( )

testTypeDate() 공개 메소드

public testTypeDate ( )

testTypeDatetime() 공개 메소드

public testTypeDatetime ( )

testTypeDecimal() 공개 메소드

public testTypeDecimal ( )

testTypeDecimalPrecisionNone() 공개 메소드

testTypeFloat() 공개 메소드

public testTypeFloat ( )

testTypeInteger() 공개 메소드

*########################################################################## # Types ##########################################################################
public testTypeInteger ( )

testTypeString() 공개 메소드

public testTypeString ( )

testTypeText() 공개 메소드

public testTypeText ( )

testTypeTime() 공개 메소드

public testTypeTime ( )

testTypeTimestamp() 공개 메소드

public testTypeTimestamp ( )

프로퍼티 상세

$_class 보호되어 있는 프로퍼티

protected $_class