ParameterDefinition
final class ParameterDefinition extends Component (View source)
The definition of a parameter of a function or procedure.
Properties
string | $name | The name of the new column. |
|
string | $inOut | Parameter's direction (IN, OUT or INOUT). |
|
DataType | $type | The data type of thew new column. |
Methods
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(string $name = null, string $inOut = null, DataType $type = null)
No description