‪TYPO3CMS  10.4
TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\DateDataType Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\DateDataType:
TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\AbstractDataType

Public Member Functions

 __construct ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\AbstractDataType
int getLength ()
 
 setLength (int $length)
 
int getPrecision ()
 
 setPrecision (int $precision)
 
int getScale ()
 
 setScale (int $scale)
 
bool isFixed ()
 
 setFixed (bool $fixed)
 
array getOptions ()
 
 setOptions (array $options)
 
bool isUnsigned ()
 
 setUnsigned (bool $unsigned)
 
array getValues ()
 
 setValues (array $values)
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\AbstractDataType
int $length = 0
 
int $precision = -1
 
int $scale = -1
 
bool $fixed = false
 
bool $unsigned = false
 
array $options = array( )
 
array $values
 

Detailed Description

Node representing the DATE SQL column type

Definition at line 23 of file DateDataType.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\DateDataType::__construct ( )

DateDataType constructor.

Definition at line 28 of file DateDataType.php.