Class TDropFunctionStmt
- Namespace
- gudusoft.gsqlparser.stmt
- Assembly
- gudusoft.gsqlparser.dll
public class TDropFunctionStmt : TCustomSqlStatement, Visitable
- Inheritance
-
TDropFunctionStmt
- Implements
- Inherited Members
Constructors
TDropFunctionStmt(EDbVendor)
public TDropFunctionStmt(EDbVendor dbvendor)
Parameters
dbvendorEDbVendor
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
doParseStatement(TCustomSqlStatement)
analyze SQL
public override int doParseStatement(TCustomSqlStatement psql)
Parameters
psqlTCustomSqlStatement
Returns
getFunctionName()
public TObjectName getFunctionName()