class Routine (View source)

Routine utilities.

Methods

static array
getReturnType(string $param)

Parses a parameter of a routine.

static array
getParameter(string $param)

Parses a parameter of a routine.

static array
getParameters(CreateStatement $statement)

Gets the parameters of a routine from the parse tree.

Details

static array getReturnType(string $param)

Parses a parameter of a routine.

Parameters

string $param

parameter's definition

Return Value

array

static array getParameter(string $param)

Parses a parameter of a routine.

Parameters

string $param

parameter's definition

Return Value

array

static array getParameters(CreateStatement $statement)

Gets the parameters of a routine from the parse tree.

Parameters

CreateStatement $statement

the statement to be processed

Return Value

array