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

Public Member Functions

 __construct (int $length, array $options)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\AbstractDataType
 getLength ()
 
 setLength (int $length)
 
 getPrecision ()
 
 setPrecision (int $precision)
 
 getScale ()
 
 setScale (int $scale)
 
 isFixed ()
 
 setFixed (bool $fixed)
 
 getOptions ()
 
 setOptions (array $options)
 
 isUnsigned ()
 
 setUnsigned (bool $unsigned)
 
 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 $values = []
 

Detailed Description

Node representing the VARCHAR SQL column type

Definition at line 25 of file VarCharDataType.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType\VarCharDataType::__construct ( int  $length,
array  $options 
)