db
FloatDescription Class Reference

Inherits AbstractPropertyDescription.

Public Member Functions

 __construct (ClassDescription $classDesctiption, $propertyName, $columnName, $columnReturnName, $notNull)
 
 parse ($value, $object)
 
 serialize ($value, $object)
 
 getPdoDataType ($value)
 
- Public Member Functions inherited from AbstractPropertyDescription
 __construct (ClassDescription $classDesctiption, $propertyName, $columnName, $columnReturnName, $notNull)
 
 parse ($value, $object)
 
 serialize ($value, $object)
 
 getPropertyName ()
 
 getColumnName ()
 
 getNotNull ()
 
 getDbDataType ()
 
 getAnsiDataType ()
 
 getPdoDataType ($value)
 
 getColumnReturnName ()
 
 __toString ()
 

Additional Inherited Members

- Public Attributes inherited from AbstractPropertyDescription
const ANSI_DATA_TYPE_CHAR_VARYING = "varchar"
 
const ANSI_DATA_TYPE_INT = "int"
 
const ANSI_DATA_TYPE_BOOLEAN = "boolean"
 
const ANSI_DATA_TYPE_FLOAT = "float"
 
const ANSI_DATA_TYPE_DATE = "date"
 
const ANSI_DATA_TYPE_TIME = "time"
 
const ANSI_DATA_TYPE_TIMESTAMP = "timestamp"
 
const ANSI_DATA_TYPE_BIT_VARYING = "bitvarying"
 
- Protected Member Functions inherited from AbstractPropertyDescription
 extractParameter ($parameterName, array &$definitions, $raiseExceprionIfNotPresent=false, $default=NULL)
 
- Protected Attributes inherited from AbstractPropertyDescription
 $classDesctiption
 
 $propertyName
 
 $columnName
 
 $columnReturnName
 
 $notNull = false
 
 $dbDataType
 
 $ansiDataType
 
 $pdoDataType
 

Detailed Description

Popis data

Constructor & Destructor Documentation

◆ __construct()

__construct ( ClassDescription  $classDesctiption,
  $propertyName,
  $columnName,
  $columnReturnName,
  $notNull 
)

Member Function Documentation

◆ getPdoDataType()

getPdoDataType (   $value)

◆ parse()

parse (   $value,
  $object 
)

◆ serialize()

serialize (   $value,
  $object 
)

The documentation for this class was generated from the following file: