StoredFunction
Less than 1 minute
StoredFunction
Methods
listFunctions
List functions in the database.
public listFunctions(bool $includeParameters): voidParameters
| Parameter | Type | Description |
|---|---|---|
$includeParameters | bool |
functionExists
Check if a function exists in the database.
public functionExists(string $functionName, ?string $argTypes): boolParameters
| Parameter | Type | Description |
|---|---|---|
$functionName | string | |
$argTypes | string |
describeFunction
Describe a function in the database.
public describeFunction(string $name, false $): voidParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | |
$ | false |
createFunction
Create a function in the database.
public createFunction(string $name, mixed $spec, bool $replace): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | |
$spec | mixed | |
$replace | bool |
dropFunction
Drop a function from the database.
public dropFunction(string $name, string $argTypes, bool $cascade, bool $ifExists): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | |
$argTypes | string | |
$cascade | bool | |
$ifExists | bool |
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:28 +0000