PHP Class Horde_Db_Adapter_ColumnBase, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Test_Case
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_class

Méthodes publiques

Méthode Description
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 ( )

Method Details

testDefaultBinary() public méthode

public testDefaultBinary ( )

testDefaultDatetime() public méthode

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

testDefaultInteger() public méthode

public testDefaultInteger ( )

testDefaultNull() public méthode

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

testDefaultString() public méthode

public testDefaultString ( )

testDefaultText() public méthode

public testDefaultText ( )

testExtractLimitDecimal() public méthode

testExtractLimitInt() public méthode

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

testExtractLimitNone() public méthode

testExtractLimitText() public méthode

testExtractLimitVarchar() public méthode

testExtractPrecisionScale() public méthode

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

testIsNumber() public méthode

public testIsNumber ( )

testIsText() public méthode

public testIsText ( )

testName() public méthode

public testName ( )

testNotNull() public méthode

public testNotNull ( )

testSqlType() public méthode

public testSqlType ( )

testTypeBinary() public méthode

public testTypeBinary ( )

testTypeCastBooleanFalse() abstract public méthode

abstract public testTypeCastBooleanFalse ( )

testTypeCastBooleanTrue() abstract public méthode

abstract public testTypeCastBooleanTrue ( )

testTypeCastFloat() public méthode

public testTypeCastFloat ( )

testTypeCastInteger() public méthode

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

testTypeCastString() public méthode

public testTypeCastString ( )

testTypeDate() public méthode

public testTypeDate ( )

testTypeDatetime() public méthode

public testTypeDatetime ( )

testTypeDecimal() public méthode

public testTypeDecimal ( )

testTypeDecimalPrecisionNone() public méthode

testTypeFloat() public méthode

public testTypeFloat ( )

testTypeInteger() public méthode

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

testTypeString() public méthode

public testTypeString ( )

testTypeText() public méthode

public testTypeText ( )

testTypeTime() public méthode

public testTypeTime ( )

testTypeTimestamp() public méthode

public testTypeTimestamp ( )

Property Details

$_class protected_oe property

protected $_class