Inherits DateTimeDescription.
|
| | __construct (ClassDescription $classDesctiption, $propertyName, $columnName, $columnReturnName, $notNull) |
| |
| | parse ($value, $object) |
| |
| | serialize ($value, $object) |
| |
| | getPdoDataType ($value) |
| |
| | __construct (ClassDescription $classDesctiption, $propertyName, $columnName, $columnReturnName, $notNull) |
| |
| | parse ($value, $object) |
| |
| | serialize ($value, $object) |
| |
| | getPropertyName () |
| |
| | getColumnName () |
| |
| | getNotNull () |
| |
| | getDbDataType () |
| |
| | getAnsiDataType () |
| |
| | getPdoDataType ($value) |
| |
| | getColumnReturnName () |
| |
| | __toString () |
| |
| 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" |
| |
| | extractParameter ($parameterName, array &$definitions, $raiseExceprionIfNotPresent=false, $default=NULL) |
| |
◆ $ansiDataType
◆ $format
The documentation for this class was generated from the following file: