DataType
final class DataType implements Component (View source)
Parses a data type.
Properties
string|null | $name | The name of the data type. |
|
int[]|string[] | $parameters | The parameters of this data type. |
|
OptionsArray|null | $options | The options of this data type. |
|
bool | $lowercase |
Methods
__construct(string|null $name = null, array $parameters = [], OptionsArray|null $options = null)
No description
string
build()
Builds the string representation of a component of this type.
string
__toString()
No description
Details
__construct(string|null $name = null, array $parameters = [], OptionsArray|null $options = null)
No description
string
build()
Builds the string representation of a component of this type.
In other words, this function represents the inverse function of {\PhpMyAdmin\SqlParser\Component::parse()}.
string
__toString()
No description