## pSqlDropFunction
```mermaid
%%{init: {
'theme': 'base',
'themeVariables': {
'fontSize': '11px',
'nodePadding': '1',
'nodeBorder': '1',
'lineWidth': '0.8',
'fontFamily': 'Arial'
}
}}%%
flowchart LR
pSqlDropFunction_start([pSqlDropFunction])
pSqlDropFunction_start --> pSqlDropFunction_0_0[DROP]
pSqlDropFunction_0_0 --> pSqlDropFunction_0_1[FUNCTION]
pSqlDropFunction_0_1 --> pSqlDropFunction_0_2[pSqlVariableName]
pSqlDropFunction_0_2 --> pSqlDropFunction_end(( ))
```
## pSqlDropProcedure
```mermaid
%%{init: {
'theme': 'base',
'themeVariables': {
'fontSize': '11px',
'nodePadding': '1',
'nodeBorder': '1',
'lineWidth': '0.8',
'fontFamily': 'Arial'
}
}}%%
flowchart LR
pSqlDropProcedure_start([pSqlDropProcedure])
pSqlDropProcedure_start --> pSqlDropProcedure_0_0[DROP]
pSqlDropProcedure_0_0 --> pSqlDropProcedure_0_1[PROCEDURE]
pSqlDropProcedure_0_1 --> pSqlDropProcedure_0_2[pSqlVariableName]
pSqlDropProcedure_0_2 --> pSqlDropProcedure_end(( ))
```